[TextServer] Add support for retrieving OpenType name strings.
This commit is contained in:
parent
5dc093b19a
commit
aaddec7cb8
11 changed files with 150 additions and 0 deletions
|
|
@ -287,6 +287,12 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_font_get_ot_name_strings" qualifiers="virtual const">
|
||||
<return type="Dictionary" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_font_get_oversampling" qualifiers="virtual const">
|
||||
<return type="float" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue