Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=478332 --- Comment #3 from Behdad Esfahbod <[email protected]> 2008-12-28 14:45:41 EDT --- $ awk '/WX/ {print $4 " " $5}' /usr/share/fonts/default/Type1/n022024l.afm|sort|uniq -c 518 WX 600 1 WX 740 $ t1disasm /usr/share/fonts/default/Type1//n022024l.pfb |awk '/hsbw/ {print $(NF-1)}'|sort|uniq -c 1 500 520 600 1 740 $ t1disasm /usr/share/fonts/default/Type1/n022023l.pfb |awk '/hsbw/ {print $(NF-1)}'|sort|uniq -c 533 600 $ t1disasm /usr/share/fonts/default/Type1/n022004l.pfb |awk '/hsbw/ {print $(NF-1)}'|sort|uniq -c 540 600 $ t1disasm /usr/share/fonts/default/Type1/n022003l.pfb |awk '/hsbw/ {print $(NF-1)}'|sort|uniq -c 563 600 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-fonts-bugs-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
