Enum TextSizing
Specifies the text sizing.
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public enum TextSizing
Fields
| Name | Description |
|---|---|
| FontSizeScaling | Font size is automatically reset to render the text fitting the container width. |
| None | Text is rendered without any sizing. |
| Stretch | Text is rendered to fill the container size. |