aboutsummaryrefslogtreecommitdiffstats
path: root/libskrift_open_font_mem.c
blob: bda425276a81a8057ab126f27d9b4f5cb590b3de (plain) (blame)
1
2
3
4
5
6
7
8
/* See LICENSE file for copyright and license details. */
#include "common.h"

int
libskrift_open_font_mem(LIBSKRIFT_FONT **fontp, const void *mem, size_t size)
{
	return libskrift_open_font___(fontp, mem, NULL, NULL, size);
}