fontSynthesisSmallCaps property

String get fontSynthesisSmallCaps

Implementation

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

Implementation

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