DWRITE_UNICODE_RANGE structure
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
|
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] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
See also
Show: