Class PDF::Writer::TagBullet
In: lib/pdf/writer.rb
Parent: Object

A callback function to support drawing of a solid bullet style. Use with <C:bullet>.

Methods

[]  

Constants

DEFAULT_COLOR = Color::RGB::Black   The default bullet color.

Attributes

color  [RW]  Sets the style for <C:bullet> callback bullets that follow. Default is Color::RGB::Black.

Set this to nil to get the default colour.

Public Class methods

[Validate]