<div dir="ltr"><div>Another issue:<br><br>+static void <br>+cairo_ft_apply_variations (FT_Face     face, <br>+                           const char *variations) <br>+{ <br>+    FT_MM_Var *ft_mm_var; <br>+    FT_Error ret; <br>+ <br>+    if (!variations || !variations[0]) <br>+        return; <br>+ <br>+    ret = FT_Get_MM_Var (face, &ft_mm_var); <br><br></div>This fails to reset the variations on the face, if variations is NULL or empty.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 13, 2017 at 2:41 PM, Matthias Clasen <span dir="ltr"><<a href="mailto:matthias.clasen@gmail.com" target="_blank">matthias.clasen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Over the last few days, Behdad and I worked together on supporting OpenType font variations in the Linux text rendering stack. This requires small additions to pango, fontconfig, and ... cairo.<br><br></div>The cairo patch is simple and ready (i'm still debugging some issues on the pango side).<br><br></div><div>It adds a new member to the font options struct, a string which contains the font variation settings.<br></div></div>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">behdad<br><a href="http://behdad.org/" target="_blank">http://behdad.org/</a></div>
</div>