DWRITE_CLUSTER_METRICS

<summary> The DWRITE_CLUSTER_METRICS structure contains information about a glyph cluster. </summary>

struct DWRITE_CLUSTER_METRICS {}

Members

Variables

length
UINT16 length;

<summary> The number of text positions in the cluster. </summary>

width
FLOAT width;

<summary> The total advance width of all glyphs in the cluster. </summary>

Meta