Index: src/font.c =================================================================== --- src/font.c (revision 88619) +++ src/font.c (working copy) @@ -637,6 +637,11 @@ GpStatus status = GdipCreateFont (family, 0.0f, style, UnitPoint, &font); if ((status == Ok) && font) { + family->height = 12; + family->cellascent = 12; + family->celldescent = 12; + family->linespacing = 12; +#if 0 cairo_scaled_font_t* scaled_ft; FT_Face face = NULL; cairo_matrix_t matrix1, matrix2; @@ -669,6 +674,7 @@ } else { status = FontFamilyNotFound; } +#endif } if (font)