mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:11:55 +00:00
[NTGDI][FREETYPE] lfWidth for GetTextMetrics and GetCharWidth (#4919)
- Add lfWidth member into FONTGDI structure. - Delete IntWidthMatrix function. - Fix IntRequestFontSize behavior for processing lfWidth value. - Apply lfWidth in GetTextMetrics and GetCharWidth. - Ignore the XFORM values in GetTextMetrics and GetCharWidth. CORE-11848
This commit is contained in:
parent
4d0d22aee2
commit
138eb58b95
3 changed files with 60 additions and 69 deletions
|
@ -42,6 +42,7 @@ typedef struct _FONT_CACHE_HASHED
|
|||
INT GlyphIndex;
|
||||
FT_Face Face;
|
||||
LONG lfHeight;
|
||||
LONG lfWidth;
|
||||
_ANONYMOUS_UNION union {
|
||||
DWORD AspectValue;
|
||||
FONT_ASPECT Aspect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue