Uses of Class
org.apache.fontbox.cff.CFFFont
-
Packages that use CFFFont Package Description org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts). -
-
Uses of CFFFont in org.apache.fontbox.cff
Subclasses of CFFFont in org.apache.fontbox.cff Modifier and Type Class Description class
CFFFontROS
Methods in org.apache.fontbox.cff that return types with arguments of type CFFFont Modifier and Type Method Description java.util.List<CFFFont>
CFFParser. parse(byte[] bytes)
Parsing CFF Font using a byte array as input.Methods in org.apache.fontbox.cff with parameters of type CFFFont Modifier and Type Method Description static byte[]
AFMFormatter. format(CFFFont font)
Deprecated.Create font metric data for the given CFFFont.static byte[]
Type1FontFormatter. format(CFFFont font)
Read and convert a given CFFFont.
-