fontSynthesisSmallCaps property

String fontSynthesisSmallCaps

Implementation

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

Implementation

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