RetroArch
Public Attributes | List of all members
DWRITE_FONT_AXIS_VALUE Struct Reference

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...
 

Detailed Description

Value for a font axis, used when querying and creating font instances.

Member Data Documentation

◆ axisTag

DWRITE_FONT_AXIS_TAG DWRITE_FONT_AXIS_VALUE::axisTag

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

◆ value

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).


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