Searched refs:num_fonts (Results 1 – 3 of 3) sorted by relevance
91 int num_fonts = ot.get_face_count (); in main() local92 printf ("%d font(s) found in file\n", num_fonts); in main()93 for (int n_font = 0; n_font < num_fonts; n_font++) { in main()95 printf ("Font %d of %d:\n", n_font, num_fonts); in main()
38 int32_t num_fonts = fonts->size(); in Merger() local39 for (int32_t i = 0; i < num_fonts; ++i) { in Merger()
182 int32_t num_fonts = wfd->ReadULongAsInt(Offset::kNumFonts); in LoadCollectionForBuilding() local184 builders->reserve(num_fonts); in LoadCollectionForBuilding()187 font_number < num_fonts; in LoadCollectionForBuilding()