Uses of Class
com.itextpdf.layout.font.FontSelector
Packages that use FontSelector
-
Uses of FontSelector in com.itextpdf.layout.font
Fields in com.itextpdf.layout.font with type parameters of type FontSelectorModifier and TypeFieldDescription(package private) final Map
<FontSelectorKey, FontSelector> FontSelectorCache.FontSetSelectors.map
Methods in com.itextpdf.layout.font that return FontSelectorModifier and TypeMethodDescriptionprotected FontSelector
FontProvider.createFontSelector
(Collection<FontInfo> fonts, List<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) final FontSelector
FontProvider.getFontSelector
(List<String> fontFamilies, FontCharacteristics fc) CreateFontSelector
or get from cache.final FontSelector
FontProvider.getFontSelector
(List<String> fontFamilies, FontCharacteristics fc, FontSet additionalFonts) CreateFontSelector
or get from cache.Methods in com.itextpdf.layout.font with parameters of type FontSelectorModifier and TypeMethodDescription(package private) void
FontSelectorCache.put
(FontSelectorKey key, FontSelector fontSelector) (package private) void
FontSelectorCache.put
(FontSelectorKey key, FontSelector fontSelector, FontSet fontSet) -
Uses of FontSelector in com.itextpdf.layout.font.selectorstrategy
Fields in com.itextpdf.layout.font.selectorstrategy declared as FontSelectorModifier and TypeFieldDescriptionprivate final FontSelector
AbstractFontSelectorStrategy.fontSelector
Methods in com.itextpdf.layout.font.selectorstrategy with parameters of type FontSelectorModifier 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
.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 FontSelectorModifierConstructorDescriptionAbstractFontSelectorStrategy
(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
.