decSize static method

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

Implementation

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