mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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 lfClipPrecision;
|
||||||
BYTE lfQuality;
|
BYTE lfQuality;
|
||||||
BYTE lfPitchAndFamily;
|
BYTE lfPitchAndFamily;
|
||||||
LPWSTR lfFaceName;
|
WCHAR lfFaceName[LF_FACESIZE];
|
||||||
} LOGFONTW, *LPLOGFONTW, *PLOGFONTW;
|
} LOGFONTW, *LPLOGFONTW, *PLOGFONTW;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in a new issue