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