fontId property

String get fontId

The font ID. See the description in getFont.

Implementation

String get fontId => _wrapped.fontId;
set fontId (String v)

Implementation

set fontId(String v) {
  _wrapped.fontId = v;
}