[TextServer] Add function to change font, font size, and OpenType features without invalidating line break points, justification points, or recreating shaped text buffer.
This commit is contained in:
parent
050908626f
commit
215bede6ff
22 changed files with 705 additions and 491 deletions
|
|
@ -26,6 +26,7 @@
|
|||
<argument index="2" name="size" type="int" />
|
||||
<argument index="3" name="opentype_features" type="Dictionary" default="{}" />
|
||||
<argument index="4" name="language" type="String" default="""" />
|
||||
<argument index="5" name="meta" type="Variant" default="null" />
|
||||
<description>
|
||||
Adds text span and font to draw it.
|
||||
</description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue