Uses of Interface
com.itextpdf.layout.font.selectorstrategy.IFontSelectorStrategy
-
Packages that use IFontSelectorStrategy Package Description com.itextpdf.layout.font com.itextpdf.layout.font.selectorstrategy -
-
Uses of IFontSelectorStrategy in com.itextpdf.layout.font
Methods in com.itextpdf.layout.font that return IFontSelectorStrategy Modifier and Type Method Description IFontSelectorStrategy
FontProvider. createFontSelectorStrategy(java.util.List<java.lang.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 IFontSelectorStrategy Modifier and Type Class Description class
AbstractFontSelectorStrategy
The class defines complex implementation ofIFontSelectorStrategy
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.Methods in com.itextpdf.layout.font.selectorstrategy that return IFontSelectorStrategy Modifier and Type Method Description IFontSelectorStrategy
BestMatchFontSelectorStrategy.BestMatchFontSelectorStrategyFactory. createFontSelectorStrategy(FontProvider fontProvider, FontSelector fontSelector, FontSet additionalFonts)
Creates a new instance ofIFontSelectorStrategy
.IFontSelectorStrategy
FirstMatchFontSelectorStrategy.FirstMathFontSelectorStrategyFactory. createFontSelectorStrategy(FontProvider fontProvider, FontSelector fontSelector, FontSet additionalFonts)
Creates a new instance ofIFontSelectorStrategy
.IFontSelectorStrategy
IFontSelectorStrategyFactory. createFontSelectorStrategy(FontProvider fontProvider, FontSelector fontSelector, FontSet additionalFonts)
Creates a new instance ofIFontSelectorStrategy
.
-