On Sat, 4 Apr 2020 12:40:09 -0600, Jack J. Woehr wrote:
>On 4/4/20 12:04 PM, Paul Gilmartin wrote:
>> Works. Doesn't have nearly the Fonts I'm accustomed to on UNIX.
>
>*/opt/local/bin/xset fp+ /opt/local/lib/x3270/fonts/*
>
>Assuming that's where you installed x3270
>
Ah! More complicated than that. By trial and error:
693 $ for I in /opt/X11/share/fonts/*/fonts.dir; do ( set -x; /opt/X11/bin/xset
fp+ ${I%/*} ) done
-sh 348+ /opt/X11/bin/xset fp+ /opt/X11/share/fonts/100dpi
-sh 348+ /opt/X11/bin/xset fp+ /opt/X11/share/fonts/75dpi
-sh 348+ /opt/X11/bin/xset fp+ /opt/X11/share/fonts/OTF
-sh 348+ /opt/X11/bin/xset fp+ /opt/X11/share/fonts/Speedo
-sh 348+ /opt/X11/bin/xset fp+ /opt/X11/share/fonts/TTF
-sh 348+ /opt/X11/bin/xset fp+ /opt/X11/share/fonts/Type1
-sh 348+ /opt/X11/bin/xset fp+ /opt/X11/share/fonts/cyrillic
-sh 348+ /opt/X11/bin/xset fp+ /opt/X11/share/fonts/misc
-sh 348+ /opt/X11/bin/xset fp+ /opt/X11/share/fonts/util
694 $
And it works. Gasp!
Thanks,
gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN