Main Page | Modules | File List | Globals | Related Pages

fontconv.c File Reference

Allegro FONT conversion routines. More...

#include <math.h>
#include <string.h>
#include <stdio.h>
#include <allegro.h>
#include <allegro/internal/aintern.h>
#include "alleggl.h"
#include "allglint.h"
#include <GL/glu.h>

Go to the source code of this file.

Defines

Typedefs

Functions

Variables


Detailed Description

Allegro FONT conversion routines.

Notes: - Depends on the Allegro's FONT structure remaining intact. Bugs: - Bitmapped font support is flakey at best.

Definition in file fontconv.c.


Variable Documentation

FONT_VTABLE _agl_font_vtable
 

Initial value:

 {
    agl_get_font_height,
    NULL,
    NULL,
    NULL,
    NULL,
    allegro_gl_destroy_font
}

Definition at line 46 of file fontconv.c.


Generated on Wed Jun 30 23:59:52 2004 for AllegroGL by doxygen 1.3.5