_HasGlyphForCharacter
fMenu->ItemAt(0)->SetEnabled(_HasGlyphForCharacter(text));
SetHighColor(_HasGlyphForCharacter(character) ? selected : selectedDisabled);
SetHighColor(_HasGlyphForCharacter(character) ? color : disabled);
bool _HasGlyphForCharacter(const char* character) const;