Index: freetype-2.3.5/src/base/ftobjs.c =================================================================== --- freetype-2.3.5.orig/src/base/ftobjs.c +++ freetype-2.3.5/src/base/ftobjs.c @@ -1820,6 +1820,11 @@ if ( FT_IS_SCALABLE( face ) ) { + if ( strncmp("CMEX", face->family_name, 4 ) == 0){ + face->underline_position = (FT_Short)( -face->units_per_EM / 10 ); + face->underline_thickness = (FT_Short)( face->units_per_EM / 30 ); + } + if ( face->height < 0 ) face->height = (FT_Short)-face->height;