Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Contains a set of typographic features to be applied during text shaping.
Syntax
struct DWRITE_TYPOGRAPHIC_FEATURES {
DWRITE_FONT_FEATURE *features;
UINT32 featureCount;
};
Members
features
Type: DWRITE_FONT_FEATURE*
A pointer to a structure that specifies properties used to identify and execute typographic features in the font.
featureCount
Type: UINT32
A value that indicates the number of features being applied to a font face.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
| Header | dwrite.h |