static String setSize(String w, String h, String unit) { return createLine(SIZE, [w + unit, h + unit]); }