HTMLViewer.ZoomTextOut
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. |
Reduces the size of the text used to display the HTML page content. You can use ZoomTextOut several times.
Notes
The reverse action is achieved with the ZoomTextIn method.
Example
This example is the Pressed event of a SegmentedControl: