Name
SetBulletPen -- set bullet pen (V9.0)
Synopsis
SetBulletPen(pen)
Function
If the Hollywood display is currently in palette mode, this function allows you to set the pen to be used for drawing bullets when using TextOut() in list mode. By default, bullets are drawn using the current draw pen set using SetDrawPen(). If you want them to be drawn with a different pen, you can use this function to do so.

See TextOut for more information on bullet lists.

Inputs
pen
pen to draw bullets with (starting from 0)

Show TOC