Searched refs:ttc_header (Results 1 – 3 of 3) sorted by relevance
759 face->ttc_header.tag = 0; in sfnt_open_font()760 face->ttc_header.version = 0; in sfnt_open_font()761 face->ttc_header.count = 0; in sfnt_open_font()798 face->ttc_header.tag = TTAG_ttcf; in sfnt_open_font()807 if ( FT_STREAM_READ_FIELDS( ttc_header_fields, &face->ttc_header ) ) in sfnt_open_font()811 face->ttc_header.count )); in sfnt_open_font()813 if ( face->ttc_header.count == 0 ) in sfnt_open_font()821 if ( (FT_ULong)face->ttc_header.count > stream->size / ( 28 + 4 ) ) in sfnt_open_font()825 if ( FT_NEW_ARRAY( face->ttc_header.offsets, face->ttc_header.count ) ) in sfnt_open_font()828 if ( FT_FRAME_ENTER( face->ttc_header.count * 4L ) ) in sfnt_open_font()[all …]
1608 TTC_HeaderRec ttc_header; member
1949 (sfnt_init): New function to fill in face->ttc_header. A non-TTC font