将文本的重点设置为粗体。
Future<void> bold({required bool enabled}) => RustLib.instance.api .crateApiPrinterLddPrinterBold(that: this, enabled: enabled);