DWRITE_TRIMMING

<summary> The DWRITE_TRIMMING structure specifies the trimming option for text overflowing the layout box. </summary>

Members

Variables

delimiter
UINT32 delimiter;

<summary> Character code used as the delimiter signaling the beginning of the portion of text to be preserved, most useful for path ellipsis, where the delimiter would be a slash. </summary>

delimiterCount
UINT32 delimiterCount;

<summary> How many occurrences of the delimiter to step back. </summary>

granularity
DWRITE_TRIMMING_GRANULARITY granularity;

<summary> Text granularity of which trimming applies. </summary>

Meta