Uses of Interface
org.apache.fontbox.cff.CFFParser.ByteSource
Packages that use CFFParser.ByteSource
Package
Description
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.ByteSourceModifier and TypeMethodDescriptionCFFParser.parse
(byte[] bytes, CFFParser.ByteSource source) Parse CFF font using byte array, also passing in a byte source for future use.