aboutsummaryrefslogtreecommitdiffstats
path: root/libskrift_open_font_adopt_mem.c
blob: 1e5e9048640c6a44dffe948f2d865fdcb08322f4 (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_adopt_mem(LIBSKRIFT_FONT **fontp, void *mem, size_t size)
{
	return libskrift_open_font___(fontp, NULL, mem, NULL, size);
}