Package ru.nilsoft.tm

Class TMCommand.FreeFiscalReceipt.fontOptions

  • Enclosing class:
    TMCommand.FreeFiscalReceipt

    public static final class TMCommand.FreeFiscalReceipt.fontOptions
    extends java.lang.Object
    Опции шрифта (битовая маска).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte doubleHeight
      Двойная высота.
      static byte doubleWidth
      Двойная ширина.
      static byte type
      Тип шрифта (0: Шрифт А, 1: Шрифт B).
      static byte underLine
      Подчеркивание.
    • Constructor Summary

      Constructors 
      Constructor Description
      fontOptions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        public static final byte type
        Тип шрифта (0: Шрифт А, 1: Шрифт B).
        See Also:
        Constant Field Values
      • doubleHeight

        public static final byte doubleHeight
        Двойная высота.
        See Also:
        Constant Field Values
      • doubleWidth

        public static final byte doubleWidth
        Двойная ширина.
        See Also:
        Constant Field Values
      • underLine

        public static final byte underLine
        Подчеркивание.
        See Also:
        Constant Field Values
    • Constructor Detail

      • fontOptions

        public fontOptions()