textSize method
设置文本的字体大小。
Implementation
Future<void> textSize(
{required int widthMultiplier, required int heightMultiplier}) =>
RustLib.instance.api.crateApiPrinterLddPrinterTextSize(
that: this,
widthMultiplier: widthMultiplier,
heightMultiplier: heightMultiplier);