setFontBlod method

dynamic setFontBlod(
  1. bool fontBlod
)

Implementation

setFontBlod(bool fontBlod) {
  if (this._fontBlod != fontBlod) {
    this._fontBlod = fontBlod;
    addCommand('SETBLOD ${fontBlod ? 1 : 0}');
  }
}