Fetches a font name from the OpenType 'name' table.
If language is HB_LANGUAGE_INVALID, English ("en") is assumed. Returns string in UTF-32 encoding. A NUL
terminator is always written for convenience, and isn't included in the output text.length.
| face |
font face. |
| name_id |
OpenType name identifier to fetch. |
| language |
language to fetch the name for. |
| text |
buffer to write fetched name into. |
| text_size |
input size of |
|
full length of the requested string, or 0 if not found. |