Table of Contents

Class PdfFontDescriptor

Namespace
PdfSharp.Pdf.Advanced
Assembly
PdfSharp.dll

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

string

IsSymbolFont

Gets a value indicating whether this instance is symbol font.

public bool IsSymbolFont { get; }

Property Value

bool