nanogui@linuxhacker.org
nanogui@linuxhacker.org
----- Original Message -----
From:
To: <Greg Haerr> ; nanogui@linuxhacker.org
Sent: Thursday, June 29, 2000 11:11 AM
Subject: about devfont fix
about devfont fix: please ignore previous post of devfont fix
the peoblem is fixed by apply "GdSetFont()" before "GdGetTextSize" in ported controls
restore previous fix:
int defencoding = pfont->fontprocs->encoding;
back to original one:
int defencoding = gr pfont->fontprocs->encoding;
nanogui@linuxhacker.org