![]() |
Public API Reference |
#include "cssys/csunicode.h"
#include "csutil/scf.h"
#include "csutil/ref.h"
Go to the source code of this file.
Compounds | |
struct | csBitmapMetrics |
Metrics for a glyph that are dependent from whether a simple or antialiased image is used. More... | |
struct | iFont |
A font object. More... | |
struct | iFontDeleteNotify |
Called before a font is deleted. More... | |
struct | iFontServer |
A font server interface. More... | |
struct | csGlyphMetrics |
Metrics for a glyph that are independent from whether a simple or antialiased image is used. 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... | |
Defines | |
#define | CS_FONT_DEFAULT_GLYPH 0xffff |
The default char, drawn in case a glyph wasn't present in the font. More... |
Definition in file fontserv.h.