decSize static method

int decSize(
  1. PosTextSize height,
  2. PosTextSize width
)

Implementation

static int decSize(PosTextSize height, PosTextSize width) => 8 * (width.value - 1) + (height.value - 1);