Lines Matching refs:face
121 FT_Face face; member
459 err = FT_New_Face (*b->library, fullname, 0, &a->face);
479 for (n = 0; n < a->face->num_charmaps; n++) {
480 charmap = a->face->charmaps[n];
497 a->face->charmap = charmap;
543 a->face->charmap = found;
551 FT_Done_Face (a->face);
816 FT_Face face; local
883 face = font->face; /* shortcut */
884 slot = face->glyph; /* shortcut */
898 if (FT_Set_Char_Size(face, 0, (FT_F26Dot6) (ptsize * 64), hdpi, vdpi)) {
913 use_kerning = FT_HAS_KERNING (face);
981 penf.y -= (long)(face->size->metrics.height * linespace);
992 if (font->face->family_name && font->face->charmap->encoding &&
993 …font->face->charmap->encoding == FT_ENCODING_MS_SYMBOL && strcmp(font->face->family_name, "Symbol"…
1067 FT_Set_Transform(face, &matrix, NULL);
1069 glyph_index = FT_Get_Char_Index(face, ch);
1073 FT_Get_Kerning(face, previous, glyph_index, ft_kerning_default, &delta);
1081 if (FT_Load_Glyph(face, glyph_index, render_mode | FT_LOAD_IGNORE_TRANSFORM)) {
1139 if (FT_Load_Glyph(face, glyph_index, render_mode)) {