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