Font( this.family, { required this.size, required int w, required int h, required this.x, required this.y, }) : charWidth = w, lineHeight = h;