Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dgx_studio_font_util.cpp1133 GX_KERNING_GLYPH *kering_glyph; in DestroyFont() local
1162 kering_glyph = (GX_KERNING_GLYPH *)glyph; in DestroyFont()
1163 if (kering_glyph->gx_kerning_table) in DestroyFont()
1165 delete[] kering_glyph->gx_kerning_table; in DestroyFont()
1166 kering_glyph->gx_kerning_table = NULL; in DestroyFont()
1168 kering_glyph++; in DestroyFont()
1169 glyph = (GX_GLYPH *)kering_glyph; in DestroyFont()