* [gentoo-user] How to see Windows graphics chars
@ 2006-12-24 5:28 Kevin O'Gorman
2006-12-24 10:14 ` Jesús Guerrero
0 siblings, 1 reply; 2+ messages in thread
From: Kevin O'Gorman @ 2006-12-24 5:28 UTC (permalink / raw
To: gentoo-user
I would not ordinarily care about Windows pseudo-graphics characters, but
for one brief moment on one project I need to manipulate them a bit. This is
a bit hard on KDE and gentoo as things stand because the terminals don't
know about that encoding/font/codepage/whatever.
I see there's a way to make my terminals speak a variety of encodings, but
the ones I've tried don't help. Anybody out there know how to do this?
++ kevin
--
Kevin O'Gorman, PhD
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gentoo-user] How to see Windows graphics chars
2006-12-24 5:28 [gentoo-user] How to see Windows graphics chars Kevin O'Gorman
@ 2006-12-24 10:14 ` Jesús Guerrero
0 siblings, 0 replies; 2+ messages in thread
From: Jesús Guerrero @ 2006-12-24 10:14 UTC (permalink / raw
To: gentoo-user
El Sat, 23 Dec 2006 21:28:05 -0800
"Kevin O'Gorman" <kogorman@gmail.com> escribió:
> I would not ordinarily care about Windows pseudo-graphics characters,
> but for one brief moment on one project I need to manipulate them a
> bit. This is a bit hard on KDE and gentoo as things stand because
> the terminals don't know about that encoding/font/codepage/whatever.
>
> I see there's a way to make my terminals speak a variety of
> encodings, but the ones I've tried don't help. Anybody out there
> know how to do this?
>
> ++ kevin
>
If you are talking about the webdings set, it is included along with
many other MS fonts into the corefonts package. Make sure you have it
installed, then make sure you have a line for that font dir in your
xorg.conf:
Section "Files"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/hunkyfonts"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/arphicfonts"
FontPath "/usr/share/fonts/baekmuk-fonts"
FontPath "/usr/share/fonts/kochi-substitute"
FontPath "/usr/share/fonts/intlfonts"
EndSection
Then restart X or do this:
xset +fp /usr/share/fonts/corefonts && xset fp rehash
Now the font is installed and apps can see it, it might depend on each
concrete app how to use it from now on.
Jesús Guerrero
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-24 10:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-24 5:28 [gentoo-user] How to see Windows graphics chars Kevin O'Gorman
2006-12-24 10:14 ` Jesús Guerrero
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox