Variable onGlyphDestruction

Glyph destruction signal (to tell GPU glyph cache that the glyph with id can be removed).

Signal!(voiddelegate(uint),0) onGlyphDestruction ;

Used for resource management. Usually you don't have to call it manually.