CopyfittingMode Enumeration

Contains the copyfitting modes applicable to ShapeFrameText and PathFrameText.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public enum CopyfittingMode

Members

Member name Description
Fill

Fills the entire text area, by both decreasing and increasing the text size.

FillWithScale

Fills the text into the bounds, changing it disproportionately. The text will always be stretched both vertically and horizontally.

FitToBox

Fits text into the bounds. Moves text to the next line when the end of the current line is reached, and starts to downsize the text only when the bottom of the bounding rectangle is reached. Not applicable to PathText.

FitToWidth

Downsizes text to fit the bounding rectangle's width. The text moves to a new line only when the end of the current paragraph or the '\n' symbol is reached.

FitToWidthWithScale

Fits the text, downsizing it if needed. In this mode, the text may not be enlarged.

Off

Does not apply copyfitting and crops text that goes out of its bounds. This is the default mode.

See Also

Reference