Supported Browsers Home   
MGL_availableCursor Previous   
MGL_availableIcon Next   
External Functions Up   

MGL_availableFont

Determines if a specific font file is available for use.

Declaration

ibool MGLAPI MGL_availableFont(
    const char *fontname)

Prototype In

mgraph.h

Parameters

fontname

Relative filename of the required font file

 

Return Value

True if font file is available, false if not.

Description

Attempt to locate the specified font file, and verify that it is available for use. See MGL_loadFont for more information on the algorithm that MGL uses when searching for font files on disk.

See Also

MGL_loadFont

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com