version 11.3
SVG_SET_FONT_SIZE (svgObject; size)
| Parameter | Type | Description | |
| svgObject | SVG_Ref | Reference of SVG element | |
| size | Integer | Size of characters in points |
Description
The SVG_SET_FONT_SIZE command can be used to specify the font size for the SVG object having the svgObject reference. If svgObject does not reference a valid element, an error is generated.
The size parameter contains the font size in points.
See Also