[gs-commits] rev 10879 - trunk/gs/psi
ken at ghostscript.com
ken at ghostscript.com
Mon Mar 8 15:41:21 UTC 2010
Author: ken
Date: 2010-03-08 15:41:20 +0000 (Mon, 08 Mar 2010)
New Revision: 10879
Modified:
trunk/gs/psi/fapi_ft.c
Log:
revert revision 10871, we will tackle this problem in the FAPI FreeType interface code
instead of in FreeType itself.
Modified: trunk/gs/psi/fapi_ft.c
===================================================================
--- trunk/gs/psi/fapi_ft.c 2010-03-08 15:22:57 UTC (rev 10878)
+++ trunk/gs/psi/fapi_ft.c 2010-03-08 15:41:20 UTC (rev 10879)
@@ -330,7 +330,7 @@
face->ft_inc_int->object->metrics_type = a_char_ref->metrics_type;
}
- ft_error = FT_Load_Glyph(ft_face, index, FT_LOAD_MONOCHROME | FT_LOAD_NO_SCALE | FT_LOAD_NO_SYNTHETIC_METRICS);
+ ft_error = FT_Load_Glyph(ft_face, index, FT_LOAD_MONOCHROME | FT_LOAD_NO_SCALE);
if (!ft_error && a_metrics)
{
a_metrics->bbox_x0 = ft_face->glyph->metrics.horiBearingX;
More information about the gs-commits
mailing list