| Package | Description |
|---|---|
| com.itextpdf.layout.font | |
| com.itextpdf.layout.font.selectorstrategy |
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFontSelectorStrategy
The class defines complex implementation of
IFontSelectorStrategy which based on the following algorithm:
1. |
class |
BestMatchFontSelectorStrategy
The class implements strategy where the best font for each symbol is used if possible.
|
class |
FirstMatchFontSelectorStrategy
The class implements strategy where the first matched font is used to render as many glyphs as possible.
|
| 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. |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.