fontSynthesis property

String fontSynthesis

Implementation

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

Implementation

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