|
GINO Graphics Suite - GINO v9.0
|
|
 |
 |
gEnqCharFontName
Syntax
[C/C++:]
void gEnqCharFontName(char *fontname, int len);
[F90:]
subroutine gEnqCharFontName(fontname)
character*(*), intent(out) :: fontname
Arguments
fontname
Currently selected character font name
len
Length of fontname string (C/C++ only)
Description
The routine gEnqCharFontName() returns the currently selected character font name, whether it has been set using gSetCharFontName() or gSetCharFont().
See Also
gEnqCharFontName UsagegSetCharFont