summaryrefslogblamecommitdiffstats
path: root/libparsesfnt_parse_fontdir.c
blob: ce3085a21a04ac54e19bf424d65a465ac413ef8f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                  
/* 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);
}