fgf_select() (Fastgraph/Fonts)Win32 DirectX Fastgraph/Light Prototype void fgf_select (int handle); Sub fgf_select (ByVal handle As Long) procedure fgf_select (handle : integer); Description The fgf_select() function makes the selected font the current font. The font is referenced by the font handle returned by fgf_define() or fgf_load(). As these functions automatically select the font they load, you only need to use fgf_select() if your program loads more than one font. Parameters handle is the font handle, between 1 and 256. Return value none Restrictions none See also fgf_define(), fgf_handle(), fgf_load() Examples
|
 
copyright 2001 Ted Gruber Software, Inc.