Extract creation of the fallback question mark sprite
commit749d56573a0012a6e384522ba0a9603c1f2882f8
authorcirdan <cirdansw@gmail.com>
Thu, 24 Nov 2016 17:06:49 +0000 (24 18:06 +0100)
committercirdan <cirdansw@gmail.com>
Thu, 24 Nov 2016 17:06:49 +0000 (24 18:06 +0100)
treeec266e0f31ef8fa7083c11dac84dc30709ce61d5
parentba50edfc6e39b7c58c8851c6d1b04262f86834da
Extract creation of the fallback question mark sprite

Extract creation of the built-in fallback question mark sprite
into its own function MakeBuiltinQuestionMark to reduce the size
of FreeTypeFontCache::GetGlyph, as this code can stand on its own.
src/fontcache.cpp