Click or drag to resize
CanvasJustificationOpportunity Structure
Specifies how to apply justification for a glyph.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public struct CanvasJustificationOpportunity

The CanvasJustificationOpportunity type exposes the following members.

Fields
  NameDescription
Public fieldAllowResidualCompression
Allow this compression point to use up any remaining space even after all compression priorities have been used up.
Public fieldAllowResidualExpansion
Allow this expansion point to use up any remaining slack space even after all expansion priorities have been used up.
Public fieldApplyToLeadingEdge
Apply expansion and compression to the leading edge of the glyph.
Public fieldApplyToTrailingEdge
Apply expansion and compression to the trailing edge of the glyph.
Public fieldCompressionMaximum
Maximum amount of compression to apply to the glyph.
Public fieldCompressionPriority
Priority of this compression point. Larger priorities are applied later, while priority zero does nothing.
Public fieldExpansionMaximum
Maximum amount of expansion to apply to the glyph.
Public fieldExpansionMinimum
Minimum amount of expansion to apply to the glyph.
Public fieldExpansionPriority
Priority of this expansion point. Larger priorities are applied later, while priority zero does nothing.
Top
Remarks
See Also