Home | History | Annotate | Download | only in cff

Lines Matching refs:cff

211       /* the values in the `CFF' table                                  */
227 /* otherwise we extract the info from the CFF glyphstrings */
353 " cannot get glyph name from CFF & CEF fonts\n"
380 CFF_Font cff;
388 cff = (CFF_FontRec *)face->extra.data;
389 charset = &cff->charset;
393 if ( cff->version_major == 2 )
420 for ( i = 0; i < cff->num_glyphs; i++ )
425 name = cff_index_get_string( cff, sid - 391 );
464 CFF_Font cff = (CFF_Font)face->extra.data;
468 if ( cff && !cff->font_info )
470 CFF_FontRecDict dict = &cff->top_font.font_dict;
478 font_info->version = cff_index_get_sid_string( cff,
480 font_info->notice = cff_index_get_sid_string( cff,
482 font_info->full_name = cff_index_get_sid_string( cff,
484 font_info->family_name = cff_index_get_sid_string( cff,
486 font_info->weight = cff_index_get_sid_string( cff,
493 cff->font_info = font_info;
496 if ( cff )
497 *afont_info = *cff->font_info;
508 CFF_Font cff = (CFF_Font)face->extra.data;
512 if ( cff && cff->font_extra == NULL )
514 CFF_FontRecDict dict = &cff->top_font.font_dict;
526 cff,
571 cff->font_extra = font_extra;
574 if ( cff )
575 *afont_extra = *cff->font_extra;
588 /* unsupported with CFF fonts */
603 CFF_Font cff = (CFF_Font)face->extra.data;
608 /* in the `name' table for a CFF wrapped into an SFNT container */
625 return (const char*)cff->font_name;
695 CFF_Font cff = (CFF_Font)face->extra.data;
698 if ( cff )
700 CFF_FontRecDict dict = &cff->top_font.font_dict;
711 if ( !cff->registry )
712 cff->registry = cff_index_get_sid_string( cff,
714 *registry = cff->registry;
719 if ( !cff->ordering )
720 cff->ordering = cff_index_get_sid_string( cff,
722 *ordering = cff->ordering;
726 * XXX: According to Adobe TechNote #5176, the supplement in CFF
750 CFF_Font cff = (CFF_Font)face->extra.data;
755 if ( cff )
757 CFF_FontRecDict dict = &cff->top_font.font_dict;
774 CFF_Font cff;
777 cff = (CFF_Font)face->extra.data;
779 if ( cff )
782 CFF_FontRecDict dict = &cff->top_font.font_dict;
791 if ( glyph_index > cff->num_glyphs )
797 c = cff->charset.sids[glyph_index];
1111 "cff",