[HarfBuzz] Dotted circles in harfbuzz

Vignesh Raman rvignesh.raman at gmail.com
Tue Jun 30 10:40:37 PDT 2015


Hi,

Looks like this is fixing the crash,

-                glyphString[slen++] = C_DOTTED_CIRCLE;
+                //glyphString[slen++] = C_DOTTED_CIRCLE; // Don't
hardcode dotted circle when base glyph is blank
+               item->attributes[slen-1].dontPrint = true; // FIXME
this will hide all dotted circle

-- 
Regards,
Vignesh.


More information about the HarfBuzz mailing list