blob: 26bfafa96a6dc5816ab89c2433144c30af7a9639 (
plain) (
tree)
|
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
int
libparsesfnt_parse_fmtx(
const char *data, size_t size,
struct libparsesfnt_fmtx *infop,
const struct libparsesfnt_tabdir_entry *tag)
{
return PARSE(LIBPARSESFNT_NAME__, tag->offset, 0, 0, 0, 1, tag);
}
|