mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Font facename is stored in LOGFONTW itself (like in LOGFONT)
svn path=/trunk/; revision=4138
This commit is contained in:
@@ -503,7 +503,7 @@ typedef struct tagLOGFONTW {
|
||||
BYTE lfClipPrecision;
|
||||
BYTE lfQuality;
|
||||
BYTE lfPitchAndFamily;
|
||||
LPWSTR lfFaceName;
|
||||
WCHAR lfFaceName[LF_FACESIZE];
|
||||
} LOGFONTW, *LPLOGFONTW, *PLOGFONTW;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user