OUTLINETEXTMETRIC (Structures)
Last changed: -82.42.5.114

.
Summary

C# Definition:

[StructLayout(LayoutKind.Sequential)]
public struct OUTLINETEXTMETRIC
{
    public uint     otmSize;
    public TEXTMETRIC otmTextMetrics;
    public byte     otmFiller;
    public PANOSE      otmPanoseNumber;
    public uint     otmfsSelection;
    public uint     otmfsType;
    public int    otmsCharSlopeRise;
    public int     otmsCharSlopeRun;
    public int     otmItalicAngle;
    public uint     otmEMSquare;
    public int     otmAscent;
    public int     otmDescent;
    public uint     otmLineGap;
    public uint     otmsCapEmHeight;
    public uint     otmsXHeight;
    public RECT     otmrcFontBox;
    public int        otmMacAscent;
    public int        otmMacDescent;
    public uint        otmMacLineGap;
    public uint        otmusMinimumPPEM;
    public POINT       otmptSubscriptSize;
    public POINT       otmptSubscriptOffset;
    public POINT       otmptSuperscriptSize;
    public POINT       otmptSuperscriptOffset;
    public uint        otmsStrikeoutSize;
    public int        otmsStrikeoutPosition;
    public int        otmsUnderscoreSize;
    public int        otmsUnderscorePosition;
    public uint        otmpFamilyName;
    public uint        otmpFaceName;
    public uint        otmpStyleName;
    public uint        otmpFullName;
}

User-Defined Field Types:

TEXTMETRIC

PANOSE

RECT

POINT

Notes:

None.

Documentation