DWRITE_MAKE_FONT_AXIS_TAG macro (dwrite_3.h)

Creates an OpenType tag for a font axis.

Syntax

void DWRITE_MAKE_FONT_AXIS_TAG(
   a,
   b,
   c,
   d
);

Parameters

a

Type: CHAR

The first character in the tag.

b

Type: CHAR

The second character in the tag.

c

Type: CHAR

The third character in the tag.

d

Type: CHAR

The fourth character in the tag.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Target Platform Windows
Header dwrite_3.h

See also

DWRITE_MAKE_OPENTYPE_TAG macro