Bug 90549 - undesired fallback fonts from size estimation
Summary: undesired fallback fonts from size estimation
Status: RESOLVED INVALID
Alias: None
Product: fontconfig
Classification: Unclassified
Component: library (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: fontconfig-bugs
QA Contact: Behdad Esfahbod
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-21 08:04 UTC by Akira TAGOH
Modified: 2015-05-21 08:53 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Akira TAGOH 2015-05-21 08:04:27 UTC
Let's see the above result:

$ fc-match :pixelsize=10:scalable=false:lang=en
helvR10-ISO8859-1.pcf.gz: "Helvetica" "Regular"
$ fc-match :pixelsize=12:scalable=false:lang=en
helvR12-ISO8859-1.pcf.gz: "Helvetica" "Regular"
$ fc-match :pixelsize=14:scalable=false:lang=en
helvR10-ISO8859-1.pcf.gz: "Helvetica" "Regular"
$ fc-match :pixelsize=16:scalable=false:lang=en
helvR12-ISO8859-1.pcf.gz: "Helvetica" "Regular"
$ fc-match :pixelsize=18:scalable=false:lang=en
helvR18-ISO8859-1.pcf.gz: "Helvetica" "Regular"

If no fonts installed for requested size, it fc-match doesn't return the near-sized font. that may causes the ugly rendering.
Comment 1 Akira TAGOH 2015-05-21 08:53:44 UTC
erm, false alarm. they were picking up a font in different dpi


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.