mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Font facename is stored in LOGFONTW itself (like in LOGFONT)
svn path=/trunk/; revision=4138
This commit is contained in:
parent
ffb96febaf
commit
ef9c7cc11f
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ typedef struct tagLOGFONTW {
|
|||
BYTE lfClipPrecision;
|
||||
BYTE lfQuality;
|
||||
BYTE lfPitchAndFamily;
|
||||
LPWSTR lfFaceName;
|
||||
WCHAR lfFaceName[LF_FACESIZE];
|
||||
} LOGFONTW, *LPLOGFONTW, *PLOGFONTW;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in a new issue