CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

iFontDeleteNotify Struct Reference
[2D]

Called before a font is deleted. More...

#include <fontserv.h>

Inheritance diagram for iFontDeleteNotify:

iBase List of all members.

Public Methods

virtual void BeforeDelete (iFont *font)=0
 Before delete. More...


Detailed Description

Called before a font is deleted.

You can insert any number of callback routines into the font so that when the font will be destroyed all of them will be called in turn. This can be used by canvas driver, for example, if the canvas driver does some kind of caching for fonts, e.g. OpenGL driver pre-caches the font on a texture, it needs some mechanism to be notified when the font is destroyed to free the cache texture associated with the font.

Definition at line 73 of file fontserv.h.


Member Function Documentation

virtual void iFontDeleteNotify::BeforeDelete iFont   font [pure virtual]
 

Before delete.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.14