blob: ce3085a21a04ac54e19bf424d65a465ac413ef8f (
plain) (
tree)
|
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
int
libparsesfnt_parse_fontdir(
const char *data, size_t size,
struct libparsesfnt_fontdir *infop)
{
return PARSE(LIBPARSESFNT_FONTDIR__, 0, 0, 0, 0, 1, NULL);
}
|