Commit 916a1a6c authored by Huw D M Davies's avatar Huw D M Davies Committed by Alexandre Julliard

Fix typo in OUTLINETEXTMETRIC definition.

parent a62f06d0
......@@ -967,7 +967,7 @@ typedef struct _OUTLINETEXTMETRICA
{
UINT otmSize;
TEXTMETRICA otmTextMetrics;
BYTE otmFilter;
BYTE otmFiller;
PANOSE otmPanoseNumber;
UINT otmfsSelection;
UINT otmfsType;
......@@ -1003,7 +1003,7 @@ typedef struct _OUTLINETEXTMETRICW
{
UINT otmSize;
TEXTMETRICW otmTextMetrics;
BYTE otmFilter;
BYTE otmFiller;
PANOSE otmPanoseNumber;
UINT otmfsSelection;
UINT otmfsType;
......
......@@ -1318,7 +1318,7 @@ UINT WINAPI GetOutlineTextMetricsA(
HeapFree(GetProcessHeap(),HEAP_ZERO_MEMORY,lptxtMetr);
lpOTM->otmFilter = 0;
lpOTM->otmFiller = 0;
lpOTM->otmPanoseNumber.bFamilyType = 0;
lpOTM->otmPanoseNumber.bSerifStyle = 0;
......
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