DWRITE_TYPOGRAPHIC_FEATURES

<summary> Defines a set of typographic features to be applied during shaping. Notice the character range which this feature list spans is specified as a separate parameter to GetGlyphs. </summary>

struct DWRITE_TYPOGRAPHIC_FEATURES {}

Members

Variables

featureCount
UINT32 featureCount;

<summary> The number of features. </summary>

features
DWRITE_FONT_FEATURE* features;

<summary> Array of font features. </summary>

Meta