DesktopTextArea.StyledTextPrinter
From Xojo Documentation
Method
![]() |
This method is only available on the macOS platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this method on an incompatible platform. |
DesktopTextArea.StyledTextPrinter(g as Graphics,Width as Integer) As StyledTextPrinter
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
Used to create a StyledTextPrinter object for printing the TextArea’s text property as styled text.
Notes
The DesktopTextArea's MultiLine property must be True to support styled text printing. Returns a StyledTextPrinter object. Width (pixels) is width of printable area.