Fold the constant splashFontCacheSize
As the cache is a std::array now, the constant is only used in a single location. Hence there is no need to keep it as a separate name.
As the cache is a std::array now, the constant is only used in a single location. Hence there is no need to keep it as a separate name.