Searched refs:family_cstr (Results 1 – 1 of 1) sorted by relevance
325 const char* family_cstr = family.c_str(); in IsFallbackFontAllowed() local327 strcasecmp(family_cstr, "sans") == 0 || in IsFallbackFontAllowed()328 strcasecmp(family_cstr, "serif") == 0 || in IsFallbackFontAllowed()329 strcasecmp(family_cstr, "monospace") == 0; in IsFallbackFontAllowed()