IsStartOfGlyph
bool GlyphMatch = IsStartOfGlyph(string[0]);
if (IsStartOfGlyph(*s1) && *s1 == *s2) {
bool IsStartOfGlyph(char) const;