PdfFontFormat Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfFontFormat Enumeration
Specifies the format of a PdfFont.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfFontFormat
VB
Public Enumeration PdfFontFormat

Members

  Member nameValueDescription
Type10 Type 1 font.
MultipleMaster1 Multiple Master font.
TrueType2 True Type font.
Type33 Type 3 font.
CidType04 Type 0 CID font, containing glyph descriptions in the Compact Font Format (CFF). See Adobe Technical Note #5176 for more detail.
CidType25 Type 2 CID font, containing glyph descriptions in the True Type format.

See Also