Initial commit
Initial commit til Git. V2 er deployed
This commit is contained in:
12
PointOfSale/Pos.Ui/EpsonPrinter/Enums/PrintStylesEnum.cs
Normal file
12
PointOfSale/Pos.Ui/EpsonPrinter/Enums/PrintStylesEnum.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace EpsonPrinter.Enums
|
||||
{
|
||||
public enum PrintStylesEnum
|
||||
{
|
||||
None,
|
||||
FontB,
|
||||
Bold,
|
||||
DoubleHeight,
|
||||
DoubleWidth,
|
||||
UnderLine
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user