[]
Base abstract class representing CID-keyed font in PDF document.
public abstract class CIDFont : PdfDictWrapper, IPdfDict
Gets the PostScript name of the CIDFont.
public string BaseFont { get; }
Gets the FontDescriptor object describing the CIDFont’s default metrics.
public FontDescriptor Descriptor { get; }
Gets a value indicating whether the font is embedded.
public bool IsEmbedded { get; }
Returns the Font object created on the base of embedded data. Note! Method returns null if font is NOT embedded.
public Font GetNativeFont()