face property

String get face

Sets or retrieves the current typeface family. @deprecated

MDN Reference

Implementation

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

Implementation

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