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. -
-
Uses of FontBoxFont in org.apache.fontbox.cff
Classes in org.apache.fontbox.cff that implement FontBoxFont Modifier and Type Class Description class
CFFCIDFont
A Type 0 CIDFont represented in a CFF file.class
CFFFont
An Adobe Compact Font Format (CFF) font.class
CFFType1Font
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 FontBoxFont Modifier and Type Class Description class
OpenTypeFont
An OpenType (OTF/TTF) font.class
TrueTypeFont
A 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 class
Type1Font
Represents an Adobe Type 1 (.pfb) font.
-