Lines Matching defs:glyph
249 \brief Find a font in the list that has a glyph for this character, change alternate to match
250 \return Returns 0 if no match or an error, else returns the glyph index in the new alternate font
256 int glyph_index=0; /* this is the unknown character glyph */
271 if (glyph_index){ /* found a glyph for the character in this font */
282 if (FcCharSetHasChar(cs, wc)){ /* found a glyph for the character in this font */
339 FT_Glyph glyph;
352 if ( !FT_Get_Glyph( fsp->face->glyph, &glyph ) ) {
353 advance = fsp->face->glyph->advance.x;
354 FT_Glyph_Get_CBox( glyph, FT_GLYPH_BBOX_UNSCALED, &bbox );
358 FT_Done_Glyph(glyph);
758 /* get a fontset, trimmed to only those with new glyphs as needed, so that missing glyph's may be handled */