IDWriteTypography

<summary> Font typography setting. </summary>

Members

Functions

AddFontFeature
HRESULT AddFontFeature(DWRITE_FONT_FEATURE fontFeature)

<summary> Add font feature. </summary> <param name="fontFeature">The font feature to add.</param> <returns> Standard HRESULT error code. </returns>

GetFontFeature
HRESULT GetFontFeature(UINT32 fontFeatureIndex, DWRITE_FONT_FEATURE* fontFeature)

<summary> Get the font feature at the specified index. </summary> <param name="fontFeatureIndex">The zero-based index of the font feature to get.</param> <param name="fontFeature">The font feature.</param> <returns> Standard HRESULT error code. </returns>

GetFontFeatureCount
UINT32 GetFontFeatureCount()

<summary> Get the number of font features. </summary>

Meta