Uses of Interface
org.apache.fontbox.cff.CFFParser.ByteSource
-
Packages that use CFFParser.ByteSource Package Description org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts). -
-
Uses of CFFParser.ByteSource in org.apache.fontbox.cff
Methods in org.apache.fontbox.cff with parameters of type CFFParser.ByteSource Modifier and Type Method Description java.util.List<CFFFont>
CFFParser. parse(byte[] bytes, CFFParser.ByteSource source)
Parse CFF font using byte array, also passing in a byte source for future use.
-