Enum PdfFontFormat
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies the format of a PdfFont.
public enum PdfFontFormat
Fields
CidType0 = 4Type 0 CID font, containing glyph descriptions in the Compact Font Format (CFF). See Adobe Technical Note #5176 for more detail.
CidType2 = 5Type 2 CID font, containing glyph descriptions in the True Type format.
MultipleMaster = 1Multiple Master font.
TrueType = 2True Type font.
Type1 = 0Type 1 font.
Type3 = 3Type 3 font.