DWRITE_GLYPH_RUN_DESCRIPTION

<summary> The DWRITE_GLYPH_RUN_DESCRIPTION structure contains additional properties related to those in DWRITE_GLYPH_RUN. </summary>

Members

Variables

clusterMap
const(UINT16)* clusterMap;

<summary> An array of indices to the glyph indices array, of the first glyphs of all the glyph clusters of the glyphs to render. </summary>

localeName
const(WCHAR)* localeName;

<summary> The locale name associated with this run. </summary>

string
const(WCHAR)* string;

<summary> The text associated with the glyphs. </summary>

stringLength
UINT32 stringLength;

<summary> The number of characters (UTF16 code-units). Note that this may be different than the number of glyphs. </summary>

textPosition
UINT32 textPosition;

<summary> Corresponding text position in the original string this glyph run came from. </summary>

Meta