DWRITE_HIT_TEST_METRICS

<summary> Geometry enclosing of text positions. </summary>

Members

Variables

bidiLevel
UINT32 bidiLevel;

<summary> Bidi level of text positions enclosed within the geometry. </summary>

height
FLOAT height;

<summary> Geometry's height. </summary>

isText
BOOL isText;

<summary> Geometry encloses text? </summary>

isTrimmed
BOOL isTrimmed;

<summary> Range is trimmed. </summary>

left
FLOAT left;

<summary> Left position of the top-left coordinate of the geometry. </summary>

length
UINT32 length;

<summary> Number of text positions within the geometry. </summary>

textPosition
UINT32 textPosition;

<summary> First text position within the geometry. </summary>

top
FLOAT top;

<summary> Top position of the top-left coordinate of the geometry. </summary>

width
FLOAT width;

<summary> Geometry's width. </summary>

Meta