fontWeightStrut method

AzText fontWeightStrut(
  1. FontWeight fontWeightStrut
)

Implementation

AzText fontWeightStrut(FontWeight fontWeightStrut) {
  _fontWeightStrut = fontWeightStrut;
  return this;
}