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).org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of CFFParser.ByteSource in org.apache.fontbox.cff
Classes in org.apache.fontbox.cff that implement CFFParser.ByteSource Modifier and Type Class Description private static classCFFParser.CFFBytesourceAllows bytes to be re-read later by CFFParser.Fields in org.apache.fontbox.cff declared as CFFParser.ByteSource Modifier and Type Field Description private CFFParser.ByteSourceCFFFont. sourceprivate CFFParser.ByteSourceCFFParser. sourceMethods 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.(package private) voidCFFFont. setData(CFFParser.ByteSource source)Sets a byte source to re-read the CFF data in the future. -
Uses of CFFParser.ByteSource in org.apache.fontbox.ttf
Classes in org.apache.fontbox.ttf that implement CFFParser.ByteSource Modifier and Type Class Description private static classCFFTable.CFFBytesourceAllows bytes to be re-read later by CFFParser.
-