static  bool   sgFontManager::AttachFont(sgCFont* fnt)

 

Description:

Attaches a font to a scene. The attachable font gets its personal order number according to the number it was attached to a scene. You can work with this font by

 

Arguments:

fnt - font you want to attach.

 

 

Returned value:

Returns false if the font has been already attached to the scene, otherwise true

 

 

See also:

LoadFont