You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-28 16:07:14 +00:00
[Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface.
Implement interface mirroring. Add TextLine and TextParagraph classes. Handle UTF-16 input on macOS and Windows.
This commit is contained in:
@@ -128,6 +128,7 @@ void register_global_constants() {
|
||||
BIND_CORE_ENUM_CONSTANT(HALIGN_LEFT);
|
||||
BIND_CORE_ENUM_CONSTANT(HALIGN_CENTER);
|
||||
BIND_CORE_ENUM_CONSTANT(HALIGN_RIGHT);
|
||||
BIND_CORE_ENUM_CONSTANT(HALIGN_FILL);
|
||||
|
||||
BIND_CORE_ENUM_CONSTANT(VALIGN_TOP);
|
||||
BIND_CORE_ENUM_CONSTANT(VALIGN_CENTER);
|
||||
|
||||
Reference in New Issue
Block a user