klyn.gui.windows.Font.withSize
method
public withSize(size as Int) as Font:
Description

Returns a copy with another size.

Parameters
ParameterDescription
sizeNew logical pixel size.
Returns

A font preserving family and styles.

Example
large = Font("Noto Sans", 13).withSize(20)