Enum TextSizing
Specifies the text sizing.
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public enum TextSizing
Fields
Name | Description |
---|---|
Arc | Text is rendered on an arc path inside the container size. This applies for single line of text only. |
FontSizeScaling | Font size is automatically reset to render the text fitting the container size. This applies for single line of text only. |
None | Text is rendered without any sizing. |
ParagraphScaling | Font size is automatically reset to render the text paragraph fitting the container size. This applies for single and multiline text. |
Stretch | Text is rendered to fill the container size. This applies for single line of text only. |
Vertical | Text is rendered vertically (like stacked chars) inside the container size. This applies for single line of text only. |