$Date: 2005/10/23 16:50:15 $
$Revision: 1.13 $
-- Initialise true type font from a_ttf_file with point_size size.
-- Draws rect part of a_character to a_surface to position x y.
-- (From EM_FONT)
-- Draws a_string to a_screen to position x ,y in a_surfaces drawing_color.
-- (From EM_FONT)
-- Free external resources.
-- (From DISPOSABLE)
-- Font. We have to use POINTER because we don't know the size of the struct in TTF_FONT_STRUCT
An EM_TTF_FONT is created from a true-type-font file. The color
of the font is determined by the drawing color of the surface where
the text is placed on.