Megjegyzés
Az oldalhoz való hozzáféréshez engedély szükséges. Megpróbálhat bejelentkezni vagy módosítani a címtárat.
Az oldalhoz való hozzáféréshez engedély szükséges. Megpróbálhatja módosítani a címtárat.
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 |