Get the defined font of some window object

Post Reply
AHF
Posts: 837
Joined: Fri Feb 10, 2006 12:14 pm

Get the defined font of some window object

Post by AHF »

How can I get the font of some window object like window titles, text boxes etc.

Antonio
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

GetStockObject():
http://msdn2.microsoft.com/en-us/librar ... S.85).aspx

WM_GETFONT:
http://msdn2.microsoft.com/en-us/librar ... S.85).aspx

In FWH:
<oWindow|oDialog|oControl>:oFont
regards, saludos

Antonio Linares
www.fivetechsoft.com
AHF
Posts: 837
Joined: Fri Feb 10, 2006 12:14 pm

Post by AHF »

Antonio,

Thanks

Antonio
Post Reply