Enum DWriteBreakCondition
Condition at the edges of inline object or text used to determine line-breaking behavior.
Namespace: JeremyAnsel.DirectX.DWrite
Assembly: JeremyAnsel.DirectX.DWrite.dll
Syntax
public enum DWriteBreakCondition
Fields
Name | Description |
---|---|
CanBreak | 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. |
MayNotBreak | There should be no break, unless overruled by a Must condition from the neighboring text span or inline object. |
MustBreak | The break must happen, regardless of the condition of the adjacent text span or inline object. |
Neutral | Whether a break is allowed is determined by the condition of the neighboring text span or inline object. |