hgeFont::GetSprite
Returns a specified character hgeSprite object.
hgeSprite *GetSprite(
char chr
);
Parameters
- chr
- The character for which the sprite is being requested.
Return value
Returns a pointer to the character's hgeSprite object.
Requirements
Header: hgefont.h
Import library: hgehelp.lib
|