[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
|
|
@ -334,6 +334,13 @@
|
|||
Returns font OpenType feature set override.
|
||||
</description>
|
||||
</method>
|
||||
<method name="font_get_ot_name_strings" qualifiers="const">
|
||||
<return type="Dictionary" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
<description>
|
||||
Returns [Dictionary] with OpenType font name strings (localized font names, version, description, license information, sample text, etc.).
|
||||
</description>
|
||||
</method>
|
||||
<method name="font_get_oversampling" qualifiers="const">
|
||||
<return type="float" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue