https://bugzilla.redhat.com/show_bug.cgi?id=1766201



--- Comment #21 from Peng Wu <p...@redhat.com> ---
If we convert the bitmap fonts without combining the fonts together, like the
following shell script:

for i in `ls *.bdf`;
         do fonttosfnt -b -c -g 2 -m 2 -o ${i%%.bdf}.otb $i;
done

The fonts is recognized as "fixed width", and will show in the gnome-terminal
setup dialog.

After combining several bitmap fonts into one OpenType font face,
the fixed width is changed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
fonts-bugs mailing list -- fonts-bugs@lists.fedoraproject.org
To unsubscribe send an email to fonts-bugs-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/fonts-bugs@lists.fedoraproject.org

Reply via email to