Skip to content

"5" character before line when .style('bu') #93

@andernunes

Description

@andernunes

A character "5" is printed before every line when use .style('bu).

Ex:
printer
.font('A')
.size(0, 1)
.style("bu")
.tableCustom([
{ text: item.qtd.toFixed(1), align: "LEFT", width: 0.1 },
{ text: item.produto.toUpperCase().trim(), align: "LEFT", width: 0.9 },
]);`

PRINT: "51.0 PRODUCTNAME 1.00 1.00"
EXPECTED: "1.0 PRODUCTNAME 1.00 1.00"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions