From: Nicolas C. <cad...@mi...> - 2001-03-28 14:54:41
|
Hi, I the last release of Gl4Java, I'm using wglUseOutlinesFont. When my = computer has just freshly rebooted, my program works great : I have = several fonts on the screen with different colors. Now I stop the program and start it again. The color information is = suddenly crazy. If I draw the string "123" with the green colors it = appears correctly but if I add a string with "143" with the same font = and in red, the characters 1 and 3 appears in green and the new = character 4 appears in red. I have to reboot the PC to retrieve a normal = behaviour. I'm using the Radeon 32 with the latest drivers. If I'm writing in this forum it's because another software I have = written in C++ using different fonts and colors works great all the = time. Any ideas ? Regards Nicolas |
From: Sven G. <sgo...@ja...> - 2001-03-28 15:17:02
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 28 March 2001 17:03, Nicolas Cadilhac wrote: > Hi, > > I the last release of Gl4Java, I'm using wglUseOutlinesFont. When my > computer has just freshly rebooted, my program works great : I have several > fonts on the screen with different colors. Now I stop the program and start > it again. The color information is suddenly crazy. If I draw the string > "123" with the green colors it appears correctly but if I add a string with > "143" with the same font and in red, the characters 1 and 3 appears in > green and the new character 4 appears in red. I have to reboot the PC to > retrieve a normal behaviour. I'm using the Radeon 32 with the latest > drivers. > > If I'm writing in this forum it's because another software I have written > in C++ using different fonts and colors works great all the time. > > Any ideas ? > well, first it would be nice, if you offer your module to the public for gl4java in an plattform independ manner .., at least win32 and X11 .. then we can talk about .. > Regards > bye, sven > Nicolas - ---------------------------------------- Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1" Content-Transfer-Encoding: quoted-printable Content-Description: - ---------------------------------------- - -- mailto:sgo...@ja... www : http://www.jausoft.com ; pgp: http://www.jausoft.com/gpg/ voice : +49-521-2399440; fax: +49-521-2399442; icq-uin: 108264795 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6wgAxHdOA30NoFAARAg7bAJ97kU3Qg6jPn18WcbsEJrwPjoPzvwCePxjJ quQ5ZPMXsaggq1U1pIkWZH0= =YiHr -----END PGP SIGNATURE----- |
From: Nicolas C. <cad...@mi...> - 2001-03-28 15:24:25
|
No problem about the principle of thist but I only have skills for win32 and will be unable to do it for X11. If you still want to see it only for win32, how can I submit it ? A cut and paste here in a message ? Nicolas > well, first it would be nice, > if you offer your module to the public for gl4java > in an plattform independ manner .., > at least win32 and X11 .. > > then we can talk about .. |
From: Sven G. <sgo...@ja...> - 2001-03-28 15:27:00
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 28 March 2001 17:32, Nicolas Cadilhac wrote: > No problem about the principle of thist but I only have skills for win32 > and will be unable to do it for X11. If you still want to see it only for > win32, how can I submit it ? A cut and paste here in a message ? > it depends on the file size .. the best is a tar/gzip or just a zip archive offered as an URL .. if it is very short (< 0.5 mb) then post it .. > Nicolas cheers, sven - -- mailto:sgo...@ja... www : http://www.jausoft.com ; pgp: http://www.jausoft.com/gpg/ voice : +49-521-2399440; fax: +49-521-2399442; icq-uin: 108264795 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6wgJ9HdOA30NoFAARAiCkAKCMT1Y1avNyBLMv1saRns7Z4ltNUwCfWBUn ACCPJN3wO3jHIj+H2kNSROg= =z2ye -----END PGP SIGNATURE----- |
From: Nicolas C. <cad...@mi...> - 2001-03-28 15:53:06
Attachments:
fontDll.zip
|
Here is the cpp file to make a native dll. Credits go to Nehe, since I started from the tutorial lesson 14. Nicolas > > No problem about the principle of thist but I only have skills for win32 > > and will be unable to do it for X11. If you still want to see it only for > > win32, how can I submit it ? A cut and paste here in a message ? > > > > it depends on the file size .. > > the best is a tar/gzip or just a zip archive offered > as an URL .. > > if it is very short (< 0.5 mb) then post it .. > > > Nicolas |