Uses of Interface
com.itextpdf.layout.font.selectorstrategy.IFontSelectorStrategy
Packages that use IFontSelectorStrategy
-
Uses of IFontSelectorStrategy in com.itextpdf.layout.font
Methods in com.itextpdf.layout.font that return IFontSelectorStrategyModifier 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
Classes in com.itextpdf.layout.font.selectorstrategy that implement IFontSelectorStrategyModifier 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.Methods in com.itextpdf.layout.font.selectorstrategy that return IFontSelectorStrategyModifier 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
.