Font facename is stored in LOGFONTW itself (like in LOGFONT)

svn path=/trunk/; revision=4138
This commit is contained in:
Gé van Geldorp 2003-02-11 23:35:23 +00:00
parent ffb96febaf
commit ef9c7cc11f

View file

@ -503,7 +503,7 @@ typedef struct tagLOGFONTW {
BYTE lfClipPrecision;
BYTE lfQuality;
BYTE lfPitchAndFamily;
LPWSTR lfFaceName;
WCHAR lfFaceName[LF_FACESIZE];
} LOGFONTW, *LPLOGFONTW, *PLOGFONTW;
typedef struct {