Table of Contents

Enum PdfFontFormat

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Specifies the format of a PdfFont.

public enum PdfFontFormat

Fields

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.

MultipleMaster = 1

Multiple Master font.

TrueType = 2

True Type font.

Type1 = 0

Type 1 font.

Type3 = 3

Type 3 font.