Initial commit
Initial commit til Git. V2 er deployed
This commit is contained in:
9
PointOfSale/Pos.EpsonPrinter/TextSize.cs
Normal file
9
PointOfSale/Pos.EpsonPrinter/TextSize.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace EpsonReceiptPrinter;
|
||||
|
||||
public enum TextSize
|
||||
{
|
||||
Normal,
|
||||
DoubleWidth,
|
||||
DoubleHeight,
|
||||
DoubleWidthAndHeight
|
||||
}
|
||||
Reference in New Issue
Block a user