HomeSort by relevance Sort by last modified time
    Searched refs:font_info (Results 1 - 5 of 5) sorted by null

  /external/freetype/src/cff/
cffdrivr.c 328 if ( cff && cff->font_info == NULL )
331 PS_FontInfoRec *font_info = NULL; local
335 if ( FT_ALLOC( font_info, sizeof ( *font_info ) ) )
338 font_info->version = cff_index_get_sid_string( cff,
340 font_info->notice = cff_index_get_sid_string( cff,
342 font_info->full_name = cff_index_get_sid_string( cff,
344 font_info->family_name = cff_index_get_sid_string( cff,
346 font_info->weight = cff_index_get_sid_string( cff,
348 font_info->italic_angle = dict->italic_angle
    [all...]
cfftypes.h 266 PS_FontInfoRec* font_info; /* font info dictionary */ member in struct:CFF_FontRec_
cffload.c     [all...]
  /external/freetype/include/freetype/internal/
t1types.h 106 PS_FontInfoRec font_info; /* font info dictionary */ member in struct:T1_FontRec_
  /external/freetype/include/freetype/
t1tables.h 361 PS_FontInfoRec font_info; member in struct:CID_FaceInfoRec_

Completed in 26 milliseconds