RetroArch
|
The DWRITE_LINE_SPACING structure specifies the parameters used to specify how to manage space between lines. More...
#include <dwrite_3.h>
Public Attributes | |
DWRITE_LINE_SPACING_METHOD | method |
Method used to determine line spacing. More... | |
FLOAT | height |
Spacing between lines. The interpretation of this parameter depends upon the line spacing method, as follows: More... | |
FLOAT | baseline |
Distance from top of line to baseline. The interpretation of this parameter depends upon the line spacing method, as follows: More... | |
FLOAT | leadingBefore |
Proportion of the entire leading distributed before the line. The allowed value is between 0 and 1.0. The remaining leading is distributed after the line. It is ignored for the default and uniform line spacing methods. The leading that is available to distribute before or after the line depends on the values of the height and baseline parameters. More... | |
DWRITE_FONT_LINE_GAP_USAGE | fontLineGapUsage |
Specify whether DWRITE_FONT_METRICS::lineGap value should be part of the line metrics. More... | |
The DWRITE_LINE_SPACING structure specifies the parameters used to specify how to manage space between lines.
FLOAT DWRITE_LINE_SPACING::baseline |
Distance from top of line to baseline. The interpretation of this parameter depends upon the line spacing method, as follows:
DWRITE_FONT_LINE_GAP_USAGE DWRITE_LINE_SPACING::fontLineGapUsage |
Specify whether DWRITE_FONT_METRICS::lineGap value should be part of the line metrics.
FLOAT DWRITE_LINE_SPACING::height |
Spacing between lines. The interpretation of this parameter depends upon the line spacing method, as follows:
FLOAT DWRITE_LINE_SPACING::leadingBefore |
Proportion of the entire leading distributed before the line. The allowed value is between 0 and 1.0. The remaining leading is distributed after the line. It is ignored for the default and uniform line spacing methods. The leading that is available to distribute before or after the line depends on the values of the height and baseline parameters.
DWRITE_LINE_SPACING_METHOD DWRITE_LINE_SPACING::method |
Method used to determine line spacing.