Home | History | Annotate | Download | only in sfnt

Lines Matching refs:face

69   get_sfnt_table( TT_Face      face,
78 table = &face->header;
82 table = &face->horizontal;
86 table = face->vertical_info ? &face->vertical : 0;
90 table = face->os2.version == 0xFFFFU ? 0 : &face->os2;
94 table = &face->postscript;
98 table = &face->max_profile;
102 table = face->pclt.Version ? &face->pclt : 0;
114 sfnt_table_info( TT_Face face,
123 if ( idx >= face->num_tables )
126 *tag = face->dir_tables[idx].Tag;
127 *offset = face->dir_tables[idx].Offset;
128 *length = face->dir_tables[idx].Length;
149 sfnt_get_glyph_name( TT_Face face,
158 error = tt_face_get_ps_name( face, glyph_index, &gname );
167 sfnt_get_name_index( TT_Face face,
170 FT_Face root = &face->root;
185 FT_Error error = tt_face_get_ps_name( face, i, &gname );
213 sfnt_get_ps_name( TT_Face face )
220 if ( face->postscript_name )
221 return face->postscript_name;
228 for ( n = 0; n < face->num_names; n++ )
230 TT_NameEntryRec* name = face->name_table.names + n;
249 FT_Memory memory = face->root.memory;
250 TT_NameEntryRec* name = face->name_table.names + found_win;
259 FT_Stream stream = face->name_table.stream;
291 FT_Memory memory = face->root.memory;
292 TT_NameEntryRec* name = face->name_table.names + found_apple;
301 FT_Stream stream = face->name_table.stream;
318 face->postscript_name = result;
338 sfnt_get_charset_id( TT_Face face,
352 error = tt_face_find_bdf_prop( face, "CHARSET_REGISTRY", &registry );
355 error = tt_face_find_bdf_prop( face, "CHARSET_ENCODING", &encoding );
429 tt_face_load_sfnt_header_stub( TT_Face face,
434 FT_UNUSED( face );
444 tt_face_load_directory_stub( TT_Face face,
448 FT_UNUSED( face );
457 tt_face_load_hdmx_stub( TT_Face face,
460 FT_UNUSED( face );
468 tt_face_free_hdmx_stub( TT_Face face )
470 FT_UNUSED( face );
475 tt_face_set_sbit_strike_stub( TT_Face face,
499 return tt_face_set_sbit_strike( face, &req, astrike_index );
504 tt_face_load_sbit_stub( TT_Face face,
507 FT_UNUSED( face );
521 tt_face_free_sbit_stub( TT_Face face )
524 FT_UNUSED( face );
529 tt_face_load_charmap_stub( TT_Face face,
533 FT_UNUSED( face );
542 tt_face_free_charmap_stub( TT_Face face,
545 FT_UNUSED( face );