DWRITE_TEXT_METRICS1

<summary> Overall metrics associated with text after layout. All coordinates are in device independent pixels (DIPs). </summary>

struct DWRITE_TEXT_METRICS1 {
DWRITE_TEXT_METRICS dtm;
}

Alias This

dtm

Members

Variables

heightIncludingTrailingWhitespace
FLOAT heightIncludingTrailingWhitespace;

<summary> The height of the formatted text taking into account the trailing whitespace at the end of each line, which will matter for vertical reading directions. </summary>

Meta