Table of Contents | ||||
|
||||
SetFontPoint | ||||
Purpose Sets a new point size for the text font |
||||
Protoype void CTextMngr::SetFontPoint (string str_text_id, int i_point) |
||||
Parameters
|
||||
Description This function takes a text object and a numerical value and sets the font point size of the text object. |
||||
Use CTextMngr text; text.SetFontPoint("my_text", 12); |
||||
|
||||
|