Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
xemacs
bugzilla-292811-make-x-make-font-bold-italic-xf...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bugzilla-292811-make-x-make-font-bold-italic-xft-work.patch of Package xemacs
Index: xemacs-21.5.29/lisp/x-faces.el =================================================================== --- xemacs-21.5.29.orig/lisp/x-faces.el +++ xemacs-21.5.29/lisp/x-faces.el @@ -198,7 +198,7 @@ If it fails, it returns nil." (fc-name-parse font)))) (if pattern (let ((size (fc-pattern-get-size pattern 0)) - (copy (fc-copy-pattern-partial pattern (list "family")))) + (copy (fc-copy-pattern-partial pattern (list "family" "slant")))) (fc-pattern-del-weight copy) (fc-pattern-del-style copy) (when copy @@ -272,7 +272,7 @@ If it fails, it returns nil." (fc-name-parse font)))) (if pattern (let ((size (fc-pattern-get-size pattern 0)) - (copy (fc-copy-pattern-partial pattern (list "family")))) + (copy (fc-copy-pattern-partial pattern (list "family" "weight")))) (when copy (fc-pattern-del-slant copy) (fc-pattern-del-style copy)
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