mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 09:18:05 +03:00
4 lines
85 B
C
4 lines
85 B
C
#pragma once
|
|
|
|
enum class TextAlignment { TopLeft, CenterLeft, Center, CenterRight };
|