fortikur
08-05-2004, 09:43 AM
I want to load and display a font, which is not installed in the fonts folder of Windows.
I already tried to copy my font to the fonts folder in the beginning of my app (using system("copy....")); , but it couldn't load it. If i restarted the prog, it worked. It looks like, CBuilder creates apps, which enumerates existing fonts before running an application...(?)
(Unfortunately, NeHe's tutorials only deal with pre-installed fonts) OK, to the point...
How is it possible to load a font, which isn't installed in the Fonts folder of Win?
I already tried to copy my font to the fonts folder in the beginning of my app (using system("copy....")); , but it couldn't load it. If i restarted the prog, it worked. It looks like, CBuilder creates apps, which enumerates existing fonts before running an application...(?)
(Unfortunately, NeHe's tutorials only deal with pre-installed fonts) OK, to the point...
How is it possible to load a font, which isn't installed in the Fonts folder of Win?