Summary: | Treat color bitmap font as scalable | ||
---|---|---|---|
Product: | fontconfig | Reporter: | Jungshik Shin <jungshik.shin> |
Component: | fc-scan | Assignee: | fontconfig-bugs |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | freedesktop, mike.fabian |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Jungshik Shin
2014-12-08 21:47:45 UTC
Fixed in: commit 66db69a6d991945f96feb1da683a2e04ea396842 Author: Behdad Esfahbod <behdad@behdad.org> Date: Sun Dec 14 13:55:53 2014 -0800 Treat color fonts as scalable All color fonts are designed to be scaled, even if they only have bitmap strikes. Client is responsible to scale the bitmaps. This is in constrast to non-color strikes... Clients can still use FC_OUTLINE to distinguish bitmap vs outline fonts. Previously FC_OUTLINE and FC_SCALABLE always had the same value. Now FC_SCALABLE is set to (FC_OUTLINE || FC_COLOR). Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=87122 commit dbc7c4a2cfe1ba6c537957b3b68b625403ca99fd Author: Behdad Esfahbod <behdad@behdad.org> Date: Sun Dec 14 13:39:41 2014 -0800 Add FC_COLOR Only adds "color" to pattern if FreeType version supports color. Based on patch from Jungshik Shin. |
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.