Package | Description |
---|---|
com.itextpdf.layout.font |
Modifier and Type | Field and Description |
---|---|
protected FontSet |
FontSelectorStrategy.tempFonts |
Modifier and Type | Method and Description |
---|---|
FontSet |
FontProvider.getFontSet()
Gets FontSet .
|
Modifier and Type | Method and Description |
---|---|
Collection<FontInfo> |
FontSet.getFonts(FontSet tempFonts)
Gets union of available and temporary fonts.
|
FontSelector |
FontProvider.getFontSelector(List<String> fontFamilies, FontCharacteristics fc, FontSet tempFonts)
Create FontSelector or get from cache.
|
PdfFont |
FontProvider.getPdfFont(FontInfo fontInfo, FontSet tempFonts)
Get from cache or create a new instance of PdfFont .
|
FontSelectorStrategy |
FontProvider.getStrategy(String text, List<String> fontFamilies, FontCharacteristics fc, FontSet additonalFonts) |
Constructor and Description |
---|
ComplexFontSelectorStrategy(String text, FontSelector selector, FontProvider provider, FontSet tempFonts) |
FontProvider(FontSet fontSet)
Creates a new instance of FontProvider
|
FontSelectorStrategy(String text, FontProvider provider, FontSet tempFonts) |
Copyright © 1998–2018 iText Group NV. All rights reserved.