ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Enumerations > enumIGPDFCharSet Enumeration |
Used by IGPDFFont.GetCharSet to return font's character encoding type.
IG_PDF_CHARSET_UNKNOWN | 0 | The font does not use Adobe Standard Encoding. |
IG_PDF_CHARSET_ROMAN | 1 | The font uses Adobe Standard encoding. This is determined by the "Uses Adobe Standard Encoding" bit in the font descriptor. |
IG_PDF_CHARSET_EXPERT | 2 | Currently unused. |
IG_PDF_CHARSET_LAST | Last element in the enumeration |