textHeight method

DefineMTextModifier textHeight(
  1. double value
)

Implementation

DefineMTextModifier textHeight(double value) {
  return heightLine(value);
}