[C/C++:]void gEnqHardFontList(int list[], int n, int *count);
[F90:]subroutine gEnqHardFontList(list, n, count)
integer, intent(in) :: n integer, intent(out) :: list(*), count
Arguments
list
Array containing font numbers
n
Number of elements in list
count
Number of font numbers available
Description
The routine gEnqHardFontList() returns a list of hardware font numbers that the current device has available. The numbers returned pertain to the font numbers specified in the routine gSetCharFont().
The user should set n to be the size of the array list and no more than n font numbers will be returned. The actual number of font numbers available is returned in count whether this is larger or smaller than n.