mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:57:44 +00:00
LibGfx: Add support for TextAlignment::TopCenter / BottomCenter
Now supports TextAlignment::TopCenter and TextAlignment::BottomCenter for the Painter::draw_text. Also patched this in Spreadsheet/CellTypeDialog.cpp
This commit is contained in:
parent
73ade62d4f
commit
3b22fd9a9f
5 changed files with 33 additions and 2 deletions
|
@ -15,8 +15,10 @@ namespace Gfx {
|
|||
M(Center) \
|
||||
M(CenterLeft) \
|
||||
M(CenterRight) \
|
||||
M(TopCenter) \
|
||||
M(TopLeft) \
|
||||
M(TopRight) \
|
||||
M(BottomCenter) \
|
||||
M(BottomLeft) \
|
||||
M(BottomRight)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue