------------------
Still Learning...
Resources
So if anyone know how to access windows font else were on the hard disk no problem?
Other wise if you create you own font handler for BMP font's then you can include that as a resource and access the data directly as binary or a BMP.
I will warn you that this isn't going to be easy though, and you're going to have to be really careful to ensure that your text routines will work on all systems.
Luck.... "Here there be dragons".
-fel
Thanks for taking a look
For my needs I want to access a font from a resource or file external to the system so if the application crash's or is terminated the font is not left on the system.
I think I will end up creating a bitmap font class which is perfect for my needs and then keep the data as a resource.
Then continue as noted above.
It's probably nice of you to clean up by calling RemoveFontResource, though if you crash this will be a little hard. It works for termination though.
-fel
[This message has been edited by Ranok (edited November 04, 1999).]