[]
DWRITE_LINE_BREAKPOINT
public struct LineBreakpoint
Indicates a breaking condition after the character.
public BreakCondition BreakConditionAfter { get; set; }
Indicates a breaking condition before the character.
public BreakCondition BreakConditionBefore { get; set; }
unsigned char isSoftHyphen
public bool IsSoftHyphen { get; set; }
unsigned char isWhitespace
public bool IsWhitespace { get; set; }
unsigned char padding
public byte Padding { get; set; }