Home | History | Annotate | Download | only in sfnt

Lines Matching refs:names

22   /* file loads the missing PS glyph names and implements an API to access */
52 /* module to grab the glyph names. */
66 /* table of Mac names. Thus, it is possible to build a version of */
71 /* the 258 default Mac PS glyph names; see file `tools/glnames.py' */
180 /* There already exist fonts which have more than 32768 glyph names */
204 /* compute number of names stored in table */
274 " using NULL names for gid %d - %d\n",
286 TT_Post_20 table = &face->postscript_names.names.format_20;
364 TT_Post_25 table = &face->postscript_names.names.format_25;
394 /* seek to the beginning of the PS names table */
426 TT_Post_Names names = &face->postscript_names;
430 if ( names->loaded )
436 TT_Post_20 table = &names->names.format_20;
451 TT_Post_25 table = &names->names.format_25;
458 names->loaded = 0;
490 TT_Post_Names names;
510 names = &face->postscript_names;
524 TT_Post_20 table = &names->names.format_20;
527 if ( !names->loaded )
547 TT_Post_25 table = &names->names.format_25;
550 if ( !names->loaded )