FontLayoutContext *ctx)
{
MFLTFont *font = ctx->font;
- int from_idx = ctx->out->used;
if (MDEBUG_FLAG () > 2)
MDEBUG_PRINT3 ("\n [FLT] %*s%s", depth, "", MSYMBOL_NAME (otf_spec->sym));
font->get_glyph_id (font, ctx->in, from, to);
if (mflt_try_otf)
{
- int out_len;
- int i;
-
to = mflt_try_otf (font, otf_spec, ctx->in, from, to);
if (to < 0)
return from;