size method

VelocityXTextSpan size(
  1. double size
)

Sets fontsize of the text

Implementation

VelocityXTextSpan size(double size) => this.._fontSize = size;