RetroArch
|
Value for a font axis, used when querying and creating font instances. 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 | value |
Value for the given axis, with the meaning and range depending on the axis semantics. Certain well known axes have standard ranges and defaults, such as weight (1..1000, default=400), width (>0, default=100), slant (-90..90, default=-20), and italic (0 or 1). More... | |
Value for a font axis, used when querying and creating font instances.
DWRITE_FONT_AXIS_TAG DWRITE_FONT_AXIS_VALUE::axisTag |
Four character identifier of the font axis (weight, width, slant, italic...).
FLOAT DWRITE_FONT_AXIS_VALUE::value |
Value for the given axis, with the meaning and range depending on the axis semantics. Certain well known axes have standard ranges and defaults, such as weight (1..1000, default=400), width (>0, default=100), slant (-90..90, default=-20), and italic (0 or 1).