Click or drag to resize

PdfFontType Enumeration

Specifies the type of the font.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfFontType
Members
Member name Value Description
Standard 0 Indicates the standard Adobe fonts.
TrueType 1 Indicates the non-embedded TrueType fonts.
TrueTypeEmbedded 2 Indicates the Embedded TrueType fonts.
See Also