lineHeight method

VelocityXTextSpan lineHeight(
  1. double val
)

Sets custom lineHeight with val

Implementation

VelocityXTextSpan lineHeight(double val) => this.._lineHeight = val;