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>hpbold()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
hpBold()

Print text in simulated bold type


Syntax

hpBold(<cString>)


Parameters

<cString>
The text that is to be printed in bold.


Returns

<c>
Bolded string.

-12
Wrong number of parameters were passed.


Remarks

Use hpBold() anytime you need bold typeface in your printouts.  If your
font cartridge or soft fonts don't have bold, don't worry, Escape! will
automatically create the bold type you need.  hpBold() does not actually
use bold typefaces, but simulates bold by printing the text twice, with
two slightly different horizontal offsets.


Support By

All HP Laserjet Printers


Example

@ 1,0 SAY hpBold('This Text is printed in bold')

?? hpBold('So is this')

hpAtSay(10, 10, hpBold('And even this!'))

hpCenter(hpBold('Centered and Bold'))

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