Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dgx_studio_font_util.cpp119 GX_UBYTE left_glyph_index; in gx_studio_font_util_get_kerning_info() local
169 left_glyph_index = FT_Get_Char_Index(font_handle->face, index); in gx_studio_font_util_get_kerning_info()
171 if (!left_glyph_index) in gx_studio_font_util_get_kerning_info()
177 …error = FT_Get_Kerning(font_handle->face, left_glyph_index, right_glyph_index, FT_KERNING_DEFAULT,… in gx_studio_font_util_get_kerning_info()