SystemLinesEnum.ts 173 B

123456789
  1. export enum SystemLinesEnum {
  2. SingleThin = 0,
  3. DoubleThin = 1,
  4. ThinBold = 2,
  5. BoldThinDots = 3,
  6. DotsThinBold = 4,
  7. DotsBoldBoldDots = 5,
  8. None = 6
  9. }