Value | Meaning |
---|---|
DWRITE_BREAK_CONDITION_NEUTRAL | <summary> Whether a break is allowed is determined by the condition of the neighboring text span or inline object. </summary> |
DWRITE_BREAK_CONDITION_CAN_BREAK | <summary> A break is allowed, unless overruled by the condition of the neighboring text span or inline object, either prohibited by a May Not or forced by a Must. </summary> |
DWRITE_BREAK_CONDITION_MAY_NOT_BREAK | <summary> There should be no break, unless overruled by a Must condition from the neighboring text span or inline object. </summary> |
DWRITE_BREAK_CONDITION_MUST_BREAK | <summary> The break must happen, regardless of the condition of the adjacent text span or inline object. </summary> |