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

A callback function to support drawing of a disc bullet style.

Methods

[]  

Constants

DEFAULT_FOREGROUND = Color::RGB::Black   The default disc bullet foreground.
DEFAULT_BACKGROUND = Color::RGB::White   The default disc bullet background.

Attributes

background  [RW]  The background color for <C:disc> bullets. Default is Color::RGB::White.

Set to nil to get the default color.

foreground  [RW]  The foreground color for <C:disc> bullets. Default is Color::RGB::Black.

Set to nil to get the default color.

Public Class methods

[Validate]