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



--- Comment #7 from Davide Cavalca <[email protected]> ---
Without the fontconfig file:
$ fc-scan -f 
"%{family[0]};%{style[0]};%{fullname[0]};%{width};%{weight};%{slant};%{fontversion};%{file}\n"
 /usr/share/fonts/rbanffy-3270-fonts/ | sort -t ';' -k1,1d -k4,4n -k5,5n -k6,6n
-k2,2d -k7,7dr  | uniq | column --separator ';' -t
IBM 3270                 Regular    IBM 3270                 100  80  0  150732
 /usr/share/fonts/rbanffy-3270-fonts//3270-Regular.otf
IBM 3270 Condensed       Condensed  IBM 3270 Condensed       100  80  0  150732
 /usr/share/fonts/rbanffy-3270-fonts//3270Condensed-Regular.otf
IBM 3270 Semi-Condensed  Condensed  IBM 3270 Semi-Condensed  100  80  0  150732
 /usr/share/fonts/rbanffy-3270-fonts//3270SemiCondensed-Regular.otf

With the fontconfig file:
$ fc-scan -f 
"%{family[0]};%{style[0]};%{fullname[0]};%{width};%{weight};%{slant};%{fontversion};%{file}\n"
 /usr/share/fonts/rbanffy-3270-fonts/ | sort -t ';' -k1,1d -k4,4n -k5,5n -k6,6n
-k2,2d -k7,7dr  | uniq | column --separator ';' -t
IBM 3270  Condensed  IBM 3270 Condensed      100  80  0  1 
/usr/share/fonts/rbanffy-3270-fonts//3270Condensed-Regular.otf
IBM 3270  Condensed  IBM 3270 SemiCondensed  100  80  0  1 
/usr/share/fonts/rbanffy-3270-fonts//3270SemiCondensed-Regular.otf
IBM 3270  Regular    IBM 3270                100  80  0  2 
/usr/share/fonts/rbanffy-3270-fonts//3270-Regular.otf

I tried following
https://docs.fedoraproject.org/en-US/packaging-guidelines/FontsPolicy/#_fontconfig_2
for this, but please doublecheck my work here.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to