$Date: 2005/10/23 10:59:04 $
$Revision: 1.9 $
-- Initialise true type font from a_ttf_file with point_size size.
-- (From EM_TTF_FONT)
-- Initialise true type font from a_ttf_font.
-- Initialise true type font from a_ttf_file with point_size size and a_color.
-- Initialise true type font from a_ttf_font.
-- Draw rect part of a_character to a_surface to position x y
-- (From EM_FONT)
-- Draw a_string to a_screen to position x ,y in the surface's drawing_color
-- (From EM_FONT)
-- Font. We have to use POINTER because we don't know the size of the struct in TTF_FONT_STRUCT
-- (From EM_TTF_FONT)
An EM_COLOR_TTF_FONT is created from a true type font file or another
EM_TTF_FONT. The color of the font can be set using set_color.