Searched refs:family_cstr (Results 1 – 1 of 1) sorted by relevance
343 const char* family_cstr = family.c_str(); in IsFallbackFontAllowed() local345 strcasecmp(family_cstr, "sans") == 0 || in IsFallbackFontAllowed()346 strcasecmp(family_cstr, "serif") == 0 || in IsFallbackFontAllowed()347 strcasecmp(family_cstr, "monospace") == 0; in IsFallbackFontAllowed()