mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
LibGUI: Allow specifying per-column text alignment.
This commit is contained in:
parent
ce7019f38c
commit
b4c20789fb
6 changed files with 35 additions and 23 deletions
|
@ -4,6 +4,7 @@
|
|||
#include "Point.h"
|
||||
#include "Rect.h"
|
||||
#include "Size.h"
|
||||
#include <SharedGraphics/TextAlignment.h>
|
||||
#include <AK/AKString.h>
|
||||
|
||||
class CharacterBitmap;
|
||||
|
@ -16,8 +17,6 @@ class GWidget;
|
|||
class GWindow;
|
||||
#endif
|
||||
|
||||
enum class TextAlignment { TopLeft, CenterLeft, Center, CenterRight };
|
||||
|
||||
class Painter {
|
||||
public:
|
||||
#ifdef USERLAND
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue