DWRITE_JUSTIFICATION_OPPORTUNITY

<summary> Justification information per glyph. </summary>

struct DWRITE_JUSTIFICATION_OPPORTUNITY {
UINT32 data_;
}

Members

Variables

compressionMaximum
FLOAT compressionMaximum;

<summary> Maximum amount of compression to apply to the side of the glyph. This may vary from 0 up to the glyph cluster size. </summary>

expansionMaximum
FLOAT expansionMaximum;

<summary> Maximum amount of expansion to apply to the side of the glyph. This may vary from 0 to infinity, being zero for fixed-size characters and connected scripts, and non-zero for discrete scripts, and non-zero for cursive scripts at expansion points. </summary>

expansionMinimum
FLOAT expansionMinimum;

<summary> Minimum amount of expansion to apply to the side of the glyph. This may vary from 0 to infinity, typically being zero except for kashida. </summary>

Meta