Namespace: BitMiracle.Docotic.Pdf
public enum PdfFontFormat
Public Enumeration PdfFontFormat
Member name | Value | Description | |
---|---|---|---|
Type1 | 0 | Type 1 font. | |
MultipleMaster | 1 | Multiple Master font. | |
TrueType | 2 | True Type font. | |
Type3 | 3 | Type 3 font. | |
CidType0 | 4 | Type 0 CID font, containing glyph descriptions in the Compact Font Format (CFF). See Adobe Technical Note #5176 for more detail. | |
CidType2 | 5 | Type 2 CID font, containing glyph descriptions in the True Type format. |