Lines Matching refs:face
121 FT_Face face; member
458 err = FT_New_Face (*b->library, fullname, 0, &a->face);
478 for (n = 0; n < a->face->num_charmaps; n++) {
479 charmap = a->face->charmaps[n];
496 a->face->charmap = charmap;
542 a->face->charmap = found;
550 FT_Done_Face (a->face);
822 FT_Face face; local
889 face = font->face; /* shortcut */
890 slot = face->glyph; /* shortcut */
904 if (FT_Set_Char_Size(face, 0, (FT_F26Dot6) (ptsize * 64), hdpi, vdpi)) {
919 use_kerning = FT_HAS_KERNING (face);
987 penf.y -= (long)(face->size->metrics.height * linespace);
998 if (font->face->family_name && font->face->charmap->encoding &&
999 …font->face->charmap->encoding == FT_ENCODING_MS_SYMBOL && strcmp(font->face->family_name, "Symbol"…
1073 FT_Set_Transform(face, &matrix, NULL);
1075 glyph_index = FT_Get_Char_Index(face, ch);
1079 FT_Get_Kerning(face, previous, glyph_index, ft_kerning_default, &delta);
1087 if (FT_Load_Glyph(face, glyph_index, render_mode | FT_LOAD_IGNORE_TRANSFORM)) {
1145 if (FT_Load_Glyph(face, glyph_index, render_mode)) {