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