Class PdfFont
Represents the base class of a PDF font.
public class PdfFont : PdfDictionary, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
- Inheritance
-
PdfFont
- Implements
- Inherited Members
Constructors
PdfFont(PdfDocument)
Initializes a new instance of the PdfFont class.
protected PdfFont(PdfDocument document)
Parameters
document
PdfDocument
Properties
IsSymbolFont
Gets a value indicating whether this instance is symbol font.
public bool IsSymbolFont { get; }