Searched refs:metrics (Results 1 – 7 of 7) sorted by relevance
63 FT_Glyph_Metrics *metrics; in gx_studio_font_util_get_glyph() local100 metrics = &(font_handle -> face -> glyph -> metrics); in gx_studio_font_util_get_glyph()105 font_data -> gx_glyph_ascent = (short) ((metrics -> horiBearingY) >> 6); in gx_studio_font_util_get_glyph()106 font_data -> gx_glyph_descent = (short)((metrics->height - metrics->horiBearingY) >> 6); in gx_studio_font_util_get_glyph()107 font_data -> gx_glyph_advance = (unsigned char) ((metrics -> horiAdvance) >> 6); in gx_studio_font_util_get_glyph()108 font_data -> gx_glyph_leading = (char) ((metrics -> horiBearingX) >> 6); in gx_studio_font_util_get_glyph()627 …int height, FONT_METRICS &metrics, int firstchar, int lastchar, int bits_per_pix, FontCharMap &map) in GetFontMetrics() argument649 if(glyph.height > metrics.max_height) in GetFontMetrics()651 metrics.max_height = glyph.height; in GetFontMetrics()653 if(glyph.gx_glyph_ascent > metrics.ascent) in GetFontMetrics()[all …]
305 FT_Size_Metrics metrics; member
299 FT_Size_Metrics metrics; member
1814 FT_Size_Metrics metrics; /* size metrics */ member2057 FT_Glyph_Metrics metrics; member
262 TT_SBit_Metrics metrics );396 FT_Size_Metrics* metrics );
614 TT_SBit_MetricsRec metrics; member
693 ft_synthesize_vertical_metrics( FT_Glyph_Metrics* metrics,