DWRITE_UNICODE_RANGE

<summary> Range of Unicode codepoints. </summary>

struct DWRITE_UNICODE_RANGE {}

Members

Variables

first
UINT32 first;

<summary> The first codepoint in the Unicode range. </summary>

last
UINT32 last;

<summary> The last codepoint in the Unicode range. </summary>

Meta