Uses of Class
com.itextpdf.layout.font.FontInfo
Packages that use FontInfo
Package
Description
-
Uses of FontInfo in com.itextpdf.layout.font
Subclasses with type arguments of type FontInfo in com.itextpdf.layout.fontClasses in com.itextpdf.layout.font that implement interfaces with type arguments of type FontInfoFields in com.itextpdf.layout.font with type parameters of type FontInfoModifier and TypeFieldDescriptionprivate final Collection<FontInfo> FontSetCollection.additionalprivate final Map<FontInfo, FontProgram> FontSet.fontProgramsFontSelector.fontsFontSet.fontsFontProvider.pdfFontsprivate final Collection<FontInfo> FontSetCollection.primaryMethods in com.itextpdf.layout.font that return FontInfoModifier and TypeMethodDescriptionfinal FontInfoFontSelector.bestMatch()The best font match.(package private) static FontInfostatic FontInfoFontInfo.create(FontProgram fontProgram, String encoding, String alias) static FontInfoFontInfo.create(FontProgram fontProgram, String encoding, String alias, Range range) static FontInfostatic FontInfo(package private) static FontInfoMethods 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.FontSetCollection.iterator()Methods in com.itextpdf.layout.font with parameters of type FontInfoModifier and TypeMethodDescriptionfinal booleanAddsFontInfo.booleanAddsFontInfowith alias.booleanAddsFontInfowith alias.private static intFontSelector.PdfFontComparator.characteristicsSimilarity(String fontFamily, FontCharacteristics fc, FontInfo fontInfo, boolean isLastFontFamilyToBeProcessed) This method is used to compare two fonts (the required one which is described by fontInfo and the one to be examined which is described by fc and fontFamily) and measure their similarity.intstatic FontInfostatic FontInfoprivate static intFontSelector.PdfFontComparator.family2Similarity(String fontFamily, FontCharacteristics fc, FontInfo fontInfo) This method is a fallback to compare family2 field if the main method wasn't able to prioritize the fonts.(package private) FontProgramFontSet.getFontProgram(FontInfo 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 FontSelectorFontProvider.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.(package private)FontSetCollection(Collection<FontInfo> primary, Collection<FontInfo> additional) -
Uses of FontInfo in com.itextpdf.layout.font.selectorstrategy
Methods in com.itextpdf.layout.font.selectorstrategy with parameters of type FontInfoModifier and TypeMethodDescriptionprivate static PdfFontAbstractFontSelectorStrategy.getPdfFont(FontInfo fontInfo, FontProvider fontProvider, FontSet additionalFonts) Utility method to create PdfFont. -
Uses of FontInfo in com.itextpdf.svg.processors.impl
Methods in com.itextpdf.svg.processors.impl with parameters of type FontInfoModifier and TypeMethodDescriptionvoidSvgProcessorContext.addTemporaryFont(FontInfo fontInfo, String alias) Add temporary font from @font-face.