Searched refs:font_type_table (Results 1 – 1 of 1) sorted by relevance
69 const char *font_type_table[] = { variable153 for (int i = 0; font_type_table[i] != 0; i++) in lookup_font_type()154 if (strcmp(font_type_table[i], type) == 0) in lookup_font_type()