Searched refs:n_font (Results 1 – 1 of 1) sorted by relevance
93 for (int n_font = 0; n_font < num_fonts; n_font++) { in main() local94 const OpenTypeFontFace &font = ot.get_face (n_font); in main()95 printf ("Font %d of %d:\n", n_font, num_fonts); in main()