Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Faxual II for CA-Clipper - fontcount http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FontCount
 Get number of fonts loaded
------------------------------------------------------------------------------
 Syntax

    FontCount() -> nCount

 Returns

    Number of fonts in memory.

 Description

    Faxual II keeps an internal table of all loaded fonts.  FontHandle() and
    FontCount() let you access the table to read the handles of all fonts in
    memory.

 Example

    .   This example unloads all fonts from memory.

        do while FontCount() > 0
            FontUnload(FontHandle(1))
        enddo

See Also: FontHandle

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson