Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dmain.cc93 for (int n_font = 0; n_font < num_fonts; n_font++) { in main() local
94 const OpenTypeFontFace &font = ot.get_face (n_font); in main()
95 printf ("Font %d of %d:\n", n_font, num_fonts); in main()