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 TypeClassDescriptionclass
A Type 0 CIDFont represented in a CFF file.class
An Adobe Compact Font Format (CFF) font.class
A 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 TypeClassDescriptionclass
An OpenType (OTF/TTF) font.class
A 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 TypeClassDescriptionclass
FontMapping<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 T
FontMapping.font
private final FontBoxFont
PDType1CFont.genericFont
private final FontBoxFont
PDType1Font.genericFont
embedded or system font for rendering.private final FontBoxFont
PDCIDFontType0.t1Font
private final FontBoxFont
CIDFontMapping.ttf
Fields in org.apache.pdfbox.pdmodel.font with type parameters of type FontBoxFontModifier and TypeFieldDescriptionprivate final Map<FontInfo,
SoftReference<FontBoxFont>> FontCache.cache
Methods in org.apache.pdfbox.pdmodel.font that return FontBoxFontModifier and TypeMethodDescriptionprivate FontBoxFont
FontMapperImpl.findFont
(FontFormat format, String postScriptName) Finds a font with the given PostScript name, or a suitable substitute, or null.private FontBoxFont
FontMapperImpl.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 FontBoxFont
FontInfo.getFont()
Returns a new FontBox font instance for the font.PDCIDFontType0.getFontBoxFont()
Returns the embedded or substituted font.abstract FontBoxFont
PDSimpleFont.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 TypeMethodDescriptionvoid
FontCache.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)