Uses of Class
com.itextpdf.layout.font.FontSelectorStrategy
-
Uses of FontSelectorStrategy in com.itextpdf.layout.font
Modifier and TypeClassDescriptionclass
Complex FontSelectorStrategy split text based onCharacter.UnicodeScript
.Modifier and TypeMethodDescriptionFontProvider.getStrategy
(String text, List<String> fontFamilies) Gets theFontSelectorStrategy
to split specified text into sequences of glyphs, already tied to the fonts which contain them.FontProvider.getStrategy
(String text, List<String> fontFamilies, FontCharacteristics fc) Gets theFontSelectorStrategy
to split specified text into sequences of glyphs, already tied to the fonts which contain them.FontProvider.getStrategy
(String text, List<String> fontFamilies, FontCharacteristics fc, FontSet additionalFonts) Gets theFontSelectorStrategy
to split specified text into sequences of glyphs, already tied to the fonts which contain them.