RetroArch
Public Attributes | List of all members
DWRITE_FONT_FEATURE Struct Reference

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...
 

Detailed Description

The DWRITE_FONT_FEATURE structure specifies properties used to identify and execute typographic feature in the font.

Member Data Documentation

◆ nameTag

DWRITE_FONT_FEATURE_TAG DWRITE_FONT_FEATURE::nameTag

The feature OpenType name identifier.

◆ parameter

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.


The documentation for this struct was generated from the following file: