getFont method

String getFont()

Implementation

String getFont() {
  switch (this) {
    case TFont.tss12:
      return "TSS12.BF2";
    case TFont.tss16:
      return "TSS16.BF2";
    case TFont.tss20:
      return "TSS20.BF2";
    case TFont.tss24:
      return "TSS24.BF2";
    case TFont.tss28:
      return "TSS28.BF2";
    case TFont.tss32:
      return "TSS32.BF2";
  }
}