[TextServer] Add support for retrieving OpenType name strings.

This commit is contained in:
bruvzg 2023-04-05 12:49:38 +03:00
parent 5dc093b19a
commit aaddec7cb8
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
11 changed files with 150 additions and 0 deletions

View file

@ -215,6 +215,12 @@
Returns a set of OpenType feature tags. More info: [url=https://docs.microsoft.com/en-us/typography/opentype/spec/featuretags]OpenType feature tags[/url].
</description>
</method>
<method name="get_ot_name_strings" qualifiers="const">
<return type="Dictionary" />
<description>
Returns [Dictionary] with OpenType font name strings (localized font names, version, description, license information, sample text, etc.).
</description>
</method>
<method name="get_rids" qualifiers="const">
<return type="RID[]" />
<description>