DWRITE_UNICODE_RANGE structure (dwrite_1.h)
The DWRITE_UNICODE_RANGE structure specifies the range of Unicode code points.
Syntax
struct DWRITE_UNICODE_RANGE {
UINT32 first;
UINT32 last;
};
Members
first
The first code point in the Unicode range.
last
The last code point in the Unicode range.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 and Platform Update for Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps only] |
Header | dwrite_1.h |