Functions |
| STStatus | STFontGetNameTags (STTypeEnv iEnv, STFont iFont, STCount *oNameCount, STNameTagPtr *oNameTags) |
| | Extracts all name string tags from the font. More...
|
| STStatus | STFontGetNameString (STTypeEnv iEnv, STFont iFont, STNameTagPtr iNameTag, int *oStringLength, byte **oStringData) |
| | Extracts a string specified by the string tag from the font. More...
|
| STStatus | STFontGetUnicodeName (STTypeEnv iEnv, STFont iFont, uint16 iNameID, STLanguage *ioLanguage, STCharCount *oCharCount, utf16 **oStringData) |
| | Extracts a string specified by the string tag from the font and normalizes it to Unicode. More...
|
| STStatus | STFontGetType (STTypeEnv iEnv, STFont iFont, STFontType *oFontType) |
| | Retrieves a type of the font. More...
|
| STStatus | STFontGetURL (STTypeEnv iEnv, STFont iFont, char **oFontURL) |
| | Retrieves the URL of the font. More...
|
|
STStatus | STFontGetData (STTypeEnv iEnv, STFont iFont, STTag iTable, STCount *oByteCount, byte **oRawData) |
| STStatus | STFontGetExtInfo (STTypeEnv iEnv, STFont iFont, const char **oFontName, const char **oPSName, STFontServerFontType *oType, STFontInfoFlags *oFlags, int *oSbitCount, int **oSbitArray, STFontMetrics *oFontMetrics) |
| | Retrieves extended font information from a font. More...
|
| STStatus | STFontGetBaselines (STTypeEnv iEnv, STFont iFont, STBaselines *oBaselines) |
| | Retrieves offsets of all baselines defined in the font from the Roman baseline. More...
|
| STStatus | STFontGetFeatures (STTypeEnv iEnv, STFont iFont, STCount *oFeatureCount, STFontFeatureTag **oFeatureArray) |
| | XXX NOT FOR THE ARC Retrieves all font features from the font. More...
|