fg_locate() (legacy function)Win32 DirectX Fastgraph/Light Prototype void fg_locate (int row, int column); Sub fg_locate (ByVal row As Long, ByVal column As Long) procedure fg_locate (row, column : integer); Description The fg_locate() legacy function changes the text cursor position for strings displayed with fg_text(). The fg_vbinit() function sets the text cursor position to (0,0). Parameters row is the text cursor's destination row number, between 0 and one less than the number of character rows available. column is text cursor's destination column number, between 0 and one less than the number of character columns available. Return value none Restrictions When using a proportional font, fg_locate() assumes the width of a character column is equal to font's average character width. Replaced by
|
 
copyright 2001 Ted Gruber Software, Inc.