Uses of Class
com.itextpdf.layout.font.FontInfo
Packages that use FontInfo
-
Uses of FontInfo in com.itextpdf.layout.font
Fields in com.itextpdf.layout.font with type parameters of type FontInfoMethods in com.itextpdf.layout.font that return FontInfoModifier and TypeMethodDescriptionfinal FontInfo
FontSelector.bestMatch()
The best font match.static FontInfo
FontInfo.create
(FontProgram fontProgram, String encoding, String alias) static FontInfo
FontInfo.create
(FontProgram fontProgram, String encoding, String alias, Range range) static FontInfo
static FontInfo
Methods in com.itextpdf.layout.font that return types with arguments of type FontInfoModifier and TypeMethodDescriptionSearch in existed fonts for PostScript name or full font name.protected Comparator<FontInfo>
FontSelector.getComparator
(List<String> fontFamilies, FontCharacteristics fc) FontSelector.getFonts()
Sorted set of fonts.FontSet.getFonts()
Gets available fonts.Gets union of available and temporary fonts.Methods in com.itextpdf.layout.font with parameters of type FontInfoModifier and TypeMethodDescriptionfinal boolean
AddsFontInfo
.boolean
AddsFontInfo
with alias.boolean
AddsFontInfo
with alias.static FontInfo
static FontInfo
FontProvider.getPdfFont
(FontInfo fontInfo) Get from cache or create a new instance ofPdfFont
.FontProvider.getPdfFont
(FontInfo fontInfo, FontSet additionalFonts) Get from cache or create a new instance ofPdfFont
.Method parameters in com.itextpdf.layout.font with type arguments of type FontInfoModifier and TypeMethodDescriptionprotected FontSelector
FontProvider.createFontSelector
(Collection<FontInfo> fonts, List<String> fontFamilies, FontCharacteristics fc) Create a new instance ofFontSelector
.Constructor parameters in com.itextpdf.layout.font with type arguments of type FontInfoModifierConstructorDescriptionFontSelector
(Collection<FontInfo> allFonts, List<String> fontFamilies, FontCharacteristics fc) Create new FontSelector instance. -
Uses of FontInfo in com.itextpdf.svg.processors.impl
Methods in com.itextpdf.svg.processors.impl with parameters of type FontInfoModifier and TypeMethodDescriptionvoid
SvgProcessorContext.addTemporaryFont
(FontInfo fontInfo, String alias) Add temporary font from @font-face.