Commit c626528a authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

gdiplus: Use OUTLINETEXTMETRIC instead of LOGFONT to store GpFont metrics.

parent 915cd7b5
......@@ -347,11 +347,8 @@ struct GpImageAttributes{
struct GpFont{
GpFontFamily *family;
LOGFONTW lfw;
REAL emSize;
REAL pixel_size;
UINT height;
LONG line_spacing;
OUTLINETEXTMETRICW otm;
REAL emSize; /* in font units */
Unit unit;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment