10 lines
129 B
C#
10 lines
129 B
C#
namespace EpsonReceiptPrinter;
|
|
|
|
public enum TextSize
|
|
{
|
|
Normal,
|
|
DoubleWidth,
|
|
DoubleHeight,
|
|
DoubleWidthAndHeight
|
|
}
|