RetroArch
|
The DWRITE_FONT_FEATURE structure specifies properties used to identify and execute typographic feature in the font. More...
#include <dwrite.h>
Public Attributes | |
DWRITE_FONT_FEATURE_TAG | nameTag |
The feature OpenType name identifier. More... | |
UINT32 | parameter |
Execution parameter of the feature. More... | |
The DWRITE_FONT_FEATURE structure specifies properties used to identify and execute typographic feature in the font.
DWRITE_FONT_FEATURE_TAG DWRITE_FONT_FEATURE::nameTag |
The feature OpenType name identifier.
UINT32 DWRITE_FONT_FEATURE::parameter |
Execution parameter of the feature.
The parameter should be non-zero to enable the feature. Once enabled, a feature can't be disabled again within the same range. Features requiring a selector use this value to indicate the selector index.