Home | History | Annotate | Download | only in cff

Lines Matching defs:cff

202       /* the values in the `CFF' table                                  */
211 /* otherwise we extract the info from the CFF glyphstrings */
297 " cannot get glyph name from CFF & CEF fonts\n"
324 CFF_Font cff;
332 cff = (CFF_FontRec *)face->extra.data;
333 charset = &cff->charset;
339 for ( i = 0; i < cff->num_glyphs; i++ )
344 name = cff_index_get_string( cff, sid - 391 );
382 CFF_Font cff = (CFF_Font)face->extra.data;
386 if ( cff && cff->font_info == NULL )
388 CFF_FontRecDict dict = &cff->top_font.font_dict;
396 font_info->version = cff_index_get_sid_string( cff,
398 font_info->notice = cff_index_get_sid_string( cff,
400 font_info->full_name = cff_index_get_sid_string( cff,
402 font_info->family_name = cff_index_get_sid_string( cff,
404 font_info->weight = cff_index_get_sid_string( cff,
411 cff->font_info = font_info;
414 if ( cff )
415 *afont_info = *cff->font_info;
427 (PS_GetFontPrivateFunc)NULL, /* unsupported with CFF fonts */
440 CFF_Font cff = (CFF_Font)face->extra.data;
445 /* in the `name' table for a CFF wrapped into an SFNT container */
461 return (const char*)cff->font_name;
529 CFF_Font cff = (CFF_Font)face->extra.data;
532 if ( cff )
534 CFF_FontRecDict dict = &cff->top_font.font_dict;
545 if ( cff->registry == NULL )
546 cff->registry = cff_index_get_sid_string( cff,
548 *registry = cff->registry;
553 if ( cff->ordering == NULL )
554 cff->ordering = cff_index_get_sid_string( cff,
556 *ordering = cff->ordering;
560 * XXX: According to Adobe TechNote #5176, the supplement in CFF
584 CFF_Font cff = (CFF_Font)face->extra.data;
589 if ( cff )
591 CFF_FontRecDict dict = &cff->top_font.font_dict;
608 CFF_Font cff;
611 cff = (CFF_Font)face->extra.data;
613 if ( cff )
616 CFF_FontRecDict dict = &cff->top_font.font_dict;
625 if ( glyph_index > cff->num_glyphs )
631 c = cff->charset.sids[glyph_index];
873 "cff",