Uses of Interface
org.apache.fontbox.FontBoxFont
Packages that use FontBoxFont
Package
Description
This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).
This package contains classes to parse a TTF file.
This package holds classes used to parse Type1-Fonts.
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 FontBoxFontModifier and TypeClassDescriptionclassA Type 0 CIDFont represented in a CFF file.classAn Adobe Compact Font Format (CFF) font.classA 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 FontBoxFontModifier and TypeClassDescriptionclassAn OpenType (OTF/TTF) font.classA TrueType font file. -
Uses of FontBoxFont in org.apache.fontbox.type1
Classes in org.apache.fontbox.type1 that implement FontBoxFont -
Uses of FontBoxFont in org.apache.pdfbox.pdmodel.font
Classes in org.apache.pdfbox.pdmodel.font with type parameters of type FontBoxFontModifier and TypeClassDescriptionclassFontMapping<T extends FontBoxFont>A font mapping from a PDF font to a FontBox font.Fields in org.apache.pdfbox.pdmodel.font declared as FontBoxFontModifier and TypeFieldDescriptionprivate final TFontMapping.fontprivate final FontBoxFontPDType1CFont.genericFontprivate final FontBoxFontPDType1Font.genericFontembedded or system font for rendering.private final FontBoxFontPDCIDFontType0.t1Fontprivate final FontBoxFontCIDFontMapping.ttfFields in org.apache.pdfbox.pdmodel.font with type parameters of type FontBoxFontModifier and TypeFieldDescriptionprivate final Map<FontInfo,SoftReference<FontBoxFont>> FontCache.cacheMethods in org.apache.pdfbox.pdmodel.font that return FontBoxFontModifier and TypeMethodDescriptionprivate FontBoxFontFontMapperImpl.findFont(FontFormat format, String postScriptName) Finds a font with the given PostScript name, or a suitable substitute, or null.private FontBoxFontFontMapperImpl.findFontBoxFont(String postScriptName) Finds a font with the given PostScript name, or a suitable substitute, or null.FileSystemFontProvider.FSFontInfo.getFont()Returns a new FontBox font instance for the font.Returns the FontBox font associated with the given FontInfo.abstract FontBoxFontFontInfo.getFont()Returns a new FontBox font instance for the font.PDCIDFontType0.getFontBoxFont()Returns the embedded or substituted font.abstract FontBoxFontPDSimpleFont.getFontBoxFont()Returns the embedded or system font used for rendering.PDTrueTypeFont.getFontBoxFont()PDType1CFont.getFontBoxFont()PDType1Font.getFontBoxFont()PDType3Font.getFontBoxFont()CIDFontMapping.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 FontBoxFontModifier and TypeMethodDescriptionFontMapper.getFontBoxFont(String baseFont, PDFontDescriptor fontDescriptor) Finds a font with the given PostScript name, or a suitable substitute, or null.FontMapperImpl.getFontBoxFont(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 FontBoxFontModifier and TypeMethodDescriptionvoidFontCache.addFont(FontInfo info, FontBoxFont font) Adds the given FontBox font to the cache.Constructors in org.apache.pdfbox.pdmodel.font with parameters of type FontBoxFontModifierConstructorDescriptionCIDFontMapping(OpenTypeFont font, FontBoxFont fontBoxFont, boolean isFallback)