Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Escape! V3.0 - <b>hpclrfonts()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
hpClrFonts()

Clear all downloaded fonts from the laser printer's memory


Syntax

hpClrFonts()


Returns

0
Successful.


Remarks

Use hpClrFonts() any time you need to remove downloaded fonts from
the printer's memory.  To conserve the laser printer's memory, use
hpClrFonts() after you are done using any fonts that you have
downloaded.


Support By

All HP Laser Printers except the original HP Laserjet


Example

hpPrintOn()
hpDownload('HV14B#US.SFP', 1, 'LPT1')
hpConfig()
hpSetFont('HV14B#US.SFP', 'SF')
.
.              // print routine
.
hpReset()
hpClrFonts()   // clear all downloaded
               // fonts from memory
hpPrintOff()

See Also: hpDownload() hpSetFont()

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