CopyfittingMode Enumeration

Contains the copyfitting modes.

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

Syntax

C#
public enum CopyfittingMode

Members

Member name Description
Fill

Expands the bottom bound of the original text area when the text goes out of this area.

FitToBox

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.

FitToWidth

Downsizes text to fit the bounding rectangle's width. The text moves to a new line only when the user presses Enter.

Off

See Also

Reference