Refactor of the functions that get string width, height, and both.
Currently the code to get string width, height, and width & height together are just three duplications of each other. This refactor removes that redundancy by having blf_font_width and blf_font_height call blf_font_width_and_height. Removes 31 lines.