fontSynthesisStyle property

String fontSynthesisStyle

Implementation

_i2.String get fontSynthesisStyle => _i4.getProperty(
      this,
      'fontSynthesisStyle',
    );
void fontSynthesisStyle=(String value)

Implementation

set fontSynthesisStyle(_i2.String value) {
  _i4.setProperty(
    this,
    'fontSynthesisStyle',
    value,
  );
}