INKMETRIC structure (msinkaut.h)
Specifies display properties for a text ink object (tInk).
Syntax
typedef struct tagINKMETRIC {
INT iHeight;
INT iFontAscent;
INT iFontDescent;
DWORD dwFlags;
COLORREF color;
} INKMETRIC, *PINKMETRIC;
Members
iHeight
Ink height.
iFontAscent
Assent height.
iFontDescent
Descent height.
dwFlags
Ink metric flags.
Ink Metric Flags | Meaning |
---|---|
|
Use the ambient properties of the surrounding text. |
|
Apply the italic style. |
|
Apply the bold style. |
color
Ink color.
Remarks
The iHeight, iFontAssent and iFontDescent fields are in HIMETRIC units.
Applying italics to a text ink object slants the ink to the right.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Header | msinkaut.h |