Specifies the type of the font.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfFontType
Public Enumeration PdfFontType
public enum class PdfFontType
type PdfFontType

Members

MemberValueDescription
Standard0
Indicates the standard Adobe fonts.
TrueType1
Indicates the non-embedded TrueType fonts.
TrueTypeEmbedded2
Indicates the Embedded TrueType fonts.

See Also