Home | History | Annotate | Download | only in truetype

Lines Matching full:ttface

435   tt_check_single_notdef( FT_Face  ttface )
439 TT_Face face = (TT_Face)ttface;
470 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
506 FT_Face ttface, /* TT_Face */
514 TT_Face face = (TT_Face)ttface;
519 library = ttface->driver->root.library;
560 ttface->face_flags |= FT_FACE_FLAG_HINTER;
572 if ( tt_check_trickyness( ttface ) )
573 ttface->face_flags |= FT_FACE_FLAG_TRICKY;
579 if ( FT_IS_SCALABLE( ttface ) )
584 if ( !ttface->internal->incremental_interface )
594 if ( !ttface->internal->incremental_interface &&
595 ttface->num_fixed_sizes &&
597 tt_check_single_notdef( ttface ) )
604 ttface->face_flags &= ~FT_FACE_FLAG_SCALABLE;
619 if ( ttface->num_fixed_sizes &&
621 tt_check_single_notdef( ttface ) )
628 ttface->face_flags &= ~FT_FACE_FLAG_SCALABLE;
652 ttface->internal->ignore_unpatented_hinter = TRUE;
682 tt_face_done( FT_Face ttface ) /* TT_Face */
684 TT_Face face = (TT_Face)ttface;
693 memory = ttface->memory;
694 stream = ttface->stream;