RetroArch
Public Attributes | List of all members
DWRITE_HIT_TEST_METRICS Struct Reference

Geometry enclosing of text positions. More...

#include <dwrite.h>

Public Attributes

UINT32 textPosition
 First text position within the geometry. More...
 
UINT32 length
 Number of text positions within the geometry. More...
 
FLOAT left
 Left position of the top-left coordinate of the geometry. More...
 
FLOAT top
 Top position of the top-left coordinate of the geometry. More...
 
FLOAT width
 Geometry's width. More...
 
FLOAT height
 Geometry's height. More...
 
UINT32 bidiLevel
 Bidi level of text positions enclosed within the geometry. More...
 
BOOL isText
 Geometry encloses text? More...
 
BOOL isTrimmed
 Range is trimmed. More...
 

Detailed Description

Geometry enclosing of text positions.

Member Data Documentation

◆ bidiLevel

UINT32 DWRITE_HIT_TEST_METRICS::bidiLevel

Bidi level of text positions enclosed within the geometry.

◆ height

FLOAT DWRITE_HIT_TEST_METRICS::height

Geometry's height.

◆ isText

BOOL DWRITE_HIT_TEST_METRICS::isText

Geometry encloses text?

◆ isTrimmed

BOOL DWRITE_HIT_TEST_METRICS::isTrimmed

Range is trimmed.

◆ left

FLOAT DWRITE_HIT_TEST_METRICS::left

Left position of the top-left coordinate of the geometry.

◆ length

UINT32 DWRITE_HIT_TEST_METRICS::length

Number of text positions within the geometry.

◆ textPosition

UINT32 DWRITE_HIT_TEST_METRICS::textPosition

First text position within the geometry.

◆ top

FLOAT DWRITE_HIT_TEST_METRICS::top

Top position of the top-left coordinate of the geometry.

◆ width

FLOAT DWRITE_HIT_TEST_METRICS::width

Geometry's width.


The documentation for this struct was generated from the following file: