Specifies the type of the font.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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.
|