Navigation
Synopsis Size of the font to be used for text.
Function FProperty fontSize(int s)
Description Sets the font size (in points) to be used in text.
Examples
t1 = text("Rascal", fontSize(20));
render(t1);
font 1

t2 = text("Rascal", fontSize(40));
render(t2);
font 2
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.