WebGraphics.TextSize

From Xojo Documentation

Property (As Integer )
aWebGraphics.TextSize = newIntegerValue
or
IntegerValue = aWebGraphics.TextSize

New in 2013r1

Supported for all project types and targets.

Sets the size of the text to display using DrawString.

Example

This code draws large text:

g.TextSize = 48
g.DrawString("Hello World!", 10, 100)