Advertisement

glPrint() from Nehe's code

Started by February 01, 2001 03:20 PM
1 comment, last by penetrator 23 years, 9 months ago
How can I use other fonts that are not installed on the system ? I mean, I''ve some nice fonts I''d like to use but somebody couldn''t have on his pc: is there a workaround ?
You can store fonts locally with your application and then load them during run time using win api calls.

There is an example here in Delphi, but since it''s win api, you can easy translate them to another language.

http://www.gnomehome.demon.nl/uddf/pages/fonts.htm#fonts0

Advertisement
converted to VC++ and it works perfectly, THANK YOU VERY MUCH !

This topic is closed to new replies.

Advertisement