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.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. -
-
Uses of CFFParser.ByteSource in org.apache.fontbox.cff
Fields in org.apache.fontbox.cff declared as CFFParser.ByteSource Modifier and Type Field Description private CFFParser.ByteSource
CFFFont. source
private CFFParser.ByteSource
CFFParser. source
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.(package private) void
CFFFont. 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 class
CFFTable.CFFBytesource
Allows bytes to be re-read later by CFFParser. -
Uses of CFFParser.ByteSource in org.apache.pdfbox.pdmodel.font
Classes in org.apache.pdfbox.pdmodel.font that implement CFFParser.ByteSource Modifier and Type Class Description private class
PDCIDFontType0.FF3ByteSource
private class
PDType1CFont.FF3ByteSource
-