Class PdfFontDescriptor
A PDF font descriptor specifies metrics and other attributes of a simple font, as distinct from the metrics of individual glyphs.
public sealed class PdfFontDescriptor : PdfDictionary, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
- Inheritance
-
PdfFontDescriptor
- Implements
- Inherited Members
Properties
FontName
Gets or sets the name of the font.
public string FontName { get; set; }
Property Value
IsSymbolFont
Gets a value indicating whether this instance is symbol font.
public bool IsSymbolFont { get; }