mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 14:55:08 +00:00
3 lines
85 B
C
3 lines
85 B
C
#pragma once
|
|
|
|
enum class TextAlignment { TopLeft, CenterLeft, Center, CenterRight };
|