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.mapMethods in com.itextpdf.layout.font that return FontSelectorModifier and TypeMethodDescriptionprotected FontSelectorFontProvider.createFontSelector(Collection<FontInfo> fonts, List<String> fontFamilies, FontCharacteristics fc) Create a new instance ofFontSelector.(package private) FontSelectorFontSelectorCache.get(FontSelectorKey key) (package private) FontSelectorFontSelectorCache.get(FontSelectorKey key, FontSet additionalFonts) final FontSelectorFontProvider.getFontSelector(List<String> fontFamilies, FontCharacteristics fc) CreateFontSelectoror get from cache.final FontSelectorFontProvider.getFontSelector(List<String> fontFamilies, FontCharacteristics fc, FontSet additionalFonts) CreateFontSelectoror get from cache.Methods in com.itextpdf.layout.font with parameters of type FontSelectorModifier and TypeMethodDescription(package private) voidFontSelectorCache.put(FontSelectorKey key, FontSelector fontSelector) (package private) voidFontSelectorCache.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 FontSelectorAbstractFontSelectorStrategy.fontSelectorMethods 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 PdfFontAbstractFontSelectorStrategy.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.