Lines Matching full:font
46 fprintf (stderr, "usage: %s font-file.ttf\n", argv[0]);
66 printf ("Opened font file %s: %d bytes long\n", argv[1], len);
72 printf ("OpenType font with TrueType outlines\n");
75 printf ("OpenType font with CFF (Type1) outlines\n");
81 printf ("Obsolete Apple TrueType font\n");
84 printf ("Obsolete Apple Type1 font in SFNT container\n");
87 printf ("Unknown font format\n");
92 printf ("%d font(s) found in file\n", num_fonts);
94 const OpenTypeFontFace &font = ot.get_face (n_font);
95 printf ("Font %d of %d:\n", n_font, num_fonts);
97 int num_tables = font.get_table_count ();
98 printf (" %d table(s) found in font\n", num_tables);
100 const OpenTypeTable &table = font.get_table (n_table);