Struct LineBreakpoint
- Namespace
- SharpDX.DirectWrite
- Assembly
- SharpDX.Direct2D1.dll
Line breakpoint characteristics of a character.
public struct LineBreakpoint
- Inherited Members
Properties
BreakConditionAfter
Indicates a breaking condition after the character.
public BreakCondition BreakConditionAfter { get; set; }
Property Value
BreakConditionBefore
Indicates a breaking condition before the character.
public BreakCondition BreakConditionBefore { get; set; }
Property Value
IsSoftHyphen
Indicates that the character is a soft hyphen, often used to indicate hyphenation points inside words.
public bool IsSoftHyphen { get; set; }
Property Value
IsWhitespace
Indicates that the character is some form of whitespace, which may be meaningful for justification.
public bool IsWhitespace { get; set; }