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

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,
    agl_char_length,
    agl_text_length,
    NULL, 
    NULL, 
    allegro_gl_destroy_font,
    agl_get_font_ranges,
    agl_get_font_range_begin,
    agl_get_font_range_end,
    agl_extract_font_range,
    agl_merge_fonts,



}

Definition at line 64 of file fontconv.c.


Generated on Wed Mar 3 21:10:00 2010 for AllegroGL by  doxygen 1.5.8