#include <stddef.h>
#include <inttypes.h>
#include <string>
Go to the source code of this file.
|
size_t | woff2::MaxWOFF2CompressedSize (const uint8_t *data, size_t length) |
|
size_t | woff2::MaxWOFF2CompressedSize (const uint8_t *data, size_t length, const string &extended_metadata) |
|
bool | woff2::ConvertTTFToWOFF2 (const uint8_t *data, size_t length, uint8_t *result, size_t *result_length) |
|
bool | woff2::ConvertTTFToWOFF2 (const uint8_t *data, size_t length, uint8_t *result, size_t *result_length, const WOFF2Params ¶ms) |
|