Package org.apache.fontbox.ttf
Class CFFTable.CFFBytesource
java.lang.Object
org.apache.fontbox.ttf.CFFTable.CFFBytesource
- All Implemented Interfaces:
CFFParser.ByteSource
- Enclosing class:
- CFFTable
Allows bytes to be re-read later by CFFParser.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ttf
-
-
Constructor Details
-
CFFBytesource
CFFBytesource(TrueTypeFont ttf)
-
-
Method Details
-
getBytes
Description copied from interface:CFFParser.ByteSource
Returns the source bytes. May be called more than once.- Specified by:
getBytes
in interfaceCFFParser.ByteSource
- Throws:
IOException
-