aboutsummaryrefslogblamecommitdiffstats
path: root/libskrift_get_rendering_settings.c
blob: 4ad7f81c3497fa8d524160dbf75c6188d43d2ffe (plain) (tree)
1
2
3
4
5
6
7
8







                                                         
/* See LICENSE file for copyright and license details. */
#include "common.h"

const struct libskrift_rendering *
libskrift_get_rendering_settings(LIBSKRIFT_CONTEXT *ctx)
{
	return &ctx->rendering;
}