mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 12:14:32 +00:00
[WIN32SS] Add 5 members to FONTGDI structure
This commit is contained in:
parent
5e1a099cd1
commit
30830ca963
1 changed files with 7 additions and 0 deletions
|
@ -153,6 +153,13 @@ typedef struct _FONTGDI {
|
|||
BYTE OriginalItalic;
|
||||
LONG OriginalWeight;
|
||||
BYTE CharSet;
|
||||
|
||||
/* Precomputed font metrics (supplements FreeType metrics) */
|
||||
LONG tmHeight;
|
||||
LONG tmAscent;
|
||||
LONG tmDescent;
|
||||
LONG tmInternalLeading;
|
||||
LONG EmHeight;
|
||||
} FONTGDI, *PFONTGDI;
|
||||
|
||||
typedef struct _PATHGDI {
|
||||
|
|
Loading…
Reference in a new issue