Uses of Interface
com.itextpdf.layout.font.selectorstrategy.IFontSelectorStrategy
-
Uses of IFontSelectorStrategy in com.itextpdf.layout.font
Modifier and TypeMethodDescriptionFontProvider.createFontSelectorStrategy
(List<String> fontFamilies, FontCharacteristics fc, FontSet additionalFonts) Creates theIFontSelectorStrategy
to split text into sequences of glyphs, already tied to the fonts which contain them. -
Uses of IFontSelectorStrategy in com.itextpdf.layout.font.selectorstrategy
Modifier and TypeClassDescriptionclass
The class defines complex implementation ofIFontSelectorStrategy
which based on the following algorithm: 1.class
The class implements strategy where the best font for each symbol is used if possible.class
The class implements strategy where the first matched font is used to render as many glyphs as possible.Modifier and TypeMethodDescriptionBestMatchFontSelectorStrategy.BestMatchFontSelectorStrategyFactory.createFontSelectorStrategy
(FontProvider fontProvider, FontSelector fontSelector, FontSet additionalFonts) Creates a new instance ofIFontSelectorStrategy
.FirstMatchFontSelectorStrategy.FirstMathFontSelectorStrategyFactory.createFontSelectorStrategy
(FontProvider fontProvider, FontSelector fontSelector, FontSet additionalFonts) Creates a new instance ofIFontSelectorStrategy
.IFontSelectorStrategyFactory.createFontSelectorStrategy
(FontProvider fontProvider, FontSelector fontSelector, FontSet additionalFonts) Creates a new instance ofIFontSelectorStrategy
.