Uses of Class
com.itextpdf.layout.font.FontSelector
-
Packages that use FontSelector Package Description com.itextpdf.layout.font com.itextpdf.layout.font.selectorstrategy -
-
Uses of FontSelector in com.itextpdf.layout.font
Fields in com.itextpdf.layout.font declared as FontSelector Modifier and Type Field Description private FontSelector
ComplexFontSelectorStrategy. selector
Deprecated.Fields in com.itextpdf.layout.font with type parameters of type FontSelector Modifier and Type Field Description (package private) java.util.Map<FontSelectorKey,FontSelector>
FontSelectorCache.FontSetSelectors. map
Methods in com.itextpdf.layout.font that return FontSelector Modifier and Type Method Description protected FontSelector
FontProvider. createFontSelector(java.util.Collection<FontInfo> fonts, java.util.List<java.lang.String> fontFamilies, FontCharacteristics fc)
Create a new instance ofFontSelector
.(package private) FontSelector
FontSelectorCache. get(FontSelectorKey key)
(package private) FontSelector
FontSelectorCache. get(FontSelectorKey key, FontSet additionalFonts)
FontSelector
FontProvider. getFontSelector(java.util.List<java.lang.String> fontFamilies, FontCharacteristics fc)
CreateFontSelector
or get from cache.FontSelector
FontProvider. getFontSelector(java.util.List<java.lang.String> fontFamilies, FontCharacteristics fc, FontSet additionalFonts)
CreateFontSelector
or get from cache.Methods in com.itextpdf.layout.font with parameters of type FontSelector Modifier and Type Method Description (package private) void
FontSelectorCache. put(FontSelectorKey key, FontSelector fontSelector)
(package private) void
FontSelectorCache. put(FontSelectorKey key, FontSelector fontSelector, FontSet fontSet)
Constructors in com.itextpdf.layout.font with parameters of type FontSelector Constructor Description ComplexFontSelectorStrategy(java.lang.String text, FontSelector selector, FontProvider provider)
Deprecated.ComplexFontSelectorStrategy(java.lang.String text, FontSelector selector, FontProvider provider, FontSet additionalFonts)
Deprecated. -
Uses of FontSelector in com.itextpdf.layout.font.selectorstrategy
Fields in com.itextpdf.layout.font.selectorstrategy declared as FontSelector Modifier and Type Field Description private FontSelector
AbstractFontSelectorStrategy. fontSelector
Methods in com.itextpdf.layout.font.selectorstrategy with parameters of type FontSelector 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
.protected PdfFont
AbstractFontSelectorStrategy. matchFont(int codePoint, FontSelector fontSelector, FontProvider fontProvider, FontSet additionalFonts)
Finds the best font which matches passed symbol.Constructors in com.itextpdf.layout.font.selectorstrategy with parameters of type FontSelector Constructor Description AbstractFontSelectorStrategy(FontProvider fontProvider, FontSelector fontSelector, FontSet additionalFonts)
Creates a new instance ofAbstractFontSelectorStrategy
.BestMatchFontSelectorStrategy(FontProvider fontProvider, FontSelector fontSelector, FontSet additionalFonts)
Creates a new instance ofBestMatchFontSelectorStrategy
.FirstMatchFontSelectorStrategy(FontProvider fontProvider, FontSelector fontSelector, FontSet additionalFonts)
Creates a new instance ofFirstMatchFontSelectorStrategy
.
-