DWRITE_LINE_METRICS.newlineLength

<summary> The number of characters in the newline sequence at the end of the line. If the count is zero, then the line was either wrapped or it is the end of the text. </summary>

struct DWRITE_LINE_METRICS
UINT32 newlineLength;

Meta