Ecilisp Font Size Adjustment Guide
In Ecilisp, you can adjust the font size by setting the text-size property. For example, to set the font size of the text to 16 pixels, you can use the following code:
(setf (text-size text) 16)
This will set the font size of the text object “text” to 16 pixels. Other units such as points (pt) or percentages can also be used.