static sgCFont*   sgCFont::LoadFont(const char* path, char* comment, short commentLength)

 

Description:

Creates a "font" class object by an .SHX file.

 

Arguments:

path - full path to the font file

comment - buffer to copy a comment from an .SHX file to

commentLength - length of the buffer

 

Returned value:

Returns the pointer to the loaded font. If the function fails NULL is returned.

 

See also:

UnloadFont   GetFontData