PROTOTYPE        1353 src/sfnt.h     extern struct sfnt_cmap_table *sfnt_read_cmap_table (PROTOTYPE);
PROTOTYPE        1360 src/sfnt.h     extern struct sfnt_head_table *sfnt_read_head_table (PROTOTYPE);
PROTOTYPE        1361 src/sfnt.h     extern struct sfnt_hhea_table *sfnt_read_hhea_table (PROTOTYPE);
PROTOTYPE        1362 src/sfnt.h     extern struct sfnt_loca_table_short *sfnt_read_loca_table_short (PROTOTYPE);
PROTOTYPE        1363 src/sfnt.h     extern struct sfnt_loca_table_long *sfnt_read_loca_table_long (PROTOTYPE);
PROTOTYPE        1364 src/sfnt.h     extern struct sfnt_maxp_table *sfnt_read_maxp_table (PROTOTYPE);
PROTOTYPE        1365 src/sfnt.h     extern struct sfnt_glyf_table *sfnt_read_glyf_table (PROTOTYPE);
PROTOTYPE        1368 src/sfnt.h     extern struct sfnt_glyf_table *sfnt_map_glyf_table (PROTOTYPE);
PROTOTYPE        1386 src/sfnt.h     extern struct sfnt_glyph_outline *sfnt_build_glyph_outline (PROTOTYPE);
PROTOTYPE        1393 src/sfnt.h     extern struct sfnt_raster *sfnt_raster_glyph_outline (PROTOTYPE);
PROTOTYPE        1401 src/sfnt.h     extern struct sfnt_hmtx_table *sfnt_read_hmtx_table (PROTOTYPE);
PROTOTYPE        1416 src/sfnt.h     extern struct sfnt_name_table *sfnt_read_name_table (PROTOTYPE);
PROTOTYPE        1424 src/sfnt.h     extern struct sfnt_meta_table *sfnt_read_meta_table (PROTOTYPE);
PROTOTYPE        1437 src/sfnt.h     extern struct sfnt_uvs_context *sfnt_create_uvs_context (PROTOTYPE);
PROTOTYPE        1445 src/sfnt.h     extern sfnt_glyph sfnt_variation_glyph_for_char (PROTOTYPE);
PROTOTYPE        1468 src/sfnt.h     extern struct sfnt_fvar_table *sfnt_read_fvar_table (PROTOTYPE);
PROTOTYPE        1469 src/sfnt.h     extern struct sfnt_gvar_table *sfnt_read_gvar_table (PROTOTYPE);
PROTOTYPE        1470 src/sfnt.h     extern struct sfnt_avar_table *sfnt_read_avar_table (PROTOTYPE);
PROTOTYPE        1480 src/sfnt.h     extern struct sfnt_cvar_table *sfnt_read_cvar_table (PROTOTYPE);
PROTOTYPE        1927 src/sfnt.h     extern struct sfnt_cvt_table *sfnt_read_cvt_table (PROTOTYPE);
PROTOTYPE        1928 src/sfnt.h     extern struct sfnt_fpgm_table *sfnt_read_fpgm_table (PROTOTYPE);
PROTOTYPE        1929 src/sfnt.h     extern struct sfnt_prep_table *sfnt_read_prep_table (PROTOTYPE);
PROTOTYPE        1940 src/sfnt.h     extern struct sfnt_interpreter *sfnt_make_interpreter (PROTOTYPE);
PROTOTYPE        1948 src/sfnt.h     extern const char *sfnt_interpret_font_program (PROTOTYPE);
PROTOTYPE        1957 src/sfnt.h     extern const char *sfnt_interpret_control_value_program (PROTOTYPE);
PROTOTYPE        1963 src/sfnt.h     extern struct sfnt_glyph_outline *sfnt_build_instructed_outline (PROTOTYPE);
PROTOTYPE        1973 src/sfnt.h     extern const char *sfnt_interpret_simple_glyph (PROTOTYPE);
PROTOTYPE        1990 src/sfnt.h     extern const char *sfnt_interpret_compound_glyph (PROTOTYPE);