Hello Roger
You can tell me if you can add FONT type in a .RES file
How do I add a FONT to a .RES file?
How do I add a FONT to a .RES file?
Nolberto Paulino
Regards
Regards
Re: How do I add a FONT to a .RES file?
I don't believe that is possible.
Bobby Drakos created his own font file but it needs to be loaded.
You would build your own .TFF file and load it like this:
DllCall("GDI32.DLL", DLL_STDCALL, "AddFontResourceA", 'BDMS.TFF' )
Bobby Drakos created his own font file but it needs to be loaded.
You would build your own .TFF file and load it like this:
DllCall("GDI32.DLL", DLL_STDCALL, "AddFontResourceA", 'BDMS.TFF' )
The eXpress train is coming - and it has more cars.