RetroArch
|
The DWRITE_LINE_METRICS structure contains information about a formatted line of text. More...
#include <dwrite.h>
Public Attributes | |
UINT32 | length |
The number of total text positions in the line. This includes any trailing whitespace and newline characters. More... | |
UINT32 | trailingWhitespaceLength |
The number of whitespace positions at the end of the line. Newline sequences are considered whitespace. More... | |
UINT32 | newlineLength |
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. More... | |
FLOAT | height |
Height of the line as measured from top to bottom. More... | |
FLOAT | baseline |
Distance from the top of the line to its baseline. More... | |
BOOL | isTrimmed |
The line is trimmed. More... | |
The DWRITE_LINE_METRICS structure contains information about a formatted line of text.
FLOAT DWRITE_LINE_METRICS::baseline |
Distance from the top of the line to its baseline.
FLOAT DWRITE_LINE_METRICS::height |
Height of the line as measured from top to bottom.
BOOL DWRITE_LINE_METRICS::isTrimmed |
The line is trimmed.
UINT32 DWRITE_LINE_METRICS::length |
The number of total text positions in the line. This includes any trailing whitespace and newline characters.
UINT32 DWRITE_LINE_METRICS::newlineLength |
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.
UINT32 DWRITE_LINE_METRICS::trailingWhitespaceLength |
The number of whitespace positions at the end of the line. Newline sequences are considered whitespace.