Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15:Update
ft2demos
bugzilla-308961-cmex-workaround.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bugzilla-308961-cmex-workaround.patch of Package ft2demos
--- src/base/ftobjs.c | 5 +++++ 1 file changed, 5 insertions(+) Index: freetype-2.10.0/src/base/ftobjs.c =================================================================== --- freetype-2.10.0.orig/src/base/ftobjs.c +++ freetype-2.10.0/src/base/ftobjs.c @@ -2584,6 +2584,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;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor