|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <woff2_out.h>
Public Member Functions | |
| virtual | ~WOFF2Out (void) |
| virtual bool | Write (const void *buf, size_t n)=0 |
| virtual bool | Write (const void *buf, size_t offset, size_t n)=0 |
| virtual size_t | Size ()=0 |
Output 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.
|
inlinevirtual |
|
pure virtual |
Implemented in woff2::WOFF2MemoryOut, and woff2::WOFF2StringOut.
Implemented in woff2::WOFF2MemoryOut, and woff2::WOFF2StringOut.
Implemented in woff2::WOFF2MemoryOut, and woff2::WOFF2StringOut.
1.8.13