Package com.itextpdf.io.font.woff2
Interface Woff2Out
-
- All Known Implementing Classes:
Woff2MemoryOut
interface Woff2OutOutput interface for the woff2 decoding. Writes to arbitrary offsets are supported to facilitate updating offset table and checksums after tables are ready. Reading the current size is supported so a 'loca' table can be built up while writing glyphs. By default limits size to kDefaultMaxSize.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intsize()voidwrite(byte[] buf, int buff_offset, int n)voidwrite(byte[] buf, int buff_offset, int offset, int n)
-