Uses of Interface
org.apache.fontbox.FontBoxFont
-
Packages that use FontBoxFont Package Description org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).org.apache.fontbox.ttf This package contains classes to parse a TTF file.org.apache.fontbox.type1 This package holds classes used to parse Type1-Fonts.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. -
-
Uses of FontBoxFont in org.apache.fontbox.cff
Classes in org.apache.fontbox.cff that implement FontBoxFont Modifier and Type Class Description classCFFCIDFontA Type 0 CIDFont represented in a CFF file.classCFFFontAn Adobe Compact Font Format (CFF) font.classCFFType1FontA Type 1-equivalent font program represented in a CFF file. -
Uses of FontBoxFont in org.apache.fontbox.ttf
Classes in org.apache.fontbox.ttf that implement FontBoxFont Modifier and Type Class Description classOpenTypeFontAn OpenType (OTF/TTF) font.classTrueTypeFontA TrueType font file. -
Uses of FontBoxFont in org.apache.fontbox.type1
Classes in org.apache.fontbox.type1 that implement FontBoxFont Modifier and Type Class Description classType1FontRepresents an Adobe Type 1 (.pfb) font. -
Uses of FontBoxFont in org.apache.pdfbox.pdmodel.font
Classes in org.apache.pdfbox.pdmodel.font with type parameters of type FontBoxFont Modifier and Type Class Description classFontMapping<T extends FontBoxFont>A font mapping from a PDF font to a FontBox font.Fields in org.apache.pdfbox.pdmodel.font declared as FontBoxFont Modifier and Type Field Description private TFontMapping. fontprivate FontBoxFontPDType1CFont. genericFontprivate FontBoxFontPDType1Font. genericFontembedded or system font for rendering.private FontBoxFontPDCIDFontType0. t1Fontprivate FontBoxFontCIDFontMapping. ttfFields in org.apache.pdfbox.pdmodel.font with type parameters of type FontBoxFont Modifier and Type Field Description private java.util.Map<FontInfo,java.lang.ref.SoftReference<FontBoxFont>>FontCache. cacheprivate static java.util.Map<Standard14Fonts.FontName,FontBoxFont>Standard14Fonts. GENERIC_FONTSContains the mapped fonts for the standard 14 fonts.Methods in org.apache.pdfbox.pdmodel.font that return FontBoxFont Modifier and Type Method Description private FontBoxFontFontMapperImpl. findFont(FontFormat format, java.lang.String postScriptName)Finds a font with the given PostScript name, or a suitable substitute, or null.private FontBoxFontFontMapperImpl. findFontBoxFont(java.lang.String postScriptName)Finds a font with the given PostScript name, or a suitable substitute, or null.FontBoxFontFileSystemFontProvider.FSFontInfo. getFont()Returns a new FontBox font instance for the font.FontBoxFontFontCache. getFont(FontInfo info)Returns the FontBox font associated with the given FontInfo.abstract FontBoxFontFontInfo. getFont()Returns a new FontBox font instance for the font.FontBoxFontPDCIDFontType0. getFontBoxFont()Returns the embedded or substituted font.abstract FontBoxFontPDSimpleFont. getFontBoxFont()Returns the embedded or system font used for rendering.FontBoxFontPDTrueTypeFont. getFontBoxFont()FontBoxFontPDType1CFont. getFontBoxFont()FontBoxFontPDType1Font. getFontBoxFont()FontBoxFontPDType3Font. getFontBoxFont()private static FontBoxFontStandard14Fonts. getMappedFont(Standard14Fonts.FontName baseName)Returns the mapped font for the specified Standard 14 font.FontBoxFontCIDFontMapping. getTrueTypeFont()Returns a TrueType font when isCIDFont() is true, otherwise null.Methods in org.apache.pdfbox.pdmodel.font that return types with arguments of type FontBoxFont Modifier and Type Method Description FontMapping<FontBoxFont>FontMapper. getFontBoxFont(java.lang.String baseFont, PDFontDescriptor fontDescriptor)Finds a font with the given PostScript name, or a suitable substitute, or null.FontMapping<FontBoxFont>FontMapperImpl. getFontBoxFont(java.lang.String baseFont, PDFontDescriptor fontDescriptor)Finds a font with the given PostScript name, or a suitable substitute, or null.Methods in org.apache.pdfbox.pdmodel.font with parameters of type FontBoxFont Modifier and Type Method Description voidFontCache. addFont(FontInfo info, FontBoxFont font)Adds the given FontBox font to the cache.Constructors in org.apache.pdfbox.pdmodel.font with parameters of type FontBoxFont Constructor Description CIDFontMapping(OpenTypeFont font, FontBoxFont fontBoxFont, boolean isFallback)
-