[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
|
|
@ -111,7 +111,7 @@
|
|||
[Color] of the text's shadow effect.
|
||||
</theme_item>
|
||||
<theme_item name="font_outline_modulate" type="Color" default="Color( 1, 1, 1, 1 )">
|
||||
The tint of [Font]'s outline. See [member DynamicFont.outline_color].
|
||||
The tint of [Font]'s outline.
|
||||
</theme_item>
|
||||
<theme_item name="line_spacing" type="int" default="3">
|
||||
Vertical space between lines in multiline [Label].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue