Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves attributes describing the given axis, such as whether the font author recommends to hide the axis in user interfaces.
Syntax
DWRITE_FONT_AXIS_ATTRIBUTES GetFontAxisAttributes(
UINT32 axisIndex
);
Parameters
axisIndex
Type: UINT32
Font axis, from 0 to GetFontAxisCount minus 1.
Return value
Type: DWRITE_FONT_AXIS_ATTRIBUTES
The attributes for the given axis, or DWRITE_FONT_AXIS_ATTRIBUTES_NONE if axisIndex is beyond the font count.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 Build 16299 |
| Minimum supported server | Windows 10 Build 16299 |
| Target Platform | Windows |
| Header | dwrite_3.h |
| Library | Dwrite.lib |