mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
More work on the variable-width font support.
Katica is now the default system font, and it looks quite nice. :^) I'm gonna need to refine the GTextBox movement stuff eventually, but it works well-enough for basic editing now.
This commit is contained in:
parent
e53cef02d5
commit
66a5ddd94a
12 changed files with 125 additions and 30 deletions
|
@ -14,6 +14,8 @@ class GWindow;
|
|||
|
||||
enum class SizePolicy { Fixed, Fill };
|
||||
enum class Orientation { Horizontal, Vertical };
|
||||
enum class HorizontalDirection { Left, Right };
|
||||
enum class VerticalDirection { Up, Down };
|
||||
|
||||
class GWidget : public GObject {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue