Guys --
Somebody know
1) how to set charset explicity for OEM font (Lucida Console) ?
OEM_CHARSET doesn't satisfy me, because depends of PC settings.
(BTW, I want to display OEM text in GUI window)
2) how to retrieve real facename after CreateFont ?
I tried
hFont= CreateFont(... "Blum-Blum")
GetObject hFont, SizeOf(lf), ByVal VarPtr(lf)
Msgbox lf.lfFaceName
and successful received Blum-Bum.
------------------
E-MAIL: [email protected]
Somebody know
1) how to set charset explicity for OEM font (Lucida Console) ?
OEM_CHARSET doesn't satisfy me, because depends of PC settings.
(BTW, I want to display OEM text in GUI window)
2) how to retrieve real facename after CreateFont ?
I tried
hFont= CreateFont(... "Blum-Blum")
GetObject hFont, SizeOf(lf), ByVal VarPtr(lf)
Msgbox lf.lfFaceName
and successful received Blum-Bum.
------------------
E-MAIL: [email protected]
Comment