Lines Matching refs:face
121 FT_Face face; member
468 err = FT_New_Face (*b->library, fullname, 0, &a->face);
488 for (n = 0; n < a->face->num_charmaps; n++) {
489 charmap = a->face->charmaps[n];
506 a->face->charmap = charmap;
552 a->face->charmap = found;
560 FT_Done_Face (a->face);
832 FT_Face face; local
899 face = font->face; /* shortcut */
900 slot = face->glyph; /* shortcut */
914 if (FT_Set_Char_Size(face, 0, (FT_F26Dot6) (ptsize * 64), hdpi, vdpi)) {
929 use_kerning = FT_HAS_KERNING (face);
997 penf.y -= (long)(face->size->metrics.height * linespace);
1008 if (font->face->family_name && font->face->charmap->encoding &&
1009 …font->face->charmap->encoding == FT_ENCODING_MS_SYMBOL && strcmp(font->face->family_name, "Symbol"…
1083 FT_Set_Transform(face, &matrix, NULL);
1085 glyph_index = FT_Get_Char_Index(face, ch);
1089 FT_Get_Kerning(face, previous, glyph_index, ft_kerning_default, &delta);
1097 if (FT_Load_Glyph(face, glyph_index, render_mode | FT_LOAD_IGNORE_TRANSFORM)) {
1155 if (FT_Load_Glyph(face, glyph_index, render_mode)) {