Revert "added font combine prototype"
[swftools.git] / lib / filters / remove_font_transforms.c
index 9133569..c04d110 100644 (file)
@@ -226,7 +226,7 @@ static gfxresult_t* pass1_finish(gfxfilter_t*f, gfxdevice_t*out)
        if(count) 
            average_xmax /= count;
 
-       fd->dx = -total.xmin;
+       fd->dx = 0;//-total.xmin;
 
        font->ascent = total.ymax;
        font->descent = -total.ymin;