Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

OUTLINETEXTMETRIC (Structures)
 
.
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;
}

Notes:

None.

Documentation

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • alternate definitions?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.

 
Access PInvoke.net directly from VS:
Terms of Use
Find References
Show Printable Version
Revisions