[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:
parent
07d14f5bb8
commit
99666de00f
162 changed files with 7008 additions and 3564 deletions
|
|
@ -74,6 +74,7 @@ protected:
|
|||
void _scroll_moved(float);
|
||||
static void _bind_methods();
|
||||
|
||||
bool _updating_scrollbars = false;
|
||||
void _update_scrollbar_position();
|
||||
void _ensure_focused_visible(Control *p_node);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue