Specifies the type of the font.
Namespace: Spire.Pdf.GraphicsAssembly: 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
Member | Value | Description |
---|---|---|
Standard | 0 |
Indicates the standard Adobe fonts.
|
TrueType | 1 |
Indicates the non-embedded TrueType fonts.
|
TrueTypeEmbedded | 2 |
Indicates the Embedded TrueType fonts.
|