Click or drag to resize
CanvasJustificationOpportunity Fields

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
See Also