DWRITE_TEXT_METRICS1

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

version(Windows)
struct DWRITE_TEXT_METRICS1 {}

Alias This

dtm

Members

Variables

dtm
DWRITE_TEXT_METRICS dtm;
Undocumented in source.
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