iText 9.0.0 API
|
Classes |
|
class | DocTrueTypeFont |
class | FontUtil |
class | PdfFont |
class | PdfFontFactory |
This class provides helpful methods for creating fonts ready to be used in a iText.Kernel.Pdf.PdfDocument More... |
|
class | PdfSimpleFont |
class | PdfTrueTypeFont |
Note. More... |
|
class | PdfType0Font |
class | PdfType1Font |
class | PdfType3Font |
Low-level API class for Type 3 fonts. More... |
|
class | Type3Font |
FontProgram class for Type 3 font. More... |
|
class | Type3Glyph |
The content where Type3 glyphs are written to. More... |
|
Functions |
|
virtual PdfStream | GetFontFile () |
virtual PdfName | GetFontFileName () |
virtual PdfName | GetSubtype () |
override bool | IsBuiltWith (String fontName) |
Returns false, because we cannot rely on an actual font subset and font name. More... |
|
virtual int | GetMissingWidth () |
override bool iText.Kernel.Font.IsBuiltWith | ( | String | fontName | ) |
Returns false, because we cannot rely on an actual font subset and font name.
fontName | a font name or path to a font program |