RetroArch
|
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... | |
Minimum and maximum range of a font axis.
DWRITE_FONT_AXIS_TAG DWRITE_FONT_AXIS_RANGE::axisTag |
Four character identifier of the font axis (weight, width, slant, italic...).
FLOAT DWRITE_FONT_AXIS_RANGE::maxValue |
Maximum value supported by this axis. The maximum can equal the minimum.
FLOAT DWRITE_FONT_AXIS_RANGE::minValue |
Minimum value supported by this axis.