Uses of Class
com.itextpdf.layout.font.FontSet
Packages that use FontSet
Package
Description
-
Uses of FontSet in com.itextpdf.layout.font
Fields in com.itextpdf.layout.font declared as FontSetMethods in com.itextpdf.layout.font that return FontSetMethods in com.itextpdf.layout.font with parameters of type FontSetModifier and TypeMethodDescriptionGets union of available and temporary fonts.final FontSelectorFontProvider.getFontSelector(List<String> fontFamilies, FontCharacteristics fc, FontSet additionalFonts) CreateFontSelectoror get from cache.FontProvider.getPdfFont(FontInfo fontInfo, FontSet additionalFonts) Get from cache or create a new instance ofPdfFont.FontProvider.getStrategy(String text, List<String> fontFamilies, FontCharacteristics fc, FontSet additionalFonts) Gets theFontSelectorStrategyto split specified text into sequences of glyphs, already tied to the fonts which contain them.Constructors in com.itextpdf.layout.font with parameters of type FontSetModifierConstructorDescriptionComplexFontSelectorStrategy(String text, FontSelector selector, FontProvider provider, FontSet additionalFonts) FontProvider(FontSet fontSet) Creates a new instance of FontProvider.FontProvider(FontSet fontSet, String defaultFontFamily) Creates a new instance of FontProvider.protectedFontSelectorStrategy(String text, FontProvider provider, FontSet additionalFonts) -
Uses of FontSet in com.itextpdf.styledxmlparser.resolver.font
Constructors in com.itextpdf.styledxmlparser.resolver.font with parameters of type FontSetModifierConstructorDescriptionBasicFontProvider(FontSet fontSet, String defaultFontFamily) Creates a newBasicFontProviderinstance. -
Uses of FontSet in com.itextpdf.svg.processors
Methods in com.itextpdf.svg.processors that return FontSetModifier and TypeMethodDescriptionISvgProcessorResult.getTempFonts()Obtains the list of temporary fonts -
Uses of FontSet in com.itextpdf.svg.processors.impl
Methods in com.itextpdf.svg.processors.impl that return FontSetModifier and TypeMethodDescriptionSvgProcessorContext.getTempFonts()Gets the temporary set of fonts.SvgProcessorResult.getTempFonts() -
Uses of FontSet in com.itextpdf.svg.renderers
Methods in com.itextpdf.svg.renderers that return FontSetModifier and TypeMethodDescriptionSvgDrawContext.getTempFonts()Gets list of temporary fonts from @font-face.Methods in com.itextpdf.svg.renderers with parameters of type FontSetModifier and TypeMethodDescriptionvoidSvgDrawContext.setTempFonts(FontSet tempFonts) Sets the FontSet.