ElginFont class
Enumeração de estilos de fonte disponíveis para impressão.
Use as constantes desta classe para alterar o tipo ou o estilo da fonte ao imprimir textos em dispositivos Elgin.
Exemplo de uso:
await Elgin.printer.printString(
"Texto em negrito",
font: ElginFont.BOLD,
);
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited