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