[MacPorts] #19171: pango renders some fonts incorrectly
MacPorts
noreply at macports.org
Sun Apr 19 00:36:51 PDT 2009
#19171: pango renders some fonts incorrectly
-----------------------------------------+----------------------------------
Reporter: jeremyhu@… | Owner: ryandesign@…
Type: defect | Status: closed
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.7.1
Resolution: fixed | Keywords: font
Port: pango firefox-x11 freetype |
-----------------------------------------+----------------------------------
Changes (by jeremyhu@…):
* status: new => closed
* resolution: => fixed
Comment:
Yeah, the GDEF issue is corrected, but the other issue is not (it turns
out they were unrelated... see comment #4, sorry for the 2-for-1 bug
report, but I thought they were related when reporting)
The main issue here is the fontconfig match problem.
$ fc-match Fixed
12x13ja.pcf.gz: "Fixed" "ja"
$pango-view --font="Fixed" /etc/passwd
# See garbled cruft in the view
$ fc-match Fixed:style=Regular
7x13.pcf.gz: "Fixed" "Regular"
$pango-view --font="Fixed:Style=Regular" /etc/passwd
# See an expected render
It looks like we need some logic in the config file to prefer
style=Regular if no style is designated
--
Ticket URL: <http://trac.macports.org/ticket/19171#comment:8>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list