| Package | Description |
|---|---|
| com.itextpdf.layout.font | |
| com.itextpdf.layout.font.selectorstrategy |
| Modifier and Type | Method and Description |
|---|---|
FontSet |
FontProvider.getFontSet()
Gets
FontSet. |
| Modifier and Type | Method and Description |
|---|---|
IFontSelectorStrategy |
FontProvider.createFontSelectorStrategy(List<String> fontFamilies,
FontCharacteristics fc,
FontSet additionalFonts)
Creates the
IFontSelectorStrategy to split text into sequences of glyphs, already tied
to the fonts which contain them. |
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. |
| Constructor and Description |
|---|
FontProvider(FontSet fontSet)
Creates a new instance of FontProvider.
|
FontProvider(FontSet fontSet,
String defaultFontFamily)
Creates a new instance of FontProvider.
|
| Modifier and Type | Method and Description |
|---|---|
IFontSelectorStrategy |
IFontSelectorStrategyFactory.createFontSelectorStrategy(FontProvider fontProvider,
FontSelector fontSelector,
FontSet additionalFonts)
Creates a new instance of
IFontSelectorStrategy. |
IFontSelectorStrategy |
BestMatchFontSelectorStrategy.BestMatchFontSelectorStrategyFactory.createFontSelectorStrategy(FontProvider fontProvider,
FontSelector fontSelector,
FontSet additionalFonts)
Creates a new instance of
IFontSelectorStrategy. |
IFontSelectorStrategy |
FirstMatchFontSelectorStrategy.FirstMathFontSelectorStrategyFactory.createFontSelectorStrategy(FontProvider fontProvider,
FontSelector fontSelector,
FontSet additionalFonts)
Creates a new instance of
IFontSelectorStrategy. |
protected PdfFont |
AbstractFontSelectorStrategy.matchFont(int codePoint,
FontSelector fontSelector,
FontProvider fontProvider,
FontSet additionalFonts)
Finds the best font which matches passed symbol.
|
| Constructor and Description |
|---|
AbstractFontSelectorStrategy(FontProvider fontProvider,
FontSelector fontSelector,
FontSet additionalFonts)
Creates a new instance of
AbstractFontSelectorStrategy. |
BestMatchFontSelectorStrategy(FontProvider fontProvider,
FontSelector fontSelector,
FontSet additionalFonts)
Creates a new instance of
BestMatchFontSelectorStrategy. |
FirstMatchFontSelectorStrategy(FontProvider fontProvider,
FontSelector fontSelector,
FontSet additionalFonts)
Creates a new instance of
FirstMatchFontSelectorStrategy. |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.