fontFamily method

VelocityXTextSpan fontFamily(
  1. String family
)

Set fontFamily for the text

Implementation

VelocityXTextSpan fontFamily(String family) {
  _fontFamily = family;
  return this;
}