Lines Matching defs:face
283 * shaper face data
390 const OT::OpenTypeFontFace &face = file.get_face (face_index);
392 if (face.find_table_index (HB_OT_TAG_name, &index))
394 OT::TableRecord &record = const_cast<OT::TableRecord &> (face.get_table (index));
399 else if (face_index == 0) /* Fail if first face doesn't have 'name' table. */
417 _hb_uniscribe_shaper_face_data_create (hb_face_t *face)
430 hb_blob_t *blob = hb_face_reference_blob (face);
432 DEBUG_MSG (UNISCRIBE, face, "Face has empty blob");
447 DEBUG_MSG (UNISCRIBE, face, "Face AddFontMemResourceEx() failed");
485 memcpy (lf->lfFaceName, font->face->data.uniscribe->face_name, sizeof (lf->lfFaceName));
497 int font_size = font->face->get_upem (); /* Default... */
590 hb_face_t *face = font->face;
591 const hb_uniscribe_face_data_t *face_data = face->data.uniscribe;