32#ifdef WITH_VDI_FONT_DRIVER
33 {
"vdi", ctor_font_plotter_vdi, 0},
35#ifdef WITH_FREETYPE_FONT_DRIVER
38#ifdef WITH_INTERNAL_FONT_DRIVER
39 {
"internal", ctor_font_plotter_internal, 0},
41 {(
char*)NULL, NULL, 0}
int ctor_font_plotter_freetype(FONT_PLOTTER self)
#define ERR_PLOTTER_NOT_AVAILABLE
const struct s_font_driver_table_entry font_driver_table[]
void dump_font_drivers(void)
FONT_PLOTTER new_font_plotter(int vdihandle, char *name, unsigned long flags, int *error)
Create an new text plotter object.
int delete_font_plotter(FONT_PLOTTER p)
struct s_font_plotter * FONT_PLOTTER
Atari bitmap handling implementation.
Core mouse and pointer states.
plotter style interfaces, generic styles and style colour helpers.
int(* ctor)(FONT_PLOTTER self)