The "size" parameter here is unnecessary in that we are passing the font itself and the function is only ever called (the once) with font->size. The parameter is also misleading in that you could assume that the cache is matching only the font size when it actually matches multiple attributes, including size. Size isn't special here. Pull Request: https://projects.blender.org/blender/blender/pulls/118469