![]() |
Public API Reference |
#include "csutil/scf.h"
#include "csutil/ref.h"
Go to the source code of this file.
Compounds | |
struct | iFont |
A font object. More... | |
struct | iFontDeleteNotify |
Called before a font is deleted. More... | |
struct | iFontServer |
A font server interface. More... | |
Basic fonts alias names | |
Any font server should provide these fonts, since most programs expect they to be available.
Other fonts may or may be not available but these should be always available. Default font names always start with "*" to avoid confusion with real file names. | |
#define | CSFONT_LARGE "*large" |
Thick and relatively large font. More... | |
#define | CSFONT_ITALIC "*italic" |
Thick italic relatively large font. More... | |
#define | CSFONT_COURIER "*courier" |
Thin courier-like relatively large font. More... | |
#define | CSFONT_SMALL "*small" |
Very small font (smallest font that is still readable). More... |
Definition in file fontserv.h.