|
| |
BasicFontProvider () |
| |
Creates a new BasicFontProvider instance. More...
|
| |
| |
BasicFontProvider (bool registerStandardPdfFonts, bool registerSystemFonts) |
| |
Creates a new BasicFontProvider instance. More...
|
| |
| |
BasicFontProvider (bool registerStandardPdfFonts, bool registerSystemFonts, String defaultFontFamily) |
| |
Creates a new BasicFontProvider instance. More...
|
| |
| |
BasicFontProvider (FontSet fontSet, String defaultFontFamily) |
| |
Creates a new BasicFontProvider instance. More...
|
| |
| |
FontProvider (FontSet fontSet) |
| |
Creates a new instance of FontProvider More...
|
| |
| |
FontProvider () |
| |
Creates a new instance of FontProvider. More...
|
| |
| |
FontProvider (String defaultFontFamily) |
| |
Creates a new instance of FontProvider. More...
|
| |
| |
FontProvider (FontSet fontSet, String defaultFontFamily) |
| |
Creates a new instance of FontProvider More...
|
| |
| virtual bool |
AddFont (FontProgram fontProgram, String encoding, Range unicodeRange) |
| |
| virtual bool |
AddFont (FontProgram fontProgram, String encoding) |
| |
| virtual bool |
AddFont (FontProgram fontProgram) |
| |
| virtual bool |
AddFont (String fontPath, String encoding, Range unicodeRange) |
| |
| virtual bool |
AddFont (String fontPath, String encoding) |
| |
| virtual bool |
AddFont (String fontPath) |
| |
| virtual bool |
AddFont (byte[] fontData, String encoding, Range unicodeRange) |
| |
| virtual bool |
AddFont (byte[] fontData, String encoding) |
| |
| virtual bool |
AddFont (byte[] fontData) |
| |
| virtual int |
AddDirectory (String dir) |
| |
| virtual int |
AddSystemFonts () |
| |
| virtual int |
AddStandardPdfFonts () |
| |
| virtual FontSet |
GetFontSet () |
| |
Gets FontSet. More...
|
| |
| virtual String |
GetDefaultFontFamily () |
| |
Gets the default font-family More...
|
| |
| virtual String |
GetDefaultEncoding (FontProgram fontProgram) |
| |
| virtual bool |
GetDefaultCacheFlag () |
| |
| virtual bool |
GetDefaultEmbeddingFlag () |
| |
| virtual FontSelectorStrategy |
GetStrategy (String text, IList< String > fontFamilies, FontCharacteristics fc, FontSet additonalFonts) |
| |
| virtual FontSelectorStrategy |
GetStrategy (String text, IList< String > fontFamilies, FontCharacteristics fc) |
| |
| virtual FontSelectorStrategy |
GetStrategy (String text, IList< String > fontFamilies) |
| |
| FontSelector |
GetFontSelector (IList< String > fontFamilies, FontCharacteristics fc) |
| |
Create FontSelector or get from cache. More...
|
| |
| FontSelector |
GetFontSelector (IList< String > fontFamilies, FontCharacteristics fc, FontSet tempFonts) |
| |
Create FontSelector or get from cache. More...
|
| |
| virtual PdfFont |
GetPdfFont (FontInfo fontInfo) |
| |
Get from cache or create a new instance of iText.Kernel.Font.PdfFont. More...
|
| |
| virtual PdfFont |
GetPdfFont (FontInfo fontInfo, FontSet tempFonts) |
| |
Get from cache or create a new instance of iText.Kernel.Font.PdfFont. More...
|
| |
| virtual void |
Reset () |
| |
Resets PdfFont cache. More...
|
| |