kPDSysFontMatchNameAndCharSetEx = 0x0001 | Match the font name and character set.
|
kPDSysFontMatchFontTypeEx = 0x0002 | Match the font type.
|
kPDSysFontMatchWritingModeEx = 0x0004 | Match the writing mode (horizontal or vertical).
|
kPDSysFontDontUseNameAsPrefixEx = 0x0008 | The Legacy behavior of System Font Matching is when all conventional attempts have failed to yield a match to treat the entire font name as a prefix to match with available fonts. This behavior worked well for names with illegal characters or Unicode where matching is difficult, the user could provide the well-known part of the font name. However this prefix matching behavior isn't always desirable, using this flag will disable it
|
ASText
PDSysFontGetFullName(
PDSysFont
sysFont
);