How do I add a FONT to a .RES file?

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

How do I add a FONT to a .RES file?

#1 Post by digitsoft »

Hello Roger
You can tell me if you can add FONT type in a .RES file
Nolberto Paulino
Regards

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: How do I add a FONT to a .RES file?

#2 Post by rdonnay »

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' )
The eXpress train is coming - and it has more cars.

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: How do I add a FONT to a .RES file?

#3 Post by digitsoft »

Thanks Roger4
Nolberto Paulino
Regards

Post Reply