mirror of
https://github.com/RGBCube/serenity
synced 2025-10-13 16:32:06 +00:00
3 lines
85 B
C
3 lines
85 B
C
#pragma once
|
|
|
|
enum class TextAlignment { TopLeft, CenterLeft, Center, CenterRight };
|