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 - fontloadxfb http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FontLoadXFB
 Load a font
------------------------------------------------------------------------------
 Syntax

    FontLoadXFB(<cFile>) -> nFont

 Parameters

    <cFile> is the name of the XFB font file.

 Returns

    New font handle.  On error, returns zero with an error code in
    F2Error().

 Description

    FontLoadXFB() loads an Extrasensory Software font (XFA or XFB) file into
    memory.  The font in memory is identified by a handle that can be passed
    to functions like FontHeight() and FontFullName() to get information
    about the font, or passed to RipFont() to set the current font for text
    output.  When you are finished with the font, you should use
    FontUnload() to remove it from memory.

    Files with the extension XFA are low-resolution fonts, designed for use
    on fax pages in low-resolution mode.  Files with the extension XFB are
    high-resolution fonts.

See Also: FontLoadPCL

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