Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 |