Table of Contents

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

BreakCondition

BreakConditionBefore

Indicates a breaking condition before the character.

public BreakCondition BreakConditionBefore { get; set; }

Property Value

BreakCondition

IsSoftHyphen

Indicates that the character is a soft hyphen, often used to indicate hyphenation points inside words.

public bool IsSoftHyphen { get; set; }

Property Value

bool

IsWhitespace

Indicates that the character is some form of whitespace, which may be meaningful for justification.

public bool IsWhitespace { get; set; }

Property Value

bool