File bugzilla-308961-cmex-workaround.patch of Package ft2demos

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 ( face->family_name && strncmp(face->family_name, "CMEX", 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;
 
openSUSE Build Service is sponsored by