GNOME Bugzilla – Bug 733764
Support more / free font weights
Last modified: 2014-07-26 21:34:24 UTC
See eg: https://bugs.freedesktop.org/show_bug.cgi?id=81453 https://code.google.com/p/noto/issues/detail?id=43 https://github.com/adobe-fonts/source-han-sans/issues/5
More coming next week. For now: commit 6a1420c22bb1365bac94cc979053b558ba328796 Author: Behdad Esfahbod <behdad@behdad.org> Date: Fri Jul 25 18:24:32 2014 -0400 Add PANGO_WEIGHT_SEMILIGHT Part of Bug 733764 - Support more / free font weights commit 9f221d657e98d2dff377420a02cd91c6411b9c5a Author: Behdad Esfahbod <behdad@behdad.org> Date: Fri Jul 25 18:17:51 2014 -0400 [win32] Bug 733764 - Support more / free font weights
More: commit 40f5c151e911464cb9da569d8ceee88f52fcbfbf Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Jul 26 16:27:59 2014 -0400 [fc] Use FcWeightTo/FromOpenType() if available This makes the weight mapping a continuous, as ooposed to a step function. Last piece of Bug 733764 - Support more / free font weights commit b30a04708823c14fc9fef81294bfb2b87ac5df7a Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Jul 26 16:22:20 2014 -0400 More PANGO_WEIGHT_SEMILIGHT Previous commit was incomplete.
Created attachment 281790 [details] Noto Sans CJK
Created attachment 281791 [details] Source Han Sans
Fixed now. Screenshots attached.
Requires fontconfig from master. I also fixed it in the win32 backend, though, not tested.
commit cda5d4ffb5ad9e48da235a7a97ae3fe8b782e6aa Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Jul 26 17:33:14 2014 -0400 [coretext] Support PANGO_WEIGHT_SEMILIGHT We should interpolate. Added TODO. Don't have a coretext build so don't want to break it. Bug 733764 - Support more / free font weights