mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:38:12 +00:00
LibGfx: Add missing TextAlignment::BottomLeft
This commit is contained in:
parent
8cbdcffd05
commit
9dd3203cc6
6 changed files with 19 additions and 5 deletions
|
@ -12,11 +12,12 @@
|
|||
namespace Gfx {
|
||||
|
||||
#define GFX_ENUMERATE_TEXT_ALIGNMENTS(M) \
|
||||
M(TopLeft) \
|
||||
M(CenterLeft) \
|
||||
M(Center) \
|
||||
M(CenterLeft) \
|
||||
M(CenterRight) \
|
||||
M(TopLeft) \
|
||||
M(TopRight) \
|
||||
M(BottomLeft) \
|
||||
M(BottomRight)
|
||||
|
||||
enum class TextAlignment {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue