Home
last modified time | relevance | path

Searched refs:switch_font_backends (Results 1 – 1 of 1) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/
H A Dfont_driver.c619 static const font_renderer_t *switch_font_backends[] = { variable
631 for (i = 0; switch_font_backends[i]; i++) in switch_font_init_first()
633 void *data = switch_font_backends[i]->init( in switch_font_init_first()
640 *font_driver = switch_font_backends[i]; in switch_font_init_first()