blob: bda425276a81a8057ab126f27d9b4f5cb590b3de (
plain) (
tree)
|
|
/* 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);
}
|