Home
last modified time | relevance | path

Searched refs:font_data (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dgx_studio_font_util.cpp61 …yph(GXS_FONT_LIBRARY_HANDLE *font_handle, int font_index, int pt, int aa, GXS_FONT_DATA *font_data) in gx_studio_font_util_get_glyph() argument
101 font_data -> width = slot -> bitmap.width; in gx_studio_font_util_get_glyph()
102 font_data -> height = slot -> bitmap.rows; in gx_studio_font_util_get_glyph()
103 font_data -> pitch = slot -> bitmap.pitch; 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()
109 font_data -> gx_glyph_data = slot -> bitmap.buffer; in gx_studio_font_util_get_glyph()
Dgx_studio_font_util.h39 …t_glyph(GXS_FONT_LIBRARY_HANDLE handle, int glyph_index, int pt, int aa, GXS_FONT_DATA *font_data);