DWRITE_TEXT_RANGE

<summary> The DWRITE_TEXT_RANGE structure specifies a range of text positions where format is applied. </summary>

struct DWRITE_TEXT_RANGE {}

Members

Variables

length
UINT32 length;

<summary> The number of text positions in the range. </summary>

startPosition
UINT32 startPosition;

<summary> The start text position of the range. </summary>

Meta