nanogui@linuxhacker.org
nanogui@linuxhacker.org
Are you running the pre-compiled demo or did you compile for your platform
from source?
If you compiled the source did you turn on the font support in the config
file?
as below ....
####################################################################
# T1 adobe type1 font support thru t1lib
####################################################################
HAVE_T1LIB_SUPPORT = N <-- This should be a Y for this font support
INCT1LIB = /usr/include
LIBT1LIB = /usr/lib/libt1.a
####################################################################
# TrueType font support thru FreeType
####################################################################
HAVE_FREETYPE_SUPPORT = N <-- This should be a Y for this font support
INCFTLIB = /usr/include
LIBFTLIB = /usr/lib/libttf.so
FREETYPE_FONT_DIR = "/usr/local/microwin/fonts"
####################################################################
I had the same problem until I changed these switches.
-----Original Message-----
From: Amit Kulkarni [mailto:kulkarniar@hotmail.com]
Sent: Thursday, December 14, 2000 11:45 AM
To: nanogui@linuxhacker.org
Subject: logfont demo
The logfont demo shipped with Version 0.89pre5 does not seem to be working
at my place. I keep getting the default system font .
I have an amd k6 machine running redhat linux 6.2 and a custom compiled
kernel which supports framebuffer mode.
Is there anything special that i need to do in order to see different fonts
in nano-x?
The rest of nano-x is working fine. Only the fonts are not appearing
(default font is the only one that can be seen all over).
____________________________________________________________________________
_________
Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com
---------------------------------------------------------------------
To unsubscribe, e-mail: nanogui-unsubscribe@linuxhacker.org
For additional commands, e-mail: nanogui-help@linuxhacker.org
nanogui@linuxhacker.org