Uses of Class
com.itextpdf.layout.font.FontInfo
-
Uses of FontInfo in com.itextpdf.layout.font
Modifier 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
Modifier 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.Modifier 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
.protected PdfFont
FontSelectorStrategy.getPdfFont
(FontInfo fontInfo) Utility method to create PdfFont.Modifier and TypeMethodDescriptionprotected FontSelector
FontProvider.createFontSelector
(Collection<FontInfo> fonts, List<String> fontFamilies, FontCharacteristics fc) Create a new instance ofFontSelector
.ModifierConstructorDescriptionFontSelector
(Collection<FontInfo> allFonts, List<String> fontFamilies, FontCharacteristics fc) Create new FontSelector instance. -
Uses of FontInfo in com.itextpdf.svg.processors.impl
Modifier and TypeMethodDescriptionvoid
SvgProcessorContext.addTemporaryFont
(FontInfo fontInfo, String alias) Add temporary font from @font-face.