#include <stdlib.h>
#include <string.h>
Classes | |
class | cFont |
cFont is a generic and pure virtual font interface, to be subclassed by platform-specific implementations. For the simplest, most portable approach, use this class and the static method createFont", which returns an actual font object. You may also create subclass font types directly (see below). More... |