RetroArch
Public Attributes | List of all members
DWRITE_FONT_AXIS_RANGE Struct Reference

Minimum and maximum range of a font axis. More...

#include <dwrite_3.h>

Public Attributes

DWRITE_FONT_AXIS_TAG axisTag
 Four character identifier of the font axis (weight, width, slant, italic...). More...
 
FLOAT minValue
 Minimum value supported by this axis. More...
 
FLOAT maxValue
 Maximum value supported by this axis. The maximum can equal the minimum. More...
 

Detailed Description

Minimum and maximum range of a font axis.

Member Data Documentation

◆ axisTag

DWRITE_FONT_AXIS_TAG DWRITE_FONT_AXIS_RANGE::axisTag

Four character identifier of the font axis (weight, width, slant, italic...).

◆ maxValue

FLOAT DWRITE_FONT_AXIS_RANGE::maxValue

Maximum value supported by this axis. The maximum can equal the minimum.

◆ minValue

FLOAT DWRITE_FONT_AXIS_RANGE::minValue

Minimum value supported by this axis.


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