fg_setsize()Win32 DirectX Fastgraph/Light Prototype void fg_setsize (int size); Sub fg_setsize (ByVal size As Long) procedure fg_setsize (size : integer); Description The fg_setsize() function defines the height of software characters in screen space units. If neither fg_setsize() nor fg_setsizew() is called, Fastgraph will use its default character height of one 2D world space unit. Parameters size is the character height in screen space units. Return value none Restrictions Before using this function, you must use fg_initw() and fg_setworld() to establish a 2D world space coordinate system. See also fg_initw(), fg_setangle(), fg_setratio(), fg_setsizew(), fg_setworld(), fg_swchar(), fg_swlength(), fg_swtext()
|
 
copyright 2001 Ted Gruber Software, Inc.