PDFFontEncoding¶
Namespace: O2S.Components.PDF4NET.Core.Encodings
Font encodings.
Inheritance Object → ValueType → Enum → PDFFontEncoding
Implements
Remarks
This class supports the internal library infrastructure and it should not be used by other applications.
Fields¶
| Name | Value | Description |
|---|---|---|
| None | 0 | |
| MicrosoftSymbol | 1 | |
| Unicode | 2 | |
| ShiftJis | 3 | |
| GB2312 | 4 | |
| Big5 | 5 | |
| Wansung | 6 | |
| Johab | 7 | |
| AdobeStandard | 8 | |
| AdobeExpert | 9 | |
| AdobeCustom | 10 | |
| AdobeLatin1 | 11 | |
| AdobeLatin2 | 12 | |
| MacRoman | 13 |