Searched refs:kering_glyph (Results 1 – 1 of 1) sorted by relevance
1133 GX_KERNING_GLYPH *kering_glyph; in DestroyFont() local1162 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()