This merge would make set_font() work without having the font filename match a certain regex as long as columns and rows are specified in set_font(). If this regex is not used, then fontWidth and fontHeight are not defined and the code errors out unhelpfully. This removes this possibility and instead will provide a formatting warning if the font doesn't evenly divide the number of rows and columns provided.
This merge would make set_font() work without having the font filename match a certain regex as long as columns and rows are specified in set_font(). If this regex is not used, then fontWidth and fontHeight are not defined and the code errors out unhelpfully. This removes this possibility and instead will provide a formatting warning if the font doesn't evenly divide the number of rows and columns provided.