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. |
AutoSize | The container is resized so it can hold the whole text. |
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. |
OuterArc | Text is rendered on an arc path inside the container size. This applies for single line of text only. |
OverflowSplit | The text content should split in extra labels when its length exceeds the bounding box. |
ParagraphScaling | Font size is automatically reset to render the text paragraph fitting the container size but taking the current font size as the max scale value. This applies for single and multiline text. |
ParagraphScalingAndFill | 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. |