https://bugzilla.redhat.com/show_bug.cgi?id=1823637
--- Comment #31 from Hans Ulrich Niedermann <rhbugs(a)n-dimensional.de> ---
Awesome work.
I have checked that this produces better fonts, even though I have not tried to
understand all the details yet.
Merged the PR, and building packages for F32 and F33/rawhide right now.
Will take a look at the details later.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1823637
--- Comment #28 from Akira TAGOH <tagoh(a)redhat.com> ---
Some updates:
Apparently "Medium" in BDF and "Medium" in OpenType looks different. XLFD deals
with "Medium" as "Regular". in this sense, bdftopcf do the right job. but
fonttosfnt not.
For a workaround, we need to apply the following config to fix the weight:
<fontconfig>
<match target="scan">
<test name="family"><string>Terminus</string></test>
<test name="style"><string>Regular</string></test>
<test name="weight"><const>medium</const></test>
<edit name="weight" mode="assign"><const>regular</const></edit>
</match>
</fontconfig>
After this, "fc-match terminus" works as expected:
$ fc-match terminus
Terminus.otb: "Terminus" "Regular"
as well as Terminus Italic on the font picker.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1842162
Bug ID: 1842162
Summary: F33FailsToInstall: python3-woffTools
Product: Fedora
Version: rawhide
Status: NEW
Component: woffTools
Assignee: sshedmak(a)redhat.com
Reporter: igor.raits(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: fonts-bugs(a)lists.fedoraproject.org,
i18n-bugs(a)lists.fedoraproject.org, pnemade(a)redhat.com,
sshedmak(a)redhat.com
Blocks: 1803235 (F33FailsToInstall)
Target Milestone: ---
Classification: Fedora
Hello,
Please note that this comment was generated automatically. If you feel that
this output has mistakes, please contact me via email
(ignatenkobrain(a)fedoraproject.org)
Your package (woffTools) Fails To Install in Fedora 33:
can't install python3-woffTools:
- nothing provides python(abi) = 3.8 needed by
python3-woffTools-0.1-0.28.20160211git.fc32.noarch
If you don't react accordingly to the policy for FTBFS/FTI bugs
(https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails…)
your package may be orphaned in 8+ weeks.
P.S. The data was generated solely from koji buildroot, so it might be newer
than the latest compose or the content on mirrors.
P.P.S. If this bug has been reported in the middle of upgrading multiple
dependent packages, please consider using side tags:
https://docs.fedoraproject.org/en-US/rawhide-gating/multi-builds/
Thanks!
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1803235
[Bug 1803235] (F33FailsToInstall) - Fedora 33 Fails To install Tracker
--
You are receiving this mail because:
You are on the CC list for the bug.