251029
This commit is contained in:
20
FATrace.App/UniCodeToZPL/TextDirection.cs
Normal file
20
FATrace.App/UniCodeToZPL/TextDirection.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FATrace.App.UniCodeToZPL
|
||||
{
|
||||
/// <summary>
|
||||
/// 文字方向
|
||||
/// </summary>
|
||||
public enum TextDirection
|
||||
{
|
||||
Degree0 = 0,
|
||||
Degree45 = 45,
|
||||
Degree90 = 90,
|
||||
Degree180 = 180,
|
||||
Degree270 = 270,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user