DWRITE_PANOSE

<summary> Typeface classification values, used for font selection and matching. </summary> <remarks> Note the family type (index 0) is the only stable entry in the 10-byte array, as all the following entries can change dynamically depending on context of the first field. </remarks>

union DWRITE_PANOSE {
UINT8 familyKind;
text_ text;
script_ script;
decorative_ decorative;
symbol_ symbol;
}

Members

Variables

values
UINT8[10] values;

<summary> Typeface classification values, used for font selection and matching. </summary> <remarks> Note the family type (index 0) is the only stable entry in the 10-byte array, as all the following entries can change dynamically depending on context of the first field. </remarks>

Meta