DWRITE_TEXT_METRICS.layoutWidth

<summary> Initial width given to the layout. Depending on whether the text was wrapped or not, it can be either larger or smaller than the text content width. </summary>

struct DWRITE_TEXT_METRICS
FLOAT layoutWidth;

Meta