fg_setsizew()Win32 DirectX Fastgraph/Light Prototype void fg_setsizew (double size); Sub fg_setsizew (ByVal size As Double) procedure fg_setsizew (size : real); Description The fg_setsizew() function defines the height of software characters in 2D world space units. If neither fg_setsize() nor fg_setsizew() is called, Fastgraph will use its default character height of one world space unit. Parameters size is the character height in world 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_setsize(), fg_setworld(), fg_swchar(), fg_swlength(), fg_swtext() Examples
|
 
copyright 2001 Ted Gruber Software, Inc.