fontSize property

int? fontSize
final

The font size of the printed text.

fontSize defines the size of the text in points. It must be a value between 1 and 96, where 1 represents the smallest size and 96 the largest.

Default value is 24.

Implementation

final int? fontSize;