The cl-pdf Reference Manual

This is the cl-pdf Reference Manual, version 2.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:33:55 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-pdf

Common Lisp PDF Generation Library

Maintainer

Marc Battyani <>

Author

Marc Battyani <>

License

BSD like licence

Long Description

The cl-pdf package provides a stand-alone Common Lisp library to generate PDF files.

Version

2.0

Dependencies
  • iterate (system).
  • zpb-ttf (system).
  • uiop (system).
Source

cl-pdf.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 cl-pdf/cl-pdf.asd

Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

ASDF Systems

cl-pdf.

Packages

cl-pdf-system.


3.1.2 cl-pdf/defpackage.lisp

Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

Packages

pdf.


3.1.3 cl-pdf/config.lisp

Dependency

defpackage.lisp (file).

Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

Public Interface
Internals

3.1.4 cl-pdf/zlib.lisp

Dependencies
Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

Public Interface

load-zlib (function).

Internals

compress-string (function).


3.1.5 cl-pdf/font-metrics.lisp

Dependency

config.lisp (file).

Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

Public Interface
Internals

3.1.6 cl-pdf/encodings.lisp

Dependency

config.lisp (file).

Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

Public Interface
Internals

3.1.7 cl-pdf/t1-font.lisp

Dependencies
Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

Public Interface

load-t1-font (function).

Internals

3.1.8 cl-pdf/ttu-font.lisp

Dependency

font-metrics.lisp (file).

Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

Public Interface

load-ttu-font (function).

Internals

3.1.9 cl-pdf/zpb-ttf-load.lisp

Dependency

ttu-font.lisp (file).

Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

Public Interface

load-ttf-font (function).

Internals

read-ttf-metrics (function).


3.1.10 cl-pdf/font.lisp

Dependencies
Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

Public Interface
Internals

3.1.11 cl-pdf/pdf.lisp

Dependency

font.lisp (file).

Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

Public Interface
Internals

3.1.12 cl-pdf/x11-colors.lisp

Dependency

defpackage.lisp (file).

Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

Internals

3.1.13 cl-pdf/pdf-base.lisp

Dependencies
Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

Public Interface
Internals

3.1.14 cl-pdf/png.lisp

Dependency

pdf-base.lisp (file).

Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

Public Interface

make-image (method).

Internals

3.1.15 cl-pdf/pdf-geom.lisp

Dependency

pdf-base.lisp (file).

Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

Public Interface
Internals

3.1.16 cl-pdf/text.lisp

Dependency

pdf-base.lisp (file).

Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

Public Interface
Internals

3.1.17 cl-pdf/bar-codes.lisp

Dependency

pdf-geom.lisp (file).

Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

Public Interface
Internals

3.1.18 cl-pdf/chart.lisp

Dependencies
Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

Public Interface
Internals

3.1.19 cl-pdf/zzinit.lisp

Dependency

config.lisp (file).

Source

cl-pdf.asd.

Parent Component

cl-pdf (system).

Public Interface

4 Packages

Packages are listed by definition order.


4.1 cl-pdf-system

Source

cl-pdf.asd.

Use List
  • asdf/interface.
  • common-lisp.

4.2 pdf

Source

defpackage.lisp.

Nickname

cl-pdf

Use List
  • common-lisp.
  • iterate.
Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Special variables

Special Variable: *a4-landscape-page-bounds*
Package

pdf.

Source

config.lisp.

Special Variable: *a4-portrait-page-bounds*
Package

pdf.

Source

config.lisp.

Special Variable: *afm-files-directories*

The list of directories containing the Adobe Font Metrics and other font files. Can be expanded by additionally loaded modules.

Package

pdf.

Source

config.lisp.

Special Variable: *char-single-byte-codes*
Package

pdf.

Source

config.lisp.

Special Variable: *compress-streams*

Enables the internal streams compression by zlib

Package

pdf.

Source

config.lisp.

Special Variable: *default-charset*
Package

pdf.

Source

config.lisp.

Special Variable: *default-encoding*
Package

pdf.

Source

encodings.lisp.

Special Variable: *default-page-bounds*
Package

pdf.

Source

config.lisp.

Special Variable: *document*
Package

pdf.

Source

pdf.lisp.

Special Variable: *letter-landscape-page-bounds*
Package

pdf.

Source

config.lisp.

Special Variable: *letter-portrait-page-bounds*
Package

pdf.

Source

config.lisp.

Special Variable: *load-images-lazily*
Package

pdf.

Source

config.lisp.

Special Variable: *max-number-of-pages*

The maximum number of pages for a document

Package

pdf.

Source

config.lisp.

Special Variable: *page*
Package

pdf.

Source

pdf.lisp.

Special Variable: *page-number*
Package

pdf.

Source

pdf.lisp.

Special Variable: *version*
Package

pdf.

Source

pdf.lisp.


5.1.2 Macros

Macro: in-text-mode (&body body)
Package

pdf.

Source

pdf-base.lisp.

Macro: with-document ((&rest args &key max-number-of-pages &allow-other-keys) &body body)
Package

pdf.

Source

pdf.lisp.

Macro: with-outline-level ((title ref-name) &body body)
Package

pdf.

Source

pdf.lisp.

Macro: with-page ((&rest args) &body body)
Package

pdf.

Source

pdf.lisp.

Macro: with-saved-state (&body body)
Package

pdf.

Source

pdf-base.lisp.


5.1.3 Ordinary functions

Package

pdf.

Source

pdf-base.lisp.

Function: add-font-to-page (font &key embed)
Package

pdf.

Source

pdf.lisp.

Function: add-images-to-page (&rest images)
Package

pdf.

Source

pdf.lisp.

Package

pdf.

Source

pdf-base.lisp.

Package

pdf.

Source

pdf-base.lisp.

Function: arc (center-x center-y radius start extent)
Package

pdf.

Source

pdf-geom.lisp.

Function: basic-rect (x y dx dy)
Package

pdf.

Source

pdf-base.lisp.

Function: bezier-to (x1 y1 x2 y2 x3 y3)
Package

pdf.

Source

pdf-base.lisp.

Function: bezier2-to (x2 y2 x3 y3)
Package

pdf.

Source

pdf-base.lisp.

Function: bezier3-to (x1 y1 x3 y3)
Package

pdf.

Source

pdf-base.lisp.

Function: circle (center-x center-y radius)
Package

pdf.

Source

pdf-geom.lisp.

Function: clear-font-cache ()
Package

pdf.

Source

font.lisp.

Function: clip-path ()
Package

pdf.

Source

pdf-base.lisp.

Function: close-and-fill ()
Package

pdf.

Source

pdf-base.lisp.

Function: close-and-stroke ()
Package

pdf.

Source

pdf-base.lisp.

Function: close-even-odd-fill-and-stroke ()
Package

pdf.

Source

pdf-base.lisp.

Function: close-fill-and-stroke ()
Package

pdf.

Source

pdf-base.lisp.

Function: close-outline-level ()
Package

pdf.

Source

pdf.lisp.

Function: close-path ()
Package

pdf.

Source

pdf-base.lisp.

Function: confirm-afm-files-directories ()
Package

pdf.

Source

zzinit.lisp.

Function: draw-bar-code128 (string x y &key font font-size start-stop-factor height width show-string segs-per-char)
Package

pdf.

Source

bar-codes.lisp.

Function: draw-centered-image (image x y dx dy rotation &optional keep-aspect-ratio)

Paint an image centered at (‘x‘,‘y‘) after rotating it counterclockwise by ‘rotation‘ degrees and scaling it to ‘dx‘X‘dy‘ points (subject to the ‘keep-aspect-ratio‘ boolean).

Package

pdf.

Source

pdf-base.lisp.

Function: draw-centered-text (x y string font font-size &optional max-width)
Package

pdf.

Source

text.lisp.

Function: draw-image (image x y dx dy rotation &optional keep-aspect-ratio)

Paint an image at (‘x‘,‘y‘), after rotating it counterclockwise by ‘rotation‘ degrees and scaling it to ‘dx‘X‘dy‘ points (subject to the ‘keep-aspect-ratio‘ boolean).

Note that the rotation is actually accomplished by rotating the page clockwise, so the (‘x‘,‘y‘) coordinates point to the ’logical’ left-bottom corner of the image.
I.e.: with (= rotation 0) they are the coordinates of the leftmost and bottommost point of the image, while, e.g., with (= rotation 180) they mark the rightmost and topmost point.

Package

pdf.

Source

pdf-base.lisp.

Function: draw-left-text (x y string font font-size &optional max-width)
Package

pdf.

Source

text.lisp.

Function: draw-qr-code (matrix x y &key point-size)

Draws a quadratic 2D MATRIX at X, Y as a QR code.
The matrix elements can be 0 or 1, or :DARK, :FDARK, :LIGHT, :FLIGHT (so that CL-QRENCODE:ENCODE-SYMBOL results can be easily used). POINT-SIZE gives the size per pixel.

Package

pdf.

Source

bar-codes.lisp.

Function: draw-right-text (x y string font font-size &optional max-width)
Package

pdf.

Source

text.lisp.

Function: draw-spaced-strings (strings)
Package

pdf.

Source

pdf-base.lisp.

Function: draw-text (text)
Package

pdf.

Source

pdf-base.lisp.

Function: draw-text-on-next-line (string)
Package

pdf.

Source

pdf-base.lisp.

Function: ellipse (center-x center-y radius-a radius-b)
Package

pdf.

Source

pdf-geom.lisp.

Function: end-path-no-op ()
Package

pdf.

Source

pdf-base.lisp.

Function: enter-outline-level (title ref-name)
Package

pdf.

Source

pdf.lisp.

Function: even-odd-clip-path ()
Package

pdf.

Source

pdf-base.lisp.

Function: even-odd-fill ()
Package

pdf.

Source

pdf-base.lisp.

Function: even-odd-fill-and-stroke ()
Package

pdf.

Source

pdf-base.lisp.

Function: fill-and-stroke ()
Package

pdf.

Source

pdf-base.lisp.

Function: fill-path ()
Package

pdf.

Source

pdf-base.lisp.

Function: get-char-italic-correction (char-or-code font &optional font-size)
Package

pdf.

Source

font.lisp.

Function: get-char-size (char-or-code font &optional font-size)
Package

pdf.

Source

font.lisp.

Function: get-char-width (char-or-code font &optional font-size)
Package

pdf.

Source

font.lisp.

Function: get-encoding (encoding-designator)
Package

pdf.

Source

encodings.lisp.

Function: get-font (&optional name encoding)
Package

pdf.

Source

font.lisp.

Function: get-font-descender (font &optional font-size)
Package

pdf.

Source

font.lisp.

Function: get-font-italic-correction (font &optional font-size)
Package

pdf.

Source

font.lisp.

Function: get-kerning (char1 char2 font &optional font-size)
Package

pdf.

Source

font.lisp.

Function: get-named-reference (name)
Package

pdf.

Source

pdf.lisp.

Function: initialize! (&key afm-files-directories)

Directory list. Set the afm-files-directories to the correct runtime value, and force loading of the font data.

Package

pdf.

Source

zzinit.lisp.

Function: line-to (x y)
Package

pdf.

Source

pdf-base.lisp.

Function: load-fonts (&optional force)
Package

pdf.

Source

font.lisp.

Function: load-t1-font (afm-file &optional pfb-file)
Package

pdf.

Source

t1-font.lisp.

Function: load-ttf-font (ttf-file)
Package

pdf.

Source

zpb-ttf-load.lisp.

Function: load-ttu-font (ufm-file &optional ttf-file)
Package

pdf.

Source

ttu-font.lisp.

Function: load-zlib (&optional force)
Package

pdf.

Source

zlib.lisp.

Function: move-text (dx dy)
Package

pdf.

Source

pdf-base.lisp.

Function: move-to (x y)
Package

pdf.

Source

pdf-base.lisp.

Function: move-to-next-line ()
Package

pdf.

Source

pdf-base.lisp.

Function: paint-image (image)
Package

pdf.

Source

pdf-base.lisp.

Function: pie (center-x center-y radius start extent)
Package

pdf.

Source

pdf-geom.lisp.

Function: polyline (points &key radius closed)
Package

pdf.

Source

pdf-geom.lisp.

Function: read-afm-file (filename &optional font-metrics-class)
Package

pdf.

Source

font-metrics.lisp.

Function: read-jpeg-file (filename &key header-only)
Package

pdf.

Source

pdf-base.lisp.

Function: rectangle (x y dx dy &key radius)
Package

pdf.

Source

pdf-geom.lisp.

Function: register-page-reference (&optional name)
Package

pdf.

Source

pdf.lisp.

Function: regular-polygon (center-x center-y radius sides &key fillet-radius)
Package

pdf.

Source

pdf-geom.lisp.

Function: rotate (deg)
Package

pdf.

Source

pdf-base.lisp.

Function: rotate* (radians)
Package

pdf.

Source

pdf-base.lisp.

Function: scale (sx sy)
Package

pdf.

Source

pdf-base.lisp.

Function: set-char-spacing (space)
Package

pdf.

Source

pdf-base.lisp.

Function: set-color-fill (color)
Package

pdf.

Source

pdf-base.lisp.

Function: set-color-stroke (color)
Package

pdf.

Source

pdf-base.lisp.

Function: set-cymk-fill (c y m k)
Package

pdf.

Source

pdf-base.lisp.

Function: set-cymk-stroke (c y m k)
Package

pdf.

Source

pdf-base.lisp.

Function: set-dash-pattern (dash-array phase)
Package

pdf.

Source

pdf-base.lisp.

Function: set-fill-transparency (alpha)
Package

pdf.

Source

pdf-base.lisp.

Function: set-font (font size)
Package

pdf.

Source

pdf-base.lisp.

Function: set-gray-fill (gray)
Package

pdf.

Source

pdf-base.lisp.

Function: set-gray-stroke (gray)
Package

pdf.

Source

pdf-base.lisp.

Function: set-line-cap (mode)
Package

pdf.

Source

pdf-base.lisp.

Function: set-line-join (mode)
Package

pdf.

Source

pdf-base.lisp.

Function: set-line-width (width)
Package

pdf.

Source

pdf-base.lisp.

Function: set-miter-limit (limit)
Package

pdf.

Source

pdf-base.lisp.

Function: set-rgb-fill (r g b)
Package

pdf.

Source

pdf-base.lisp.

Function: set-rgb-stroke (r g b)
Package

pdf.

Source

pdf-base.lisp.

Function: set-stroke-transparency (alpha)
Package

pdf.

Source

pdf-base.lisp.

Function: set-text-leading (space)
Package

pdf.

Source

pdf-base.lisp.

Function: set-text-matrix (a b c d e f)
Package

pdf.

Source

pdf-base.lisp.

Function: set-text-rendering-mode (mode)
Package

pdf.

Source

pdf-base.lisp.

Function: set-text-rise (rise)
Package

pdf.

Source

pdf-base.lisp.

Function: set-text-x-scale (scale)
Package

pdf.

Source

pdf-base.lisp.

Function: set-transform-matrix (a b c d e f)
Package

pdf.

Source

pdf-base.lisp.

Function: set-transparency (alpha &optional blend-mode)
Package

pdf.

Source

pdf-base.lisp.

Function: show-char (char)
Package

pdf.

Source

pdf-base.lisp.

Function: show-spaced-strings (strings)
Package

pdf.

Source

pdf-base.lisp.

Function: show-text (text)
Package

pdf.

Source

pdf-base.lisp.

Function: show-text-on-next-line (string)
Package

pdf.

Source

pdf-base.lisp.

Function: skew (x-deg y-deg)
Package

pdf.

Source

pdf-base.lisp.

Function: skew* (x-radians y-radians)
Package

pdf.

Source

pdf-base.lisp.

Function: star (center-x center-y ext-radius int-radius sides &key fillet-radius)
Package

pdf.

Source

pdf-geom.lisp.

Function: stroke ()
Package

pdf.

Source

pdf-base.lisp.

Function: translate (dx dy)
Package

pdf.

Source

pdf-base.lisp.


5.1.4 Generic functions

Generic Reader: ascender (object)
Package

pdf.

Methods
Reader Method: ascender ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

ascender.

Generic Writer: (setf ascender) (object)
Package

pdf.

Methods
Writer Method: (setf ascender) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

ascender.

Generic Reader: base-font-p (object)
Package

pdf.

Methods
Reader Method: base-font-p ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

base-font-p.

Generic Writer: (setf base-font-p) (object)
Package

pdf.

Methods
Writer Method: (setf base-font-p) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

base-font-p.

Generic Reader: bbox (object)
Package

pdf.

Methods
Reader Method: bbox ((char-metrics char-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

bbox.

Generic Writer: (setf bbox) (object)
Package

pdf.

Methods
Writer Method: (setf bbox) ((char-metrics char-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

bbox.

Generic Reader: bounds (object)
Package

pdf.

Methods
Reader Method: bounds ((page page))

automatically generated reader method

Source

pdf.lisp.

Target Slot

bounds.

Generic Writer: (setf bounds) (object)
Package

pdf.

Methods
Writer Method: (setf bounds) ((page page))

automatically generated writer method

Source

pdf.lisp.

Target Slot

bounds.

Generic Reader: cap-height (object)
Package

pdf.

Methods
Reader Method: cap-height ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

cap-height.

Generic Writer: (setf cap-height) (object)
Package

pdf.

Methods
Writer Method: (setf cap-height) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

cap-height.

Generic Reader: char-width (object)
Package

pdf.

Methods
Reader Method: char-width ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

char-width.

Generic Writer: (setf char-width) (object)
Package

pdf.

Methods
Writer Method: (setf char-width) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

char-width.

Generic Reader: character-set (object)
Package

pdf.

Methods
Reader Method: character-set ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

character-set.

Generic Writer: (setf character-set) (object)
Package

pdf.

Methods
Writer Method: (setf character-set) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

character-set.

Generic Reader: characters (object)
Package

pdf.

Methods
Reader Method: characters ((font font))

automatically generated reader method

Source

font.lisp.

Target Slot

characters.

Reader Method: characters ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

characters.

Generic Writer: (setf characters) (object)
Package

pdf.

Methods
Writer Method: (setf characters) ((font font))

automatically generated writer method

Source

font.lisp.

Target Slot

characters.

Writer Method: (setf characters) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

characters.

Generic Reader: code (object)
Package

pdf.

Methods
Reader Method: code ((char-metrics char-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

code.

Generic Writer: (setf code) (object)
Package

pdf.

Methods
Writer Method: (setf code) ((char-metrics char-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

code.

Generic Reader: descender (object)
Package

pdf.

Methods
Reader Method: descender ((font font))

automatically generated reader method

Source

font.lisp.

Target Slot

descender.

Reader Method: descender ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

descender.

Generic Writer: (setf descender) (object)
Package

pdf.

Methods
Writer Method: (setf descender) ((font font))

automatically generated writer method

Source

font.lisp.

Target Slot

descender.

Writer Method: (setf descender) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

descender.

Generic Function: draw-object (obj)
Package

pdf.

Source

chart.lisp.

Methods
Method: draw-object ((obj plot-xy))
Method: draw-object ((axis horizontal-value-axis))
Method: draw-object ((obj pie-chart))
Method: draw-object ((obj histogram))
Method: draw-object ((obj legend))
Method: draw-object ((axis vertical-value-axis))
Method: draw-object ((axis horizontal-histo-axis))
Method: draw-object (obj)
Generic Reader: encoding (object)
Package

pdf.

Methods
Reader Method: encoding ((encoding-object encoding-object))

automatically generated reader method

Source

pdf.lisp.

Target Slot

encoding.

Reader Method: encoding ((font font))

automatically generated reader method

Source

font.lisp.

Target Slot

encoding.

Generic Writer: (setf encoding) (object)
Package

pdf.

Methods
Writer Method: (setf encoding) ((encoding-object encoding-object))

automatically generated writer method

Source

pdf.lisp.

Target Slot

encoding.

Writer Method: (setf encoding) ((font font))

automatically generated writer method

Source

font.lisp.

Target Slot

encoding.

Generic Reader: encoding-scheme (object)
Package

pdf.

Methods
Reader Method: encoding-scheme ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

encoding-scheme.

Generic Writer: (setf encoding-scheme) (object)
Package

pdf.

Methods
Writer Method: (setf encoding-scheme) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

encoding-scheme.

Generic Reader: esc-char (object)
Package

pdf.

Methods
Reader Method: esc-char ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

esc-char.

Generic Writer: (setf esc-char) (object)
Package

pdf.

Methods
Writer Method: (setf esc-char) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

esc-char.

Generic Reader: family-name (object)
Package

pdf.

Methods
Reader Method: family-name ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

family-name.

Generic Writer: (setf family-name) (object)
Package

pdf.

Methods
Writer Method: (setf family-name) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

family-name.

Generic Reader: fixed-v-p (object)
Package

pdf.

Methods
Reader Method: fixed-v-p ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

fixed-v-p.

Generic Writer: (setf fixed-v-p) (object)
Package

pdf.

Methods
Writer Method: (setf fixed-v-p) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

fixed-v-p.

Generic Reader: font (object)
Package

pdf.

Methods
Reader Method: font ((font-object font-object))

automatically generated reader method

Source

pdf.lisp.

Target Slot

font.

Generic Writer: (setf font) (object)
Package

pdf.

Methods
Writer Method: (setf font) ((font-object font-object))

automatically generated writer method

Source

pdf.lisp.

Target Slot

font.

Generic Reader: font-bbox (object)
Package

pdf.

Methods
Reader Method: font-bbox ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

font-bbox.

Generic Writer: (setf font-bbox) (object)
Package

pdf.

Methods
Writer Method: (setf font-bbox) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

font-bbox.

Generic Reader: font-metrics (object)
Package

pdf.

Methods
Reader Method: font-metrics ((font font))

automatically generated reader method

Source

font.lisp.

Target Slot

font-metrics.

Generic Writer: (setf font-metrics) (object)
Package

pdf.

Methods
Writer Method: (setf font-metrics) ((font font))

automatically generated writer method

Source

font.lisp.

Target Slot

font-metrics.

Generic Reader: font-name (object)
Package

pdf.

Methods
Reader Method: font-name ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

font-name.

Generic Writer: (setf font-name) (object)
Package

pdf.

Methods
Writer Method: (setf font-name) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

font-name.

Generic Reader: full-name (object)
Package

pdf.

Methods
Reader Method: full-name ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

full-name.

Generic Writer: (setf full-name) (object)
Package

pdf.

Methods
Writer Method: (setf full-name) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

full-name.

Generic Reader: height (object)
Package

pdf.

Methods
Reader Method: height ((chart-item chart-item))

automatically generated reader method

Source

chart.lisp.

Target Slot

height.

Reader Method: height ((bitmap-image bitmap-image))

automatically generated reader method

Source

pdf-base.lisp.

Target Slot

height.

Reader Method: height ((image image))

automatically generated reader method

Source

pdf.lisp.

Target Slot

height.

Generic Writer: (setf height) (object)
Package

pdf.

Methods
Writer Method: (setf height) ((chart-item chart-item))

automatically generated writer method

Source

chart.lisp.

Target Slot

height.

Writer Method: (setf height) ((bitmap-image bitmap-image))

automatically generated writer method

Source

pdf-base.lisp.

Target Slot

height.

Writer Method: (setf height) ((image image))

automatically generated writer method

Source

pdf.lisp.

Target Slot

height.

Generic Reader: hyphen-char (object)
Package

pdf.

Methods
Reader Method: hyphen-char ((font font))

automatically generated reader method

Source

font.lisp.

Target Slot

hyphen-char.

Generic Writer: (setf hyphen-char) (object)
Package

pdf.

Methods
Writer Method: (setf hyphen-char) ((font font))

automatically generated writer method

Source

font.lisp.

Target Slot

hyphen-char.

Generic Reader: kernings (object)
Package

pdf.

Methods
Reader Method: kernings ((font font))

automatically generated reader method

Source

font.lisp.

Target Slot

kernings.

Reader Method: kernings ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

kernings.

Generic Writer: (setf kernings) (object)
Package

pdf.

Methods
Writer Method: (setf kernings) ((font font))

automatically generated writer method

Source

font.lisp.

Target Slot

kernings.

Writer Method: (setf kernings) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

kernings.

Generic Reader: legend (object)
Package

pdf.

Methods
Reader Method: legend ((plot-xy plot-xy))

automatically generated reader method

Source

chart.lisp.

Target Slot

legend.

Reader Method: legend ((pie-chart pie-chart))

automatically generated reader method

Source

chart.lisp.

Target Slot

legend.

Reader Method: legend ((histogram histogram))

automatically generated reader method

Source

chart.lisp.

Target Slot

legend.

Generic Writer: (setf legend) (object)
Package

pdf.

Methods
Writer Method: (setf legend) ((plot-xy plot-xy))

automatically generated writer method

Source

chart.lisp.

Target Slot

legend.

Writer Method: (setf legend) ((pie-chart pie-chart))

automatically generated writer method

Source

chart.lisp.

Target Slot

legend.

Writer Method: (setf legend) ((histogram histogram))

automatically generated writer method

Source

chart.lisp.

Target Slot

legend.

Generic Function: make-image (object &key type &allow-other-keys)

Returns more than just one pdf:image object when mask is supplied

Package

pdf.

Source

pdf-base.lisp.

Methods
Method: make-image ((png png-image) &key &allow-other-keys)
Source

png.lisp.

Method: make-image ((jpeg jpeg-image) &key &allow-other-keys)
Method: make-image ((object string) &rest args &key type)
Method: make-image ((object pathname) &rest args &key type)
Generic Function: make-jpeg-image (jpeg)
Package

pdf.

Source

pdf-base.lisp.

Methods
Method: make-jpeg-image ((string string))
Method: make-jpeg-image ((pathname pathname))
Method: make-jpeg-image (jpeg)
Generic Reader: mapping-scheme (object)
Package

pdf.

Methods
Reader Method: mapping-scheme ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

mapping-scheme.

Generic Writer: (setf mapping-scheme) (object)
Package

pdf.

Methods
Writer Method: (setf mapping-scheme) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

mapping-scheme.

Generic Reader: name (object)
Package

pdf.

Methods
Reader Method: name ((image image))

automatically generated reader method

Source

pdf.lisp.

Target Slot

name.

Reader Method: name ((gstate-object gstate-object))

automatically generated reader method

Source

pdf.lisp.

Target Slot

name.

Reader Method: name ((font-object font-object))

automatically generated reader method

Source

pdf.lisp.

Target Slot

name.

Reader Method: name ((named-reference named-reference))

automatically generated reader method

Source

pdf.lisp.

Target Slot

name.

Reader Method: name ((font font))

automatically generated reader method

Source

font.lisp.

Target Slot

name.

Reader Method: name ((encoding encoding))

automatically generated reader method

Source

encodings.lisp.

Target Slot

name.

Reader Method: name ((char-metrics char-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

name.

Generic Writer: (setf name) (object)
Package

pdf.

Methods
Writer Method: (setf name) ((image image))

automatically generated writer method

Source

pdf.lisp.

Target Slot

name.

Writer Method: (setf name) ((gstate-object gstate-object))

automatically generated writer method

Source

pdf.lisp.

Target Slot

name.

Writer Method: (setf name) ((font-object font-object))

automatically generated writer method

Source

pdf.lisp.

Target Slot

name.

Writer Method: (setf name) ((named-reference named-reference))

automatically generated writer method

Source

pdf.lisp.

Target Slot

name.

Writer Method: (setf name) ((font font))

automatically generated writer method

Source

font.lisp.

Target Slot

name.

Writer Method: (setf name) ((encoding encoding))

automatically generated writer method

Source

encodings.lisp.

Target Slot

name.

Writer Method: (setf name) ((char-metrics char-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

name.

Generic Reader: notice (object)
Package

pdf.

Methods
Reader Method: notice ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

notice.

Generic Writer: (setf notice) (object)
Package

pdf.

Methods
Writer Method: (setf notice) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

notice.

Generic Reader: vvector (object)
Package

pdf.

Methods
Reader Method: vvector ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

vvector.

Generic Writer: (setf vvector) (object)
Package

pdf.

Methods
Writer Method: (setf vvector) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

vvector.

Generic Reader: weight (object)
Package

pdf.

Methods
Reader Method: weight ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

weight.

Generic Writer: (setf weight) (object)
Package

pdf.

Methods
Writer Method: (setf weight) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

weight.

Generic Reader: width (object)
Package

pdf.

Methods
Reader Method: width ((chart-item chart-item))

automatically generated reader method

Source

chart.lisp.

Target Slot

width.

Reader Method: width ((bitmap-image bitmap-image))

automatically generated reader method

Source

pdf-base.lisp.

Target Slot

width.

Reader Method: width ((image image))

automatically generated reader method

Source

pdf.lisp.

Target Slot

width.

Reader Method: width ((char-metrics char-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

width.

Generic Writer: (setf width) (object)
Package

pdf.

Methods
Writer Method: (setf width) ((chart-item chart-item))

automatically generated writer method

Source

chart.lisp.

Target Slot

width.

Writer Method: (setf width) ((bitmap-image bitmap-image))

automatically generated writer method

Source

pdf-base.lisp.

Target Slot

width.

Writer Method: (setf width) ((image image))

automatically generated writer method

Source

pdf.lisp.

Target Slot

width.

Writer Method: (setf width) ((char-metrics char-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

width.

Generic Function: write-document (target &optional document)
Package

pdf.

Source

pdf.lisp.

Methods
Method: write-document ((filename string) &optional document)
Method: write-document ((filename pathname) &optional document)
Method: write-document ((s stream) &optional document)
Generic Reader: x-height (object)
Package

pdf.

Methods
Reader Method: x-height ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

x-height.

Generic Writer: (setf x-height) (object)
Package

pdf.

Methods
Writer Method: (setf x-height) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

x-height.


5.1.5 Standalone methods

Method: initialize-instance :after ((encoding encoding) &key &allow-other-keys)
Source

encodings.lisp.

Method: initialize-instance :after ((plot plot-xy) &rest init-options &key x-axis-options y-axis-options legend-options &allow-other-keys)
Source

chart.lisp.

Method: initialize-instance :after ((histo histogram) &rest init-options &key x-axis-options y-axis-options legend-options &allow-other-keys)
Source

chart.lisp.

Method: initialize-instance :after ((image image) &key bits width height filter decode-parms color-space bits-per-color mask decode no-compression &allow-other-keys)
Source

pdf.lisp.

Method: initialize-instance :after ((font font) &key encoding &allow-other-keys)
Source

font.lisp.

Method: initialize-instance :after ((obj pie-chart) &rest init-options &key no-legend legend-options &allow-other-keys)
Source

chart.lisp.

Method: initialize-instance :after ((obj page-node) &key no-link &allow-other-keys)
Source

pdf.lisp.

Method: initialize-instance :after ((obj pdf-stream) &key empty &allow-other-keys)
Source

pdf.lisp.

Method: initialize-instance :after ((encoding-object encoding-object) &key encoding &allow-other-keys)
Source

pdf.lisp.

Method: initialize-instance :after ((page page) &key no-link rotate &allow-other-keys)
Source

pdf.lisp.

Method: initialize-instance :after ((axis value-axis) &rest init-options &key &allow-other-keys)
Source

chart.lisp.

Method: initialize-instance :after ((annotation annotation2) &key rect text &allow-other-keys)
Source

pdf.lisp.

Method: initialize-instance :after ((font-object font-object) &key font embed &allow-other-keys)
Source

pdf.lisp.

Method: initialize-instance :after ((annotation annotation) &key rect type border &allow-other-keys)
Source

pdf.lisp.

Method: initialize-instance :after ((encoding single-byte-encoding) &key &allow-other-keys)
Source

encodings.lisp.

Method: initialize-instance :after ((obj indirect-object) &key no-link &allow-other-keys)
Source

pdf.lisp.

Method: initialize-instance :after ((encoding custom-encoding) &key &allow-other-keys)
Source

encodings.lisp.

Method: initialize-instance :after ((gstate-object gstate-object) &key gstate &allow-other-keys)
Source

pdf.lisp.

Method: initialize-instance :after ((doc document) &key empty mode layout creator author title subject keywords creation-date modification-date &allow-other-keys)
Source

pdf.lisp.

Method: print-object ((self encoding) stream)
Source

encodings.lisp.

Method: print-object ((self font-metrics) stream)
Source

font-metrics.lisp.

Method: print-object ((self char-metrics) stream)
Source

font-metrics.lisp.

Method: print-object ((self font) stream)
Source

font.lisp.


5.1.6 Conditions

Condition: image-file-parse-error
Package

pdf.

Source

pdf-base.lisp.

Direct superclasses
  • parse-error.
  • stream-error.
Direct methods

error-message.

Direct slots
Slot: message
Initform

(quote nil)

Initargs

:message

Readers

error-message.

Writers

This slot is read-only.


5.1.7 Classes

Class: char-metrics
Package

pdf.

Source

font-metrics.lisp.

Direct methods
Direct slots
Slot: code
Initargs

:code

Readers

code.

Writers

(setf code).

Slot: name
Initargs

:name

Readers

name.

Writers

(setf name).

Slot: index
Initargs

:index

Readers

index.

Writers

(setf index).

Slot: width
Initargs

:width

Readers

width.

Writers

(setf width).

Slot: spacing
Initargs

:spacing

Readers

spacing.

Writers

(setf spacing).

Slot: right-italic-correction
Initargs

:right-italic-correction

Readers

right-italic-correction.

Writers

(setf right-italic-correction).

Slot: left-italic-correction
Initargs

:left-italic-correction

Readers

left-italic-correction.

Writers

(setf left-italic-correction).

Slot: bbox
Initargs

:bbox

Readers

bbox.

Writers

(setf bbox).

Class: encoding
Package

pdf.

Source

encodings.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

name.

Writers

(setf name).

Slot: keyword-name
Initargs

:keyword-name

Readers

keyword-name.

Writers

(setf keyword-name).

Slot: standard-encoding
Initargs

:standard-encoding

Readers

standard-encoding.

Writers

(setf standard-encoding).

Class: font
Package

pdf.

Source

font.lisp.

Direct methods
Direct slots
Slot: name
Initform

"helvetica"

Initargs

:name

Readers

name.

Writers

(setf name).

Slot: encoding
Initform

pdf::*standard-encoding*

Readers

encoding.

Writers

(setf encoding).

Slot: hyphen-code
Initform

0

Readers

hyphen-code.

Writers

(setf hyphen-code).

Slot: hyphen-char
Readers

hyphen-char.

Writers

(setf hyphen-char).

Slot: font-metrics
Readers

font-metrics.

Writers

(setf font-metrics).

Slot: kernings
Initform

(make-hash-table)

Readers

kernings.

Writers

(setf kernings).

Slot: characters
Initform

(make-array 256 :initial-element nil)

Readers

characters.

Writers

(setf characters).

Slot: pdf-widths
Initform

(make-array 256 :initial-element 0)

Readers

pdf-widths.

Writers

(setf pdf-widths).

Slot: descender
Initform

0

Readers

descender.

Writers

(setf descender).

Class: font-metrics
Package

pdf.

Source

font-metrics.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: font-name
Readers

font-name.

Writers

(setf font-name).

Slot: full-name
Readers

full-name.

Writers

(setf full-name).

Slot: family-name
Readers

family-name.

Writers

(setf family-name).

Slot: weight
Readers

weight.

Writers

(setf weight).

Slot: underline-position
Initform

0

Readers

underline-position.

Writers

(setf underline-position).

Slot: underline-thickness
Initform

0

Readers

underline-thickness.

Writers

(setf underline-thickness).

Slot: italic-angle
Initform

0

Readers

italic-angle.

Writers

(setf italic-angle).

Slot: italic-sin
Initform

0

Readers

italic-sin.

Writers

(setf italic-sin).

Slot: fixed-pitch-p
Readers

fixed-pitch-p.

Writers

(setf fixed-pitch-p).

Slot: char-width
Readers

char-width.

Writers

(setf char-width).

Slot: font-bbox
Readers

font-bbox.

Writers

(setf font-bbox).

Slot: version
Readers

version.

Writers

(setf version).

Slot: notice
Readers

notice.

Writers

(setf notice).

Slot: encoding-scheme
Readers

encoding-scheme.

Writers

(setf encoding-scheme).

Slot: encoding-vector
Initform

(make-array 256 :initial-element nil)

Readers

encoding-vector.

Writers

(setf encoding-vector).

Slot: characters
Initform

(make-hash-table :test (function equal))

Readers

characters.

Writers

(setf characters).

Slot: mapping-scheme
Readers

mapping-scheme.

Writers

(setf mapping-scheme).

Slot: esc-char
Readers

esc-char.

Writers

(setf esc-char).

Slot: character-set
Readers

character-set.

Writers

(setf character-set).

Slot: base-font-p
Initform

t

Readers

base-font-p.

Writers

(setf base-font-p).

Slot: vvector
Readers

vvector.

Writers

(setf vvector).

Slot: fixed-v-p
Readers

fixed-v-p.

Writers

(setf fixed-v-p).

Slot: cap-height
Initform

1

Readers

cap-height.

Writers

(setf cap-height).

Slot: x-height
Initform

0.5

Readers

x-height.

Writers

(setf x-height).

Slot: ascender
Initform

1

Readers

ascender.

Writers

(setf ascender).

Slot: descender
Initform

0

Readers

descender.

Writers

(setf descender).

Slot: leading
Initform

1

Readers

leading.

Writers

(setf leading).

Slot: kernings
Initform

(make-hash-table :test (function equal))

Readers

kernings.

Writers

(setf kernings).

Class: histogram
Package

pdf.

Source

chart.lisp.

Direct superclasses

chart-item.

Direct methods
Direct slots
Slot: label-names
Initargs

:label-names

Readers

label-names.

Writers

(setf label-names).

Slot: series
Initargs

:series

Readers

series.

Writers

(setf series).

Slot: stacked-series
Initargs

:stacked-series

Readers

stacked-series.

Writers

(setf stacked-series).

Slot: labels&colors
Initargs

:labels&colors

Readers

labels&colors.

Writers

(setf labels&colors).

Slot: h-lines-width
Initform

0.2

Initargs

:h-lines-width

Readers

h-lines-width.

Writers

(setf h-lines-width).

Slot: h-lines-color
Initform

(quote (0.5 0.5 0.5))

Initargs

:h-lines-color

Readers

h-lines-color.

Writers

(setf h-lines-color).

Slot: groups-spacing
Initform

0.2

Initargs

:groups-spacing

Readers

groups-spacing.

Writers

(setf groups-spacing).

Slot: x-axis
Readers

x-axis.

Writers

(setf x-axis).

Slot: y-axis
Readers

y-axis.

Writers

(setf y-axis).

Slot: legend
Readers

legend.

Writers

(setf legend).

Class: horizontal-histo-axis
Package

pdf.

Source

chart.lisp.

Direct superclasses

histo-axis.

Direct methods

draw-object.

Class: image
Package

pdf.

Source

pdf.lisp.

Direct superclasses

indirect-object.

Direct methods
Direct slots
Slot: name
Initform

(pdf::gen-name "/cli")

Initargs

:name

Readers

name.

Writers

(setf name).

Slot: width
Initargs

:width

Readers

width.

Writers

(setf width).

Slot: height
Initargs

:height

Readers

height.

Writers

(setf height).

Slot: filename
Initargs

:filename

Readers

filename.

Writers

(setf filename).

Class: legend
Package

pdf.

Source

chart.lisp.

Direct superclasses

chart-item.

Direct methods
Direct slots
Slot: label-font
Initform

(pdf:get-font)

Initargs

:label-font

Readers

label-font.

Writers

(setf label-font).

Slot: label-font-size
Initform

10.0

Initargs

:label-font-size

Readers

label-font-size.

Writers

(setf label-font-size).

Slot: label-color
Initform

(quote (0 0 0))

Initargs

:label-color

Readers

label-color.

Writers

(setf label-color).

Slot: labels&colors
Initargs

:labels&colors

Readers

labels&colors.

Writers

(setf labels&colors).

Class: pie-chart
Package

pdf.

Source

chart.lisp.

Direct superclasses

chart-item.

Direct methods
Direct slots
Slot: serie
Initargs

:serie

Readers

serie.

Writers

(setf serie).

Slot: labels&colors
Initargs

:labels&colors

Readers

labels&colors.

Writers

(setf labels&colors).

Slot: legend
Readers

legend.

Writers

(setf legend).

Class: plot-xy
Package

pdf.

Source

chart.lisp.

Direct superclasses

chart-item.

Direct methods
Direct slots
Slot: series
Initargs

:series

Readers

series.

Writers

(setf series).

Slot: labels&colors
Initargs

:labels&colors

Readers

labels&colors.

Writers

(setf labels&colors).

Slot: h-lines-width
Initform

0.2

Initargs

:h-lines-width

Readers

h-lines-width.

Writers

(setf h-lines-width).

Slot: h-lines-color
Initform

(quote (0.5 0.5 0.5))

Initargs

:h-lines-color

Readers

h-lines-color.

Writers

(setf h-lines-color).

Slot: point-radius
Initform

2

Initargs

:point-radius

Readers

point-radius.

Writers

(setf point-radius).

Slot: x-axis
Readers

x-axis.

Writers

(setf x-axis).

Slot: y-axis
Readers

y-axis.

Writers

(setf y-axis).

Slot: legend
Readers

legend.

Writers

(setf legend).

Class: vertical-value-axis
Package

pdf.

Source

chart.lisp.

Direct superclasses

value-axis.

Direct methods

5.2 Internals


5.2.1 Constants

Constant: +2pi+
Package

pdf.

Source

pdf-geom.lisp.

Constant: +deg-to-rad+
Package

pdf.

Source

pdf-base.lisp.

Constant: +external-format+
Package

pdf.

Source

config.lisp.

Constant: +magic-modulo-number+
Package

pdf.

Source

bar-codes.lisp.

Constant: +pfb-ascii+
Package

pdf.

Source

t1-font.lisp.

Constant: +pfb-binary+
Package

pdf.

Source

t1-font.lisp.

Constant: +pfb-done+
Package

pdf.

Source

t1-font.lisp.

Constant: +pfb-marker+
Package

pdf.

Source

t1-font.lisp.

Constant: +pi/2+
Package

pdf.

Source

pdf-geom.lisp.

Constant: +section-char+

This character is not entered literally to avoid causing problems with Lisps that read source files in UTF-8 encoding.

Package

pdf.

Source

text.lisp.


5.2.2 Special variables

Special Variable: %fonts-loaded%
Package

pdf.

Source

font.lisp.

Special Variable: *cl-pdf-base-directory*

The base directory for cl-pdf source and auxiliary data

Package

pdf.

Source

config.lisp.

Special Variable: *compress-fonts*

nil or decode filter designator

Package

pdf.

Source

config.lisp.

Special Variable: *delimiter-chars*
Package

pdf.

Source

text.lisp.

Special Variable: *embed-fonts*

t, nil, or :default (let make-font-dictionary and font-descriptor decide for themselves)

Package

pdf.

Source

config.lisp.

Special Variable: *encodings*
Package

pdf.

Source

encodings.lisp.

Special Variable: *font*

The current font in text mode

Package

pdf.

Source

font.lisp.

Special Variable: *font-cache*
Package

pdf.

Source

font.lisp.

Special Variable: *font-metrics*
Package

pdf.

Source

font-metrics.lisp.

Special Variable: *font-size*

The current font in text mode

Package

pdf.

Source

font.lisp.

Special Variable: *latin-2-encoding*
Package

pdf.

Source

encodings.lisp.

Special Variable: *mac-expert-encoding*
Package

pdf.

Source

encodings.lisp.

Special Variable: *mac-roman-encoding*
Package

pdf.

Source

encodings.lisp.

Special Variable: *min-size-for-compression*
Package

pdf.

Source

config.lisp.

Special Variable: *name-counter*
Package

pdf.

Source

pdf.lisp.

Special Variable: *outlines-stack*
Package

pdf.

Source

pdf.lisp.

Special Variable: *page-stream*
Package

pdf.

Source

pdf.lisp.

Special Variable: *pdf-doc-encoding*
Package

pdf.

Source

encodings.lisp.

Special Variable: *pdf-stream*
Package

pdf.

Source

pdf.lisp.

Special Variable: *root-page*
Package

pdf.

Source

pdf.lisp.

Special Variable: *standard-encoding*
Package

pdf.

Source

encodings.lisp.

Special Variable: *symbol-encoding*
Package

pdf.

Source

encodings.lisp.

Special Variable: *table*
Package

pdf.

Source

bar-codes.lisp.

Special Variable: *table-a*
Package

pdf.

Source

bar-codes.lisp.

Special Variable: *table-b*
Package

pdf.

Source

bar-codes.lisp.

Special Variable: *table-c*
Package

pdf.

Source

bar-codes.lisp.

Special Variable: *table-h*
Package

pdf.

Source

bar-codes.lisp.

Special Variable: *unicode-encoding*
Package

pdf.

Source

encodings.lisp.

Special Variable: *win-1250-encoding*
Package

pdf.

Source

encodings.lisp.

Special Variable: *win-1251-encoding*
Package

pdf.

Source

encodings.lisp.

Special Variable: *win-ansi-encoding*
Package

pdf.

Source

encodings.lisp.

Special Variable: *x11-color-keyword-map*

Hash table mapping :COLOR keywords to (r g b) lists

Package

pdf.

Source

x11-colors.lisp.

Special Variable: *x11-color-string-map*

Hash table mapping lowercase color strings to (r g b) lists

Package

pdf.

Source

x11-colors.lisp.

Special Variable: *x11-colors*
Package

pdf.

Source

x11-colors.lisp.

Special Variable: *xrefs*
Package

pdf.

Source

pdf.lisp.

Special Variable: *zapf-dingbats-encoding*
Package

pdf.

Source

encodings.lisp.

Special Variable: +jpeg-color-spaces+
Package

pdf.

Source

pdf-base.lisp.

Special Variable: +pdf-header+
Package

pdf.

Source

pdf.lisp.


5.2.3 Macros

Macro: def-pdf-op (name (&rest args) format)
Package

pdf.

Source

pdf-base.lisp.

Macro: define-afm-section ((name afm-name) (stream &rest args) &body body)
Package

pdf.

Source

font-metrics.lisp.

Macro: enforce-/ (&rest names)

Verify and prefix each name by / unless it is PDF-ready.

Package

pdf.

Source

pdf.lisp.

Macro: mcond (&rest clauses)

An analog of COND, but MACROEXPANDs every clause.

Package

pdf.

Source

font-metrics.lisp.

Macro: string-append (&rest args)
Package

pdf.

Source

pdf.lisp.

Macro: with-gensyms ((&rest names) &body body)
Package

pdf.

Source

font-metrics.lisp.


5.2.4 Ordinary functions

Function: %convert-image-file% (source target &rest options)
Package

pdf.

Source

pdf-base.lisp.

Function: %generate-temp-filename% (filename filetype)
Package

pdf.

Source

pdf-base.lisp.

Function: %read-convert-jpg-file% (pathname header-only)
Package

pdf.

Source

pdf-base.lisp.

Function: %read-jpeg-file% (filename &key header-only)
Package

pdf.

Source

pdf-base.lisp.

Function: add-/ (name)
Package

pdf.

Source

pdf.lisp.

Function: add-dict-value (dict name value)
Package

pdf.

Source

pdf.lisp.

Function: add-doc-info (doc &key creator author title subject keywords creation-date modification-date)
Package

pdf.

Source

pdf.lisp.

Function: add-gstate-to-page (&rest gstate)
Package

pdf.

Source

pdf.lisp.

Function: afm-char-kernings (stream characters kernings)
Package

pdf.

Source

font-metrics.lisp.

Function: afm-char-metrics (stream default-width italic-sin font-metrics)
Package

pdf.

Source

font-metrics.lisp.

Function: afm-font-metrics (stream font-metrics-class)
Package

pdf.

Source

font-metrics.lisp.

Function: angle (p1 p2)
Package

pdf.

Source

pdf-geom.lisp.

Function: angle-3points (pt1 pt2 pt3)
Package

pdf.

Source

pdf-geom.lisp.

Function: arc-to (center-x center-y radius start extent)
Package

pdf.

Source

pdf-geom.lisp.

Function: bezarc (center-x center-y radius start extent)
Package

pdf.

Source

pdf-geom.lisp.

Function: build-char-ht (lst hpred key-selector val-selector)
Package

pdf.

Source

bar-codes.lisp.

Function: change-dict-value (dict name value)
Package

pdf.

Source

pdf.lisp.

Function: char-external-code (char charset)
Package

pdf.

Source

encodings.lisp.

Function: code128-a (text)
Package

pdf.

Source

bar-codes.lisp.

Function: code128-b (text)
Package

pdf.

Source

bar-codes.lisp.

Function: code128-c (text)
Package

pdf.

Source

bar-codes.lisp.

Function: code128-checksum (chars)
Package

pdf.

Source

bar-codes.lisp.

Function: code128-n-raw (string start s-table getter)
Package

pdf.

Source

bar-codes.lisp.

Function: compress-pdf-stream (pdf-stream)
Package

pdf.

Source

pdf.lisp.

Function: compress-string (string)
Package

pdf.

Source

zlib.lisp.

Function: compute-encoding-differences (encoding &optional from)
Package

pdf.

Source

encodings.lisp.

Function: compute-kern-pairs (font)
Package

pdf.

Source

font.lisp.

Function: compute-outline-tree (outlines &optional parent)
Package

pdf.

Source

pdf.lisp.

Function: compute-scale (axis)
Package

pdf.

Source

chart.lisp.

Function: copy-dict (dict)
Package

pdf.

Source

pdf.lisp.

Function: distance (p1 p2)
Package

pdf.

Source

pdf-geom.lisp.

Function: draw-bar-segment (line-height line-width black)
Package

pdf.

Source

bar-codes.lisp.

Function: draw-bars (bars line-height line-width &optional start-stop-factor)
Package

pdf.

Source

bar-codes.lisp.

Function: draw-chars (string line-height line-width font font-size segs-per-char)
Package

pdf.

Source

bar-codes.lisp.

Function: extract-font-metrics-encoding (font-metrics)
Package

pdf.

Source

font-metrics.lisp.

Function: fillet (p1 p2 p3 radius)
Package

pdf.

Source

pdf-geom.lisp.

Function: find-color-from-string (color-string)
Package

pdf.

Source

x11-colors.lisp.

Function: find-color-from-symbol (color-symbol)
Package

pdf.

Source

x11-colors.lisp.

Function: find-encoding-object (encoding)
Package

pdf.

Source

pdf.lisp.

Function: find-font-object (font &key embed)
Package

pdf.

Source

pdf.lisp.

Function: find-gstate-object (&rest gstate)
Package

pdf.

Source

pdf.lisp.

Function: full-encoding-differences (encoding)
Package

pdf.

Source

encodings.lisp.

Function: gen-name (prefix)
Package

pdf.

Source

pdf.lisp.

Function: get-afm-boolean (line start)
Package

pdf.

Source

font-metrics.lisp.

Function: get-afm-hex (line start)
Package

pdf.

Source

font-metrics.lisp.

Function: get-afm-integer (line start)
Package

pdf.

Source

font-metrics.lisp.

Function: get-afm-name (line start)
Package

pdf.

Source

font-metrics.lisp.

Function: get-afm-number (line start)
Package

pdf.

Source

font-metrics.lisp.

Function: get-afm-string (line start)
Package

pdf.

Source

font-metrics.lisp.

Function: get-dict-value (dict name)
Package

pdf.

Source

pdf.lisp.

Function: group (string n)
Package

pdf.

Source

bar-codes.lisp.

Function: human-readable-time<-universal-time (universal-time)
Package

pdf.

Source

pdf.lisp.

Function: midpoint (pt1 pt2 ratio)
Package

pdf.

Source

pdf-geom.lisp.

Function: naive-polyline (points &key radius closed)

Takes a list of points and radii and returns a curved list.

Package

pdf.

Source

pdf-geom.lisp.

Function: nice-number (n approx integer-p)
Package

pdf.

Source

chart.lisp.

Function: pdf-name (obj &optional prefix)

Helper (akin to pdf-string) to escape non-alphanumeric characters in PDF names by writing 2-digit hexadecimal code, preceded by the number sign character (#). CAUTION: PDF names are case-sensitive!

Package

pdf.

Source

pdf.lisp.

Function: pdf-string (obj &key unicode)
Package

pdf.

Source

pdf.lisp.

Function: process-outlines (document)
Package

pdf.

Source

pdf.lisp.

Function: read-base-string (stream byte-count)
Package

pdf.

Source

png.lisp.

Function: read-byte16 (stream)
Package

pdf.

Source

png.lisp.

Function: read-byte32 (stream)
Package

pdf.

Source

png.lisp.

Function: read-convert-jpg-file (pathname &key header-only)
Package

pdf.

Source

pdf-base.lisp.

Function: read-pfb-file (pathname t1fm)
Package

pdf.

Source

t1-font.lisp.

Function: read-pfb-length (data start)
Package

pdf.

Source

t1-font.lisp.

Function: read-pfb-seg-size (data start marker)
Package

pdf.

Source

t1-font.lisp.

Function: read-png-file (pathname &key header-only)
Package

pdf.

Source

png.lisp.

Function: read-png-file2 (pathname &key header-only)
Package

pdf.

Source

png.lisp.

Function: read-ttf-metrics (file)
Package

pdf.

Source

zpb-ttf-load.lisp.

Function: read-ufm-file (filename &optional font-metrics-class)
Package

pdf.

Source

font-metrics.lisp.

Function: register-named-reference (reference &optional name)
Package

pdf.

Source

pdf.lisp.

Function: set-gstate (&rest gstate)
Package

pdf.

Source

pdf-base.lisp.

Function: split-text (string font font-size max-width)
Package

pdf.

Source

text.lisp.

Function: text-width (string font font-size)
Package

pdf.

Source

text.lisp.

Function: unit-width (lst)
Package

pdf.

Source

bar-codes.lisp.

Function: universal-time<-time-spec (time-spec)
Package

pdf.

Source

pdf.lisp.

Function: whitespace-p (char)
Package

pdf.

Source

font-metrics.lisp.


5.2.5 Generic functions

Generic Reader: annotations (object)
Package

pdf.

Methods
Reader Method: annotations ((page page))

automatically generated reader method

Source

pdf.lisp.

Target Slot

annotations.

Generic Writer: (setf annotations) (object)
Package

pdf.

Methods
Writer Method: (setf annotations) ((page page))

automatically generated writer method

Source

pdf.lisp.

Target Slot

annotations.

Generic Reader: author (object)
Package

pdf.

Methods
Reader Method: author ((document document))

automatically generated reader method

Source

pdf.lisp.

Target Slot

author.

Generic Writer: (setf author) (object)
Package

pdf.

Methods
Writer Method: (setf author) ((document document))

automatically generated writer method

Source

pdf.lisp.

Target Slot

author.

Generic Reader: axis-max (object)
Package

pdf.

Methods
Reader Method: axis-max ((value-axis value-axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

axis-max.

Generic Writer: (setf axis-max) (object)
Package

pdf.

Methods
Writer Method: (setf axis-max) ((value-axis value-axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

axis-max.

Generic Reader: axis-min (object)
Package

pdf.

Methods
Reader Method: axis-min ((value-axis value-axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

axis-min.

Generic Writer: (setf axis-min) (object)
Package

pdf.

Methods
Writer Method: (setf axis-min) ((value-axis value-axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

axis-min.

Generic Reader: axis-scale (object)
Package

pdf.

Methods
Reader Method: axis-scale ((value-axis value-axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

axis-scale.

Generic Writer: (setf axis-scale) (object)
Package

pdf.

Methods
Writer Method: (setf axis-scale) ((value-axis value-axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

axis-scale.

Generic Function: axis-size (axis)
Package

pdf.

Source

chart.lisp.

Methods
Method: axis-size ((axis vertical-histo-axis))
Method: axis-size ((axis vertical-value-axis))
Method: axis-size (axis)
Generic Reader: background-color (object)
Package

pdf.

Methods
Reader Method: background-color ((chart-item chart-item))

automatically generated reader method

Source

chart.lisp.

Target Slot

background-color.

Generic Writer: (setf background-color) (object)
Package

pdf.

Methods
Writer Method: (setf background-color) ((chart-item chart-item))

automatically generated writer method

Source

chart.lisp.

Target Slot

background-color.

Generic Reader: base-encoding (object)
Package

pdf.

Methods
Reader Method: base-encoding ((custom-encoding custom-encoding))

automatically generated reader method

Source

encodings.lisp.

Target Slot

base-encoding.

Generic Reader: base-font (object)
Package

pdf.

Methods
Reader Method: base-font ((cid-font cid-font))

automatically generated reader method

Source

ttu-font.lisp.

Target Slot

base-font.

Generic Writer: (setf base-font) (object)
Package

pdf.

Methods
Writer Method: (setf base-font) ((cid-font cid-font))

automatically generated writer method

Source

ttu-font.lisp.

Target Slot

base-font.

Generic Reader: binary-data (object)
Package

pdf.

Methods
Reader Method: binary-data ((ttu-font-metrics ttu-font-metrics))

automatically generated reader method

Source

ttu-font.lisp.

Target Slot

binary-data.

Reader Method: binary-data ((t1-font-metrics t1-font-metrics))

automatically generated reader method

Source

t1-font.lisp.

Target Slot

binary-data.

Generic Writer: (setf binary-data) (object)
Package

pdf.

Methods
Writer Method: (setf binary-data) ((ttu-font-metrics ttu-font-metrics))

automatically generated writer method

Source

ttu-font.lisp.

Target Slot

binary-data.

Writer Method: (setf binary-data) ((t1-font-metrics t1-font-metrics))

automatically generated writer method

Source

t1-font.lisp.

Target Slot

binary-data.

Generic Reader: bits-per-color (object)
Package

pdf.

Methods
Reader Method: bits-per-color ((png-image png-image))

automatically generated reader method

Source

png.lisp.

Target Slot

bits-per-color.

Generic Writer: (setf bits-per-color) (object)
Package

pdf.

Methods
Writer Method: (setf bits-per-color) ((png-image png-image))

automatically generated writer method

Source

png.lisp.

Target Slot

bits-per-color.

Generic Reader: c2g (object)
Package

pdf.

Methods
Reader Method: c2g ((cid-font cid-font))

automatically generated reader method

Source

ttu-font.lisp.

Target Slot

c2g.

Reader Method: c2g ((ttu-font-metrics ttu-font-metrics))

automatically generated reader method

Source

ttu-font.lisp.

Target Slot

c2g.

Generic Writer: (setf c2g) (object)
Package

pdf.

Methods
Writer Method: (setf c2g) ((cid-font cid-font))

automatically generated writer method

Source

ttu-font.lisp.

Target Slot

c2g.

Writer Method: (setf c2g) ((ttu-font-metrics ttu-font-metrics))

automatically generated writer method

Source

ttu-font.lisp.

Target Slot

c2g.

Generic Reader: catalog (object)
Package

pdf.

Methods
Reader Method: catalog ((document document))

automatically generated reader method

Source

pdf.lisp.

Target Slot

catalog.

Generic Writer: (setf catalog) (object)
Package

pdf.

Methods
Writer Method: (setf catalog) ((document document))

automatically generated writer method

Source

pdf.lisp.

Target Slot

catalog.

Generic Reader: char-codes (object)
Package

pdf.

Methods
Reader Method: char-codes ((single-byte-encoding single-byte-encoding))

automatically generated reader method

Source

encodings.lisp.

Target Slot

char-codes.

Generic Writer: (setf char-codes) (object)
Package

pdf.

Methods
Writer Method: (setf char-codes) ((single-byte-encoding single-byte-encoding))

automatically generated writer method

Source

encodings.lisp.

Target Slot

char-codes.

Generic Reader: char-names (object)
Package

pdf.

Methods
Reader Method: char-names ((single-byte-encoding single-byte-encoding))

automatically generated reader method

Source

encodings.lisp.

Target Slot

char-names.

Generic Writer: (setf char-names) (object)
Package

pdf.

Methods
Writer Method: (setf char-names) ((single-byte-encoding single-byte-encoding))

automatically generated writer method

Source

encodings.lisp.

Target Slot

char-names.

Generic Function: charset (encoding)
Package

pdf.

Source

encodings.lisp.

Methods
Reader Method: charset ((custom-encoding custom-encoding))

automatically generated reader method

Target Slot

charset.

Method: charset ((encoding single-byte-encoding))
Generic Writer: (setf charset) (object)
Package

pdf.

Methods
Writer Method: (setf charset) ((custom-encoding custom-encoding))

automatically generated writer method

Source

encodings.lisp.

Target Slot

charset.

Generic Reader: cid-widths (object)
Package

pdf.

Methods
Reader Method: cid-widths ((ttu-font-metrics ttu-font-metrics))

automatically generated reader method

Source

ttu-font.lisp.

Target Slot

cid-widths.

Generic Writer: (setf cid-widths) (object)
Package

pdf.

Methods
Writer Method: (setf cid-widths) ((ttu-font-metrics ttu-font-metrics))

automatically generated writer method

Source

ttu-font.lisp.

Target Slot

cid-widths.

Generic Reader: content (object)
Package

pdf.

Methods
Reader Method: content ((indirect-object indirect-object))

automatically generated reader method

Source

pdf.lisp.

Target Slot

content.

Reader Method: content ((pdf-stream pdf-stream))

automatically generated reader method

Source

pdf.lisp.

Target Slot

content.

Generic Writer: (setf content) (object)
Package

pdf.

Methods
Writer Method: (setf content) ((indirect-object indirect-object))

automatically generated writer method

Source

pdf.lisp.

Target Slot

content.

Writer Method: (setf content) ((pdf-stream pdf-stream))

automatically generated writer method

Source

pdf.lisp.

Target Slot

content.

Generic Reader: content-stream (object)
Package

pdf.

Methods
Reader Method: content-stream ((page page))

automatically generated reader method

Source

pdf.lisp.

Target Slot

content-stream.

Generic Writer: (setf content-stream) (object)
Package

pdf.

Methods
Writer Method: (setf content-stream) ((page page))

automatically generated writer method

Source

pdf.lisp.

Target Slot

content-stream.

Generic Reader: creation-date (object)
Generic Writer: (setf creation-date) (object)
Package

pdf.

Methods
Reader Method: creation-date ((document document))
Writer Method: (setf creation-date) ((document document))

Creation date as a positive integer, :NOW or NIL. A positive integer designates an absolute universal time. :NOW designates the current universal time when the document is rendered. NIL causes the creation date to be omitted from the document

Source

pdf.lisp.

Target Slot

creation-date.

Generic Reader: data (object)
Package

pdf.

Methods
Reader Method: data ((bitmap-image bitmap-image))

automatically generated reader method

Source

pdf-base.lisp.

Target Slot

data.

Generic Writer: (setf data) (object)
Package

pdf.

Methods
Writer Method: (setf data) ((bitmap-image bitmap-image))

automatically generated writer method

Source

pdf-base.lisp.

Target Slot

data.

Generic Reader: descriptor (object)
Package

pdf.

Methods
Reader Method: descriptor ((cid-font cid-font))

automatically generated reader method

Source

ttu-font.lisp.

Target Slot

descriptor.

Generic Writer: (setf descriptor) (object)
Package

pdf.

Methods
Writer Method: (setf descriptor) ((cid-font cid-font))

automatically generated writer method

Source

ttu-font.lisp.

Target Slot

descriptor.

Generic Reader: dict-values (object)
Package

pdf.

Methods
Reader Method: dict-values ((dictionary dictionary))

automatically generated reader method

Source

pdf.lisp.

Target Slot

dict-values.

Generic Writer: (setf dict-values) (object)
Package

pdf.

Methods
Writer Method: (setf dict-values) ((dictionary dictionary))

automatically generated writer method

Source

pdf.lisp.

Target Slot

dict-values.

Generic Reader: docinfo (object)
Package

pdf.

Methods
Reader Method: docinfo ((document document))

automatically generated reader method

Source

pdf.lisp.

Target Slot

docinfo.

Generic Writer: (setf docinfo) (object)
Package

pdf.

Methods
Writer Method: (setf docinfo) ((document document))

automatically generated writer method

Source

pdf.lisp.

Target Slot

docinfo.

Generic Reader: encoding-vector (object)
Package

pdf.

Methods
Reader Method: encoding-vector ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

encoding-vector.

Generic Writer: (setf encoding-vector) (object)
Package

pdf.

Methods
Writer Method: (setf encoding-vector) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

encoding-vector.

Generic Reader: encodings (object)
Package

pdf.

Methods
Reader Method: encodings ((document document))

automatically generated reader method

Source

pdf.lisp.

Target Slot

encodings.

Generic Writer: (setf encodings) (object)
Package

pdf.

Methods
Writer Method: (setf encodings) ((document document))

automatically generated writer method

Source

pdf.lisp.

Target Slot

encodings.

Generic Reader: error-message (condition)
Package

pdf.

Methods
Reader Method: error-message ((condition image-file-parse-error))
Source

pdf-base.lisp.

Target Slot

message.

Generic Reader: filename (object)
Package

pdf.

Methods
Reader Method: filename ((png-image png-image))

automatically generated reader method

Source

png.lisp.

Target Slot

filename.

Reader Method: filename ((jpeg-image jpeg-image))

automatically generated reader method

Source

pdf-base.lisp.

Target Slot

filename.

Reader Method: filename ((image image))

automatically generated reader method

Source

pdf.lisp.

Target Slot

filename.

Generic Writer: (setf filename) (object)
Package

pdf.

Methods
Writer Method: (setf filename) ((png-image png-image))

automatically generated writer method

Source

png.lisp.

Target Slot

filename.

Writer Method: (setf filename) ((jpeg-image jpeg-image))

automatically generated writer method

Source

pdf-base.lisp.

Target Slot

filename.

Writer Method: (setf filename) ((image image))

automatically generated writer method

Source

pdf.lisp.

Target Slot

filename.

Generic Reader: fixed-pitch-p (object)
Package

pdf.

Methods
Reader Method: fixed-pitch-p ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

fixed-pitch-p.

Generic Writer: (setf fixed-pitch-p) (object)
Package

pdf.

Methods
Writer Method: (setf fixed-pitch-p) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

fixed-pitch-p.

Generic Function: font-descriptor (font-metrics &key embed errorp &allow-other-keys)
Package

pdf.

Source

font-metrics.lisp.

Methods
Method: font-descriptor ((fm ttu-font-metrics) &key embed &allow-other-keys)
Source

ttu-font.lisp.

Method: font-descriptor ((t1fm t1-font-metrics) &key embed &allow-other-keys)
Source

t1-font.lisp.

Method: font-descriptor (font-metrics &key errorp &allow-other-keys)
Generic Reader: font-objects (object)
Package

pdf.

Methods
Reader Method: font-objects ((page page))

automatically generated reader method

Source

pdf.lisp.

Target Slot

font-objects.

Generic Writer: (setf font-objects) (object)
Package

pdf.

Methods
Writer Method: (setf font-objects) ((page page))

automatically generated writer method

Source

pdf.lisp.

Target Slot

font-objects.

Generic Function: font-type (font-metrics)
Package

pdf.

Source

font-metrics.lisp.

Methods
Method: font-type ((fm ttu-font-metrics))
Source

ttu-font.lisp.

Method: font-type (font-metrics)
Generic Reader: fonts (object)
Package

pdf.

Methods
Reader Method: fonts ((page page))

automatically generated reader method

Source

pdf.lisp.

Target Slot

fonts.

Reader Method: fonts ((document document))

automatically generated reader method

Source

pdf.lisp.

Target Slot

fonts.

Generic Writer: (setf fonts) (object)
Package

pdf.

Methods
Writer Method: (setf fonts) ((page page))

automatically generated writer method

Source

pdf.lisp.

Target Slot

fonts.

Writer Method: (setf fonts) ((document document))

automatically generated writer method

Source

pdf.lisp.

Target Slot

fonts.

Generic Reader: format-string (object)
Package

pdf.

Methods
Reader Method: format-string ((value-axis value-axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

format-string.

Generic Writer: (setf format-string) (object)
Package

pdf.

Methods
Writer Method: (setf format-string) ((value-axis value-axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

format-string.

Generic Reader: gen-number (object)
Package

pdf.

Methods
Reader Method: gen-number ((object-ref object-ref))

automatically generated reader method

Source

pdf.lisp.

Target Slot

gen-number.

Reader Method: gen-number ((indirect-object indirect-object))

automatically generated reader method

Source

pdf.lisp.

Target Slot

gen-number.

Generic Writer: (setf gen-number) (object)
Package

pdf.

Methods
Writer Method: (setf gen-number) ((object-ref object-ref))

automatically generated writer method

Source

pdf.lisp.

Target Slot

gen-number.

Writer Method: (setf gen-number) ((indirect-object indirect-object))

automatically generated writer method

Source

pdf.lisp.

Target Slot

gen-number.

Generic Function: get-char-metrics (char-or-code font encoding)
Package

pdf.

Source

font.lisp.

Methods
Method: get-char-metrics ((code integer) font (encoding single-byte-encoding))
Method: get-char-metrics (char font (encoding single-byte-encoding))
Method: get-char-metrics (char-or-code font encoding)
Generic Function: get-rgb (color)
Package

pdf.

Source

pdf-base.lisp.

Methods
Method: get-rgb ((color list))
Method: get-rgb ((color vector))
Method: get-rgb ((color string))
Method: get-rgb ((color integer))
Method: get-rgb ((color symbol))
Generic Reader: groups-spacing (object)
Package

pdf.

Methods
Reader Method: groups-spacing ((histogram histogram))

automatically generated reader method

Source

chart.lisp.

Target Slot

groups-spacing.

Generic Writer: (setf groups-spacing) (object)
Package

pdf.

Methods
Writer Method: (setf groups-spacing) ((histogram histogram))

automatically generated writer method

Source

chart.lisp.

Target Slot

groups-spacing.

Generic Reader: gstate-objects (object)
Package

pdf.

Methods
Reader Method: gstate-objects ((page page))

automatically generated reader method

Source

pdf.lisp.

Target Slot

gstate-objects.

Generic Writer: (setf gstate-objects) (object)
Package

pdf.

Methods
Writer Method: (setf gstate-objects) ((page page))

automatically generated writer method

Source

pdf.lisp.

Target Slot

gstate-objects.

Generic Reader: gstates (object)
Package

pdf.

Methods
Reader Method: gstates ((page page))

automatically generated reader method

Source

pdf.lisp.

Target Slot

gstates.

Reader Method: gstates ((document document))

automatically generated reader method

Source

pdf.lisp.

Target Slot

gstates.

Generic Writer: (setf gstates) (object)
Package

pdf.

Methods
Writer Method: (setf gstates) ((page page))

automatically generated writer method

Source

pdf.lisp.

Target Slot

gstates.

Writer Method: (setf gstates) ((document document))

automatically generated writer method

Source

pdf.lisp.

Target Slot

gstates.

Generic Reader: h-lines-color (object)
Package

pdf.

Methods
Reader Method: h-lines-color ((plot-xy plot-xy))

automatically generated reader method

Source

chart.lisp.

Target Slot

h-lines-color.

Reader Method: h-lines-color ((histogram histogram))

automatically generated reader method

Source

chart.lisp.

Target Slot

h-lines-color.

Generic Writer: (setf h-lines-color) (object)
Package

pdf.

Methods
Writer Method: (setf h-lines-color) ((plot-xy plot-xy))

automatically generated writer method

Source

chart.lisp.

Target Slot

h-lines-color.

Writer Method: (setf h-lines-color) ((histogram histogram))

automatically generated writer method

Source

chart.lisp.

Target Slot

h-lines-color.

Generic Reader: h-lines-width (object)
Package

pdf.

Methods
Reader Method: h-lines-width ((plot-xy plot-xy))

automatically generated reader method

Source

chart.lisp.

Target Slot

h-lines-width.

Reader Method: h-lines-width ((histogram histogram))

automatically generated reader method

Source

chart.lisp.

Target Slot

h-lines-width.

Generic Writer: (setf h-lines-width) (object)
Package

pdf.

Methods
Writer Method: (setf h-lines-width) ((plot-xy plot-xy))

automatically generated writer method

Source

chart.lisp.

Target Slot

h-lines-width.

Writer Method: (setf h-lines-width) ((histogram histogram))

automatically generated writer method

Source

chart.lisp.

Target Slot

h-lines-width.

Generic Reader: hyphen-code (object)
Package

pdf.

Methods
Reader Method: hyphen-code ((font font))

automatically generated reader method

Source

font.lisp.

Target Slot

hyphen-code.

Generic Writer: (setf hyphen-code) (object)
Package

pdf.

Methods
Writer Method: (setf hyphen-code) ((font font))

automatically generated writer method

Source

font.lisp.

Target Slot

hyphen-code.

Generic Reader: index (object)
Package

pdf.

Methods
Reader Method: index ((char-metrics char-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

index.

Generic Writer: (setf index) (object)
Package

pdf.

Methods
Writer Method: (setf index) ((char-metrics char-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

index.

Generic Reader: integer-tick (object)
Package

pdf.

Methods
Reader Method: integer-tick ((value-axis value-axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

integer-tick.

Generic Writer: (setf integer-tick) (object)
Package

pdf.

Methods
Writer Method: (setf integer-tick) ((value-axis value-axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

integer-tick.

Generic Reader: italic-angle (object)
Package

pdf.

Methods
Reader Method: italic-angle ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

italic-angle.

Generic Writer: (setf italic-angle) (object)
Package

pdf.

Methods
Writer Method: (setf italic-angle) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

italic-angle.

Generic Reader: italic-sin (object)
Package

pdf.

Methods
Reader Method: italic-sin ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

italic-sin.

Generic Writer: (setf italic-sin) (object)
Package

pdf.

Methods
Writer Method: (setf italic-sin) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

italic-sin.

Generic Reader: keyword-name (object)
Package

pdf.

Methods
Reader Method: keyword-name ((encoding encoding))

automatically generated reader method

Source

encodings.lisp.

Target Slot

keyword-name.

Generic Writer: (setf keyword-name) (object)
Package

pdf.

Methods
Writer Method: (setf keyword-name) ((encoding encoding))

automatically generated writer method

Source

encodings.lisp.

Target Slot

keyword-name.

Generic Reader: keywords (object)
Package

pdf.

Methods
Reader Method: keywords ((document document))

automatically generated reader method

Source

pdf.lisp.

Target Slot

keywords.

Generic Writer: (setf keywords) (object)
Package

pdf.

Methods
Writer Method: (setf keywords) ((document document))

automatically generated writer method

Source

pdf.lisp.

Target Slot

keywords.

Generic Reader: label-color (object)
Package

pdf.

Methods
Reader Method: label-color ((legend legend))

automatically generated reader method

Source

chart.lisp.

Target Slot

label-color.

Reader Method: label-color ((axis axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

label-color.

Generic Writer: (setf label-color) (object)
Package

pdf.

Methods
Writer Method: (setf label-color) ((legend legend))

automatically generated writer method

Source

chart.lisp.

Target Slot

label-color.

Writer Method: (setf label-color) ((axis axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

label-color.

Generic Reader: label-font (object)
Package

pdf.

Methods
Reader Method: label-font ((legend legend))

automatically generated reader method

Source

chart.lisp.

Target Slot

label-font.

Reader Method: label-font ((axis axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

label-font.

Generic Writer: (setf label-font) (object)
Package

pdf.

Methods
Writer Method: (setf label-font) ((legend legend))

automatically generated writer method

Source

chart.lisp.

Target Slot

label-font.

Writer Method: (setf label-font) ((axis axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

label-font.

Generic Reader: label-font-size (object)
Package

pdf.

Methods
Reader Method: label-font-size ((legend legend))

automatically generated reader method

Source

chart.lisp.

Target Slot

label-font-size.

Reader Method: label-font-size ((axis axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

label-font-size.

Generic Writer: (setf label-font-size) (object)
Package

pdf.

Methods
Writer Method: (setf label-font-size) ((legend legend))

automatically generated writer method

Source

chart.lisp.

Target Slot

label-font-size.

Writer Method: (setf label-font-size) ((axis axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

label-font-size.

Generic Reader: label-names (object)
Package

pdf.

Methods
Reader Method: label-names ((histogram histogram))

automatically generated reader method

Source

chart.lisp.

Target Slot

label-names.

Reader Method: label-names ((histo-axis histo-axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

label-names.

Generic Writer: (setf label-names) (object)
Package

pdf.

Methods
Writer Method: (setf label-names) ((histogram histogram))

automatically generated writer method

Source

chart.lisp.

Target Slot

label-names.

Writer Method: (setf label-names) ((histo-axis histo-axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

label-names.

Generic Reader: label-position (object)
Package

pdf.

Methods
Reader Method: label-position ((axis axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

label-position.

Generic Writer: (setf label-position) (object)
Package

pdf.

Methods
Writer Method: (setf label-position) ((axis axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

label-position.

Generic Reader: label-rotation (object)
Package

pdf.

Methods
Reader Method: label-rotation ((axis axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

label-rotation.

Generic Writer: (setf label-rotation) (object)
Package

pdf.

Methods
Writer Method: (setf label-rotation) ((axis axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

label-rotation.

Generic Reader: labels&colors (object)
Package

pdf.

Methods
Reader Method: labels&colors ((plot-xy plot-xy))

automatically generated reader method

Source

chart.lisp.

Target Slot

labels&colors.

Reader Method: labels&colors ((pie-chart pie-chart))

automatically generated reader method

Source

chart.lisp.

Target Slot

labels&colors.

Reader Method: labels&colors ((histogram histogram))

automatically generated reader method

Source

chart.lisp.

Target Slot

labels&colors.

Reader Method: labels&colors ((legend legend))

automatically generated reader method

Source

chart.lisp.

Target Slot

labels&colors.

Generic Writer: (setf labels&colors) (object)
Package

pdf.

Methods
Writer Method: (setf labels&colors) ((plot-xy plot-xy))

automatically generated writer method

Source

chart.lisp.

Target Slot

labels&colors.

Writer Method: (setf labels&colors) ((pie-chart pie-chart))

automatically generated writer method

Source

chart.lisp.

Target Slot

labels&colors.

Writer Method: (setf labels&colors) ((histogram histogram))

automatically generated writer method

Source

chart.lisp.

Target Slot

labels&colors.

Writer Method: (setf labels&colors) ((legend legend))

automatically generated writer method

Source

chart.lisp.

Target Slot

labels&colors.

Generic Reader: last-object-number (object)
Package

pdf.

Methods
Reader Method: last-object-number ((document document))

automatically generated reader method

Source

pdf.lisp.

Target Slot

last-object-number.

Generic Writer: (setf last-object-number) (object)
Package

pdf.

Methods
Writer Method: (setf last-object-number) ((document document))

automatically generated writer method

Source

pdf.lisp.

Target Slot

last-object-number.

Generic Reader: leading (object)
Package

pdf.

Methods
Reader Method: leading ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

leading.

Generic Writer: (setf leading) (object)
Package

pdf.

Methods
Writer Method: (setf leading) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

leading.

Generic Reader: left-italic-correction (object)
Package

pdf.

Methods
Reader Method: left-italic-correction ((char-metrics char-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

left-italic-correction.

Generic Writer: (setf left-italic-correction) (object)
Package

pdf.

Methods
Writer Method: (setf left-italic-correction) ((char-metrics char-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

left-italic-correction.

Generic Reader: length1 (object)
Package

pdf.

Methods
Reader Method: length1 ((ttu-font-metrics ttu-font-metrics))

automatically generated reader method

Source

ttu-font.lisp.

Target Slot

length1.

Reader Method: length1 ((t1-font-metrics t1-font-metrics))

automatically generated reader method

Source

t1-font.lisp.

Target Slot

length1.

Generic Writer: (setf length1) (object)
Package

pdf.

Methods
Writer Method: (setf length1) ((ttu-font-metrics ttu-font-metrics))

automatically generated writer method

Source

ttu-font.lisp.

Target Slot

length1.

Writer Method: (setf length1) ((t1-font-metrics t1-font-metrics))

automatically generated writer method

Source

t1-font.lisp.

Target Slot

length1.

Generic Reader: length2 (object)
Package

pdf.

Methods
Reader Method: length2 ((t1-font-metrics t1-font-metrics))

automatically generated reader method

Source

t1-font.lisp.

Target Slot

length2.

Generic Writer: (setf length2) (object)
Package

pdf.

Methods
Writer Method: (setf length2) ((t1-font-metrics t1-font-metrics))

automatically generated writer method

Source

t1-font.lisp.

Target Slot

length2.

Generic Reader: length3 (object)
Package

pdf.

Methods
Reader Method: length3 ((t1-font-metrics t1-font-metrics))

automatically generated reader method

Source

t1-font.lisp.

Target Slot

length3.

Generic Writer: (setf length3) (object)
Package

pdf.

Methods
Writer Method: (setf length3) ((t1-font-metrics t1-font-metrics))

automatically generated writer method

Source

t1-font.lisp.

Target Slot

length3.

Generic Reader: line-color (object)
Package

pdf.

Methods
Reader Method: line-color ((chart-item chart-item))

automatically generated reader method

Source

chart.lisp.

Target Slot

line-color.

Generic Writer: (setf line-color) (object)
Package

pdf.

Methods
Writer Method: (setf line-color) ((chart-item chart-item))

automatically generated writer method

Source

chart.lisp.

Target Slot

line-color.

Generic Reader: line-width (object)
Package

pdf.

Methods
Reader Method: line-width ((chart-item chart-item))

automatically generated reader method

Source

chart.lisp.

Target Slot

line-width.

Generic Writer: (setf line-width) (object)
Package

pdf.

Methods
Writer Method: (setf line-width) ((chart-item chart-item))

automatically generated writer method

Source

chart.lisp.

Target Slot

line-width.

Generic Reader: locked-values (object)
Package

pdf.

Methods
Reader Method: locked-values ((value-axis value-axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

locked-values.

Generic Writer: (setf locked-values) (object)
Package

pdf.

Methods
Writer Method: (setf locked-values) ((value-axis value-axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

locked-values.

Generic Function: make-dictionary (thing &key font encoding embed &allow-other-keys)
Package

pdf.

Source

font-metrics.lisp.

Methods
Method: make-dictionary ((fm ttu-font-metrics) &key font encoding embed)
Source

ttu-font.lisp.

Method: make-dictionary ((font cid-font) &key &allow-other-keys)
Source

ttu-font.lisp.

Method: make-dictionary ((encoding custom-encoding) &key &allow-other-keys)
Source

encodings.lisp.

Method: make-dictionary ((encoding encoding) &key &allow-other-keys)
Source

encodings.lisp.

Method: make-dictionary ((fm font-metrics) &key font encoding embed &allow-other-keys)
Generic Reader: mask (object)
Package

pdf.

Methods
Reader Method: mask ((png-image png-image))

automatically generated reader method

Source

png.lisp.

Target Slot

mask.

Generic Writer: (setf mask) (object)
Package

pdf.

Methods
Writer Method: (setf mask) ((png-image png-image))

automatically generated writer method

Source

png.lisp.

Target Slot

mask.

Generic Reader: max-code (object)
Package

pdf.

Methods
Reader Method: max-code ((ttu-font-metrics ttu-font-metrics))

automatically generated reader method

Source

ttu-font.lisp.

Target Slot

max-code.

Generic Writer: (setf max-code) (object)
Package

pdf.

Methods
Writer Method: (setf max-code) ((ttu-font-metrics ttu-font-metrics))

automatically generated writer method

Source

ttu-font.lisp.

Target Slot

max-code.

Generic Reader: max-value (object)
Package

pdf.

Methods
Reader Method: max-value ((value-axis value-axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

max-value.

Generic Writer: (setf max-value) (object)
Package

pdf.

Methods
Writer Method: (setf max-value) ((value-axis value-axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

max-value.

Generic Reader: min-code (object)
Package

pdf.

Methods
Reader Method: min-code ((ttu-font-metrics ttu-font-metrics))

automatically generated reader method

Source

ttu-font.lisp.

Target Slot

min-code.

Generic Writer: (setf min-code) (object)
Package

pdf.

Methods
Writer Method: (setf min-code) ((ttu-font-metrics ttu-font-metrics))

automatically generated writer method

Source

ttu-font.lisp.

Target Slot

min-code.

Generic Reader: min-value (object)
Package

pdf.

Methods
Reader Method: min-value ((value-axis value-axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

min-value.

Generic Writer: (setf min-value) (object)
Package

pdf.

Methods
Writer Method: (setf min-value) ((value-axis value-axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

min-value.

Generic Reader: modification-date (object)
Generic Writer: (setf modification-date) (object)
Package

pdf.

Methods
Reader Method: modification-date ((document document))
Writer Method: (setf modification-date) ((document document))

Modification date as a positive integer, :NOW or NIL. A positive integer designates an absolute universal time. :NOW designates the current universal time when the document is rendered. NIL causes the modification date to be omitted from the document

Source

pdf.lisp.

Target Slot

modification-date.

Generic Reader: named-refs (object)
Package

pdf.

Methods
Reader Method: named-refs ((document document))

automatically generated reader method

Source

pdf.lisp.

Target Slot

named-refs.

Generic Writer: (setf named-refs) (object)
Package

pdf.

Methods
Writer Method: (setf named-refs) ((document document))

automatically generated writer method

Source

pdf.lisp.

Target Slot

named-refs.

Generic Reader: nb-components (object)
Package

pdf.

Methods
Reader Method: nb-components ((bitmap-image bitmap-image))

automatically generated reader method

Source

pdf-base.lisp.

Target Slot

nb-components.

Generic Writer: (setf nb-components) (object)
Package

pdf.

Methods
Writer Method: (setf nb-components) ((bitmap-image bitmap-image))

automatically generated writer method

Source

pdf-base.lisp.

Target Slot

nb-components.

Generic Reader: nb-subticks (object)
Package

pdf.

Methods
Reader Method: nb-subticks ((value-axis value-axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

nb-subticks.

Generic Writer: (setf nb-subticks) (object)
Package

pdf.

Methods
Writer Method: (setf nb-subticks) ((value-axis value-axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

nb-subticks.

Generic Reader: nb-ticks (object)
Package

pdf.

Methods
Reader Method: nb-ticks ((value-axis value-axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

nb-ticks.

Generic Writer: (setf nb-ticks) (object)
Package

pdf.

Methods
Writer Method: (setf nb-ticks) ((value-axis value-axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

nb-ticks.

Generic Reader: next-outline (object)
Package

pdf.

Methods
Reader Method: next-outline ((outline outline))

automatically generated reader method

Source

pdf.lisp.

Target Slot

next-outline.

Generic Writer: (setf next-outline) (object)
Package

pdf.

Methods
Writer Method: (setf next-outline) ((outline outline))

automatically generated writer method

Source

pdf.lisp.

Target Slot

next-outline.

Generic Reader: no-compression (object)
Package

pdf.

Methods
Reader Method: no-compression ((pdf-stream pdf-stream))

automatically generated reader method

Source

pdf.lisp.

Target Slot

no-compression.

Generic Writer: (setf no-compression) (object)
Package

pdf.

Methods
Writer Method: (setf no-compression) ((pdf-stream pdf-stream))

automatically generated writer method

Source

pdf.lisp.

Target Slot

no-compression.

Generic Reader: obj-number (object)
Package

pdf.

Methods
Reader Method: obj-number ((object-ref object-ref))

automatically generated reader method

Source

pdf.lisp.

Target Slot

obj-number.

Reader Method: obj-number ((indirect-object indirect-object))

automatically generated reader method

Source

pdf.lisp.

Target Slot

obj-number.

Generic Writer: (setf obj-number) (object)
Package

pdf.

Methods
Writer Method: (setf obj-number) ((object-ref object-ref))

automatically generated writer method

Source

pdf.lisp.

Target Slot

obj-number.

Writer Method: (setf obj-number) ((indirect-object indirect-object))

automatically generated writer method

Source

pdf.lisp.

Target Slot

obj-number.

Generic Reader: objects (object)
Package

pdf.

Methods
Reader Method: objects ((document document))

automatically generated reader method

Source

pdf.lisp.

Target Slot

objects.

Generic Writer: (setf objects) (object)
Package

pdf.

Methods
Writer Method: (setf objects) ((document document))

automatically generated writer method

Source

pdf.lisp.

Target Slot

objects.

Generic Reader: outline-root (object)
Package

pdf.

Methods
Reader Method: outline-root ((document document))

automatically generated reader method

Source

pdf.lisp.

Target Slot

outline-root.

Generic Writer: (setf outline-root) (object)
Package

pdf.

Methods
Writer Method: (setf outline-root) ((document document))

automatically generated writer method

Source

pdf.lisp.

Target Slot

outline-root.

Generic Reader: pages (object)
Package

pdf.

Methods
Reader Method: pages ((page-node page-node))

automatically generated reader method

Source

pdf.lisp.

Target Slot

pages.

Generic Writer: (setf pages) (object)
Package

pdf.

Methods
Writer Method: (setf pages) ((page-node page-node))

automatically generated writer method

Source

pdf.lisp.

Target Slot

pages.

Generic Reader: palette (object)
Package

pdf.

Methods
Reader Method: palette ((png-image png-image))

automatically generated reader method

Source

png.lisp.

Target Slot

palette.

Generic Writer: (setf palette) (object)
Package

pdf.

Methods
Writer Method: (setf palette) ((png-image png-image))

automatically generated writer method

Source

png.lisp.

Target Slot

palette.

Generic Reader: pdf-widths (object)
Package

pdf.

Methods
Reader Method: pdf-widths ((font font))

automatically generated reader method

Source

font.lisp.

Target Slot

pdf-widths.

Reader Method: pdf-widths ((ttu-font-metrics ttu-font-metrics))

automatically generated reader method

Source

ttu-font.lisp.

Target Slot

pdf-widths.

Generic Writer: (setf pdf-widths) (object)
Package

pdf.

Methods
Writer Method: (setf pdf-widths) ((font font))

automatically generated writer method

Source

font.lisp.

Target Slot

pdf-widths.

Writer Method: (setf pdf-widths) ((ttu-font-metrics ttu-font-metrics))

automatically generated writer method

Source

ttu-font.lisp.

Target Slot

pdf-widths.

Generic Reader: point-radius (object)
Package

pdf.

Methods
Reader Method: point-radius ((plot-xy plot-xy))

automatically generated reader method

Source

chart.lisp.

Target Slot

point-radius.

Generic Writer: (setf point-radius) (object)
Package

pdf.

Methods
Writer Method: (setf point-radius) ((plot-xy plot-xy))

automatically generated writer method

Source

chart.lisp.

Target Slot

point-radius.

Generic Reader: post-draw-chart-fn (object)
Package

pdf.

Methods
Reader Method: post-draw-chart-fn ((chart-item chart-item))

automatically generated reader method

Source

chart.lisp.

Target Slot

post-draw-chart-fn.

Generic Writer: (setf post-draw-chart-fn) (object)
Package

pdf.

Methods
Writer Method: (setf post-draw-chart-fn) ((chart-item chart-item))

automatically generated writer method

Source

chart.lisp.

Target Slot

post-draw-chart-fn.

Generic Reader: pre-draw-chart-fn (object)
Package

pdf.

Methods
Reader Method: pre-draw-chart-fn ((chart-item chart-item))

automatically generated reader method

Source

chart.lisp.

Target Slot

pre-draw-chart-fn.

Generic Writer: (setf pre-draw-chart-fn) (object)
Package

pdf.

Methods
Writer Method: (setf pre-draw-chart-fn) ((chart-item chart-item))

automatically generated writer method

Source

chart.lisp.

Target Slot

pre-draw-chart-fn.

Generic Reader: prev-outline (object)
Package

pdf.

Methods
Reader Method: prev-outline ((outline outline))

automatically generated reader method

Source

pdf.lisp.

Target Slot

prev-outline.

Generic Writer: (setf prev-outline) (object)
Package

pdf.

Methods
Writer Method: (setf prev-outline) ((outline outline))

automatically generated writer method

Source

pdf.lisp.

Target Slot

prev-outline.

Generic Reader: reference (object)
Package

pdf.

Methods
Reader Method: reference ((outline outline))

automatically generated reader method

Source

pdf.lisp.

Target Slot

reference.

Reader Method: reference ((named-reference named-reference))

automatically generated reader method

Source

pdf.lisp.

Target Slot

reference.

Generic Writer: (setf reference) (object)
Package

pdf.

Methods
Writer Method: (setf reference) ((outline outline))

automatically generated writer method

Source

pdf.lisp.

Target Slot

reference.

Writer Method: (setf reference) ((named-reference named-reference))

automatically generated writer method

Source

pdf.lisp.

Target Slot

reference.

Generic Reader: resources (object)
Package

pdf.

Methods
Reader Method: resources ((page page))

automatically generated reader method

Source

pdf.lisp.

Target Slot

resources.

Generic Writer: (setf resources) (object)
Package

pdf.

Methods
Writer Method: (setf resources) ((page page))

automatically generated writer method

Source

pdf.lisp.

Target Slot

resources.

Generic Reader: right-italic-correction (object)
Package

pdf.

Methods
Reader Method: right-italic-correction ((char-metrics char-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

right-italic-correction.

Generic Writer: (setf right-italic-correction) (object)
Package

pdf.

Methods
Writer Method: (setf right-italic-correction) ((char-metrics char-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

right-italic-correction.

Generic Reader: root-page (object)
Package

pdf.

Methods
Reader Method: root-page ((document document))

automatically generated reader method

Source

pdf.lisp.

Target Slot

root-page.

Generic Writer: (setf root-page) (object)
Package

pdf.

Methods
Writer Method: (setf root-page) ((document document))

automatically generated writer method

Source

pdf.lisp.

Target Slot

root-page.

Generic Reader: serie (object)
Package

pdf.

Methods
Reader Method: serie ((pie-chart pie-chart))

automatically generated reader method

Source

chart.lisp.

Target Slot

serie.

Generic Writer: (setf serie) (object)
Package

pdf.

Methods
Writer Method: (setf serie) ((pie-chart pie-chart))

automatically generated writer method

Source

chart.lisp.

Target Slot

serie.

Generic Reader: series (object)
Package

pdf.

Methods
Reader Method: series ((plot-xy plot-xy))

automatically generated reader method

Source

chart.lisp.

Target Slot

series.

Reader Method: series ((histogram histogram))

automatically generated reader method

Source

chart.lisp.

Target Slot

series.

Generic Writer: (setf series) (object)
Package

pdf.

Methods
Writer Method: (setf series) ((plot-xy plot-xy))

automatically generated writer method

Source

chart.lisp.

Target Slot

series.

Writer Method: (setf series) ((histogram histogram))

automatically generated writer method

Source

chart.lisp.

Target Slot

series.

Generic Reader: spacing (object)
Package

pdf.

Methods
Reader Method: spacing ((char-metrics char-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

spacing.

Generic Writer: (setf spacing) (object)
Package

pdf.

Methods
Writer Method: (setf spacing) ((char-metrics char-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

spacing.

Generic Reader: stacked-series (object)
Package

pdf.

Methods
Reader Method: stacked-series ((histogram histogram))

automatically generated reader method

Source

chart.lisp.

Target Slot

stacked-series.

Generic Writer: (setf stacked-series) (object)
Package

pdf.

Methods
Writer Method: (setf stacked-series) ((histogram histogram))

automatically generated writer method

Source

chart.lisp.

Target Slot

stacked-series.

Generic Reader: standard-encoding (object)
Package

pdf.

Methods
Reader Method: standard-encoding ((encoding encoding))

automatically generated reader method

Source

encodings.lisp.

Target Slot

standard-encoding.

Generic Writer: (setf standard-encoding) (object)
Package

pdf.

Methods
Writer Method: (setf standard-encoding) ((encoding encoding))

automatically generated writer method

Source

encodings.lisp.

Target Slot

standard-encoding.

Generic Reader: sub-levels (object)
Package

pdf.

Methods
Reader Method: sub-levels ((outline outline))

automatically generated reader method

Source

pdf.lisp.

Target Slot

sub-levels.

Generic Writer: (setf sub-levels) (object)
Package

pdf.

Methods
Writer Method: (setf sub-levels) ((outline outline))

automatically generated writer method

Source

pdf.lisp.

Target Slot

sub-levels.

Generic Reader: subject (object)
Package

pdf.

Methods
Reader Method: subject ((document document))

automatically generated reader method

Source

pdf.lisp.

Target Slot

subject.

Generic Writer: (setf subject) (object)
Package

pdf.

Methods
Writer Method: (setf subject) ((document document))

automatically generated writer method

Source

pdf.lisp.

Target Slot

subject.

Generic Reader: subtick-length (object)
Package

pdf.

Methods
Reader Method: subtick-length ((value-axis value-axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

subtick-length.

Generic Writer: (setf subtick-length) (object)
Package

pdf.

Methods
Writer Method: (setf subtick-length) ((value-axis value-axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

subtick-length.

Generic Reader: subtick-width (object)
Package

pdf.

Methods
Reader Method: subtick-width ((value-axis value-axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

subtick-width.

Generic Writer: (setf subtick-width) (object)
Package

pdf.

Methods
Writer Method: (setf subtick-width) ((value-axis value-axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

subtick-width.

Generic Reader: tick-length (object)
Package

pdf.

Methods
Reader Method: tick-length ((axis axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

tick-length.

Generic Writer: (setf tick-length) (object)
Package

pdf.

Methods
Writer Method: (setf tick-length) ((axis axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

tick-length.

Generic Reader: tick-value (object)
Package

pdf.

Methods
Reader Method: tick-value ((value-axis value-axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

tick-value.

Generic Writer: (setf tick-value) (object)
Package

pdf.

Methods
Writer Method: (setf tick-value) ((value-axis value-axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

tick-value.

Generic Reader: tick-width (object)
Package

pdf.

Methods
Reader Method: tick-width ((axis axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

tick-width.

Generic Writer: (setf tick-width) (object)
Package

pdf.

Methods
Writer Method: (setf tick-width) ((axis axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

tick-width.

Generic Reader: ticks-positions (object)
Package

pdf.

Methods
Reader Method: ticks-positions ((axis axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

ticks-positions.

Generic Writer: (setf ticks-positions) (object)
Package

pdf.

Methods
Writer Method: (setf ticks-positions) ((axis axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

ticks-positions.

Generic Reader: ticks-separation (object)
Package

pdf.

Methods
Reader Method: ticks-separation ((axis axis))

automatically generated reader method

Source

chart.lisp.

Target Slot

ticks-separation.

Generic Writer: (setf ticks-separation) (object)
Package

pdf.

Methods
Writer Method: (setf ticks-separation) ((axis axis))

automatically generated writer method

Source

chart.lisp.

Target Slot

ticks-separation.

Generic Reader: title (object)
Package

pdf.

Methods
Reader Method: title ((chart-item chart-item))

automatically generated reader method

Source

chart.lisp.

Target Slot

title.

Reader Method: title ((outline outline))

automatically generated reader method

Source

pdf.lisp.

Target Slot

title.

Reader Method: title ((document document))

automatically generated reader method

Source

pdf.lisp.

Target Slot

title.

Generic Writer: (setf title) (object)
Package

pdf.

Methods
Writer Method: (setf title) ((chart-item chart-item))

automatically generated writer method

Source

chart.lisp.

Target Slot

title.

Writer Method: (setf title) ((outline outline))

automatically generated writer method

Source

pdf.lisp.

Target Slot

title.

Writer Method: (setf title) ((document document))

automatically generated writer method

Source

pdf.lisp.

Target Slot

title.

Generic Reader: title-color (object)
Package

pdf.

Methods
Reader Method: title-color ((chart-item chart-item))

automatically generated reader method

Source

chart.lisp.

Target Slot

title-color.

Generic Writer: (setf title-color) (object)
Package

pdf.

Methods
Writer Method: (setf title-color) ((chart-item chart-item))

automatically generated writer method

Source

chart.lisp.

Target Slot

title-color.

Generic Reader: title-font (object)
Package

pdf.

Methods
Reader Method: title-font ((chart-item chart-item))

automatically generated reader method

Source

chart.lisp.

Target Slot

title-font.

Generic Writer: (setf title-font) (object)
Package

pdf.

Methods
Writer Method: (setf title-font) ((chart-item chart-item))

automatically generated writer method

Source

chart.lisp.

Target Slot

title-font.

Generic Reader: title-font-size (object)
Package

pdf.

Methods
Reader Method: title-font-size ((chart-item chart-item))

automatically generated reader method

Source

chart.lisp.

Target Slot

title-font-size.

Generic Writer: (setf title-font-size) (object)
Package

pdf.

Methods
Writer Method: (setf title-font-size) ((chart-item chart-item))

automatically generated writer method

Source

chart.lisp.

Target Slot

title-font-size.

Generic Reader: underline-position (object)
Package

pdf.

Methods
Reader Method: underline-position ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

underline-position.

Generic Writer: (setf underline-position) (object)
Package

pdf.

Methods
Writer Method: (setf underline-position) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

underline-position.

Generic Reader: underline-thickness (object)
Package

pdf.

Methods
Reader Method: underline-thickness ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

underline-thickness.

Generic Writer: (setf underline-thickness) (object)
Package

pdf.

Methods
Writer Method: (setf underline-thickness) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

underline-thickness.

Generic Reader: version (object)
Package

pdf.

Methods
Reader Method: version ((font-metrics font-metrics))

automatically generated reader method

Source

font-metrics.lisp.

Target Slot

version.

Generic Writer: (setf version) (object)
Package

pdf.

Methods
Writer Method: (setf version) ((font-metrics font-metrics))

automatically generated writer method

Source

font-metrics.lisp.

Target Slot

version.

Generic Reader: widths (object)
Package

pdf.

Methods
Reader Method: widths ((cid-font cid-font))

automatically generated reader method

Source

ttu-font.lisp.

Target Slot

widths.

Generic Writer: (setf widths) (object)
Package

pdf.

Methods
Writer Method: (setf widths) ((cid-font cid-font))

automatically generated writer method

Source

ttu-font.lisp.

Target Slot

widths.

Generic Function: write-object (obj &optional root-level)
Package

pdf.

Source

pdf.lisp.

Methods
Method: write-object ((obj named-reference) &optional root-level)
Method: write-object ((array array) &optional root-level)
Method: write-object (obj &optional root-level)
Method: write-object ((obj number) &optional root-level)
Method: write-object ((obj function) &optional root-level)
Method: write-object ((obj symbol) &optional root-level)
Method: write-object ((obj string) &optional root-level)
Method: write-object ((list list) &optional root-level)
Method: write-object ((obj indirect-object) &optional root-level)
Method: write-object ((obj object-ref) &optional root-level)
Method: write-object ((obj lazy-pdf-stream) &optional root-level)
Method: write-object ((obj pdf-stream) &optional root-level)
Method: write-object ((obj dictionary) &optional root-level)
Method: write-object ((obj null) &optional root-level)
Generic Function: write-stream-content (content)
Package

pdf.

Source

pdf.lisp.

Methods
Method: write-stream-content ((obj list))
Method: write-stream-content ((obj sequence))
Method: write-stream-content ((content string))
Generic Function: write-to-page (object encoding &optional escape)

Write object (only text for now) into current *page-stream* in text mode

Package

pdf.

Source

pdf-base.lisp.

Methods
Method: write-to-page ((char character) (encoding unicode-encoding) &optional escape)
Method: write-to-page ((char character) (encoding single-byte-encoding) &optional escape)
Method: write-to-page ((char character) encoding &optional escape)
Method: write-to-page ((string string) (encoding unicode-encoding) &optional escape)
Method: write-to-page ((string string) (encoding single-byte-encoding) &optional escape)
Method: write-to-page ((string string) encoding &optional escape)
Generic Reader: x (object)
Package

pdf.

Methods
Reader Method: x ((chart-item chart-item))

automatically generated reader method

Source

chart.lisp.

Target Slot

x.

Generic Writer: (setf x) (object)
Package

pdf.

Methods
Writer Method: (setf x) ((chart-item chart-item))

automatically generated writer method

Source

chart.lisp.

Target Slot

x.

Generic Reader: x-axis (object)
Package

pdf.

Methods
Reader Method: x-axis ((plot-xy plot-xy))

automatically generated reader method

Source

chart.lisp.

Target Slot

x-axis.

Reader Method: x-axis ((histogram histogram))

automatically generated reader method

Source

chart.lisp.

Target Slot

x-axis.

Generic Writer: (setf x-axis) (object)
Package

pdf.

Methods
Writer Method: (setf x-axis) ((plot-xy plot-xy))

automatically generated writer method

Source

chart.lisp.

Target Slot

x-axis.

Writer Method: (setf x-axis) ((histogram histogram))

automatically generated writer method

Source

chart.lisp.

Target Slot

x-axis.

Generic Reader: xobjects (object)
Package

pdf.

Methods
Reader Method: xobjects ((page page))

automatically generated reader method

Source

pdf.lisp.

Target Slot

xobjects.

Generic Writer: (setf xobjects) (object)
Package

pdf.

Methods
Writer Method: (setf xobjects) ((page page))

automatically generated writer method

Source

pdf.lisp.

Target Slot

xobjects.

Generic Reader: y (object)
Package

pdf.

Methods
Reader Method: y ((chart-item chart-item))

automatically generated reader method

Source

chart.lisp.

Target Slot

y.

Generic Writer: (setf y) (object)
Package

pdf.

Methods
Writer Method: (setf y) ((chart-item chart-item))

automatically generated writer method

Source

chart.lisp.

Target Slot

y.

Generic Reader: y-axis (object)
Package

pdf.

Methods
Reader Method: y-axis ((plot-xy plot-xy))

automatically generated reader method

Source

chart.lisp.

Target Slot

y-axis.

Reader Method: y-axis ((histogram histogram))

automatically generated reader method

Source

chart.lisp.

Target Slot

y-axis.

Generic Writer: (setf y-axis) (object)
Package

pdf.

Methods
Writer Method: (setf y-axis) ((plot-xy plot-xy))

automatically generated writer method

Source

chart.lisp.

Target Slot

y-axis.

Writer Method: (setf y-axis) ((histogram histogram))

automatically generated writer method

Source

chart.lisp.

Target Slot

y-axis.


5.2.6 Classes

Class: annotation
Package

pdf.

Source

pdf.lisp.

Direct superclasses

indirect-object.

Direct methods

initialize-instance.

Class: annotation2
Package

pdf.

Source

pdf.lisp.

Direct superclasses

indirect-object.

Direct methods

initialize-instance.

Class: axis
Package

pdf.

Source

chart.lisp.

Direct superclasses

chart-item.

Direct subclasses
Direct methods
Direct slots
Slot: label-font
Initform

(pdf:get-font)

Initargs

:label-font

Readers

label-font.

Writers

(setf label-font).

Slot: label-font-size
Initform

10.0

Initargs

:label-font-size

Readers

label-font-size.

Writers

(setf label-font-size).

Slot: label-position
Initform

:center

Initargs

:label-position

Readers

label-position.

Writers

(setf label-position).

Slot: label-rotation
Initform

0

Initargs

:label-rotation

Readers

label-rotation.

Writers

(setf label-rotation).

Slot: label-color
Initform

(quote (0 0 0))

Initargs

:label-color

Readers

label-color.

Writers

(setf label-color).

Slot: tick-length
Initform

6

Initargs

:tick-length

Readers

tick-length.

Writers

(setf tick-length).

Slot: tick-width
Initform

0.25

Initargs

:tick-width

Readers

tick-width.

Writers

(setf tick-width).

Slot: ticks-positions
Readers

ticks-positions.

Writers

(setf ticks-positions).

Slot: ticks-separation
Readers

ticks-separation.

Writers

(setf ticks-separation).

Class: bitmap-image
Package

pdf.

Source

pdf-base.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: width
Initargs

:width

Readers

width.

Writers

(setf width).

Slot: height
Initargs

:height

Readers

height.

Writers

(setf height).

Slot: nb-components
Initargs

:nb-components

Readers

nb-components.

Writers

(setf nb-components).

Slot: data
Initargs

:data

Readers

data.

Writers

(setf data).

Class: chart-item
Package

pdf.

Source

chart.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: x
Initform

0

Initargs

:x

Readers

x.

Writers

(setf x).

Slot: y
Initform

0

Initargs

:y

Readers

y.

Writers

(setf y).

Slot: width
Initform

0

Initargs

:width

Readers

width.

Writers

(setf width).

Slot: height
Initform

0

Initargs

:height

Readers

height.

Writers

(setf height).

Slot: background-color
Initform

(quote (1 1 1))

Initargs

:background-color

Readers

background-color.

Writers

(setf background-color).

Slot: title
Initform

""

Initargs

:title

Readers

title.

Writers

(setf title).

Slot: title-font
Initform

(pdf:get-font)

Initargs

:title-font

Readers

title-font.

Writers

(setf title-font).

Slot: title-font-size
Initform

12

Initargs

:title-font-size

Readers

title-font-size.

Writers

(setf title-font-size).

Slot: title-color
Initform

(quote (0 0 0))

Initargs

:title-color

Readers

title-color.

Writers

(setf title-color).

Slot: line-width
Initform

0.5

Initargs

:line-width

Readers

line-width.

Writers

(setf line-width).

Slot: line-color
Initform

(quote (0 0 0))

Initargs

:line-color

Readers

line-color.

Writers

(setf line-color).

Slot: pre-draw-chart-fn
Initargs

:pre-draw-chart-fn

Readers

pre-draw-chart-fn.

Writers

(setf pre-draw-chart-fn).

Slot: post-draw-chart-fn
Initargs

:post-draw-chart-fn

Readers

post-draw-chart-fn.

Writers

(setf post-draw-chart-fn).

Class: cid-font
Package

pdf.

Source

ttu-font.lisp.

Direct methods
Direct slots
Slot: base-font
Initargs

:base-font

Readers

base-font.

Writers

(setf base-font).

Slot: descriptor
Initargs

:descriptor

Readers

descriptor.

Writers

(setf descriptor).

Slot: widths
Initargs

:widths

Readers

widths.

Writers

(setf widths).

Slot: c2g
Initargs

:c2g

Readers

c2g.

Writers

(setf c2g).

Class: custom-encoding
Package

pdf.

Source

encodings.lisp.

Direct superclasses

single-byte-encoding.

Direct methods
Direct slots
Slot: base-encoding
Initargs

:base-encoding

Readers

base-encoding.

Writers

This slot is read-only.

Slot: charset
Initargs

:charset

Readers

charset.

Writers

(setf charset).

Class: dictionary
Package

pdf.

Source

pdf.lisp.

Direct subclasses

pdf-stream.

Direct methods
Direct slots
Slot: dict-values
Initargs

:dict-values

Readers

dict-values.

Writers

(setf dict-values).

Class: document
Package

pdf.

Source

pdf.lisp.

Direct methods
Direct slots
Slot: objects
Readers

objects.

Writers

(setf objects).

Slot: root-page
Readers

root-page.

Writers

(setf root-page).

Slot: catalog
Readers

catalog.

Writers

(setf catalog).

Slot: outline-root
Readers

outline-root.

Writers

(setf outline-root).

Slot: named-refs
Initform

(make-hash-table :test (function equal))

Readers

named-refs.

Writers

(setf named-refs).

Slot: fonts
Initform

(quote nil)

Readers

fonts.

Writers

(setf fonts).

Slot: gstates
Initform

(quote nil)

Readers

gstates.

Writers

(setf gstates).

Slot: encodings
Initform

(quote nil)

Readers

encodings.

Writers

(setf encodings).

Slot: last-object-number
Initform

0

Readers

last-object-number.

Writers

(setf last-object-number).

Slot: docinfo
Readers

docinfo.

Writers

(setf docinfo).

Slot: author
Initargs

:author

Readers

author.

Writers

(setf author).

Slot: title
Initargs

:title

Readers

title.

Writers

(setf title).

Slot: keywords
Initargs

:keywords

Readers

keywords.

Writers

(setf keywords).

Slot: subject
Initargs

:subject

Readers

subject.

Writers

(setf subject).

Slot: creation-date

Creation date as a positive integer, :NOW or NIL. A positive integer designates an absolute universal time. :NOW designates the current universal time when the document is rendered. NIL causes the creation date to be omitted from the document

Type

(or null (eql :now) (integer 0))

Readers

creation-date.

Writers

(setf creation-date).

Slot: modification-date

Modification date as a positive integer, :NOW or NIL. A positive integer designates an absolute universal time. :NOW designates the current universal time when the document is rendered. NIL causes the modification date to be omitted from the document

Type

(or null (eql :now) (integer 0))

Readers

modification-date.

Writers

(setf modification-date).

Class: encoding-object
Package

pdf.

Source

pdf.lisp.

Direct superclasses

indirect-object.

Direct methods
Direct slots
Slot: encoding
Initargs

:encoding

Readers

encoding.

Writers

(setf encoding).

Class: font-object
Package

pdf.

Source

pdf.lisp.

Direct superclasses

indirect-object.

Direct methods
Direct slots
Slot: name
Initform

(pdf::gen-name "/clf")

Initargs

:name

Readers

name.

Writers

(setf name).

Slot: font
Initargs

:font

Readers

font.

Writers

(setf font).

Class: gstate-object
Package

pdf.

Source

pdf.lisp.

Direct superclasses

indirect-object.

Direct methods
Direct slots
Slot: name
Initform

(pdf::gen-name "/gs")

Initargs

:name

Readers

name.

Writers

(setf name).

Class: histo-axis
Package

pdf.

Source

chart.lisp.

Direct superclasses

axis.

Direct subclasses
Direct methods
Direct slots
Slot: label-names
Initargs

:label-names

Readers

label-names.

Writers

(setf label-names).

Class: horizontal-value-axis
Package

pdf.

Source

chart.lisp.

Direct superclasses

value-axis.

Direct methods

draw-object.

Class: indirect-object
Package

pdf.

Source

pdf.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: obj-number
Initform

(incf (pdf::last-object-number pdf:*document*))

Initargs

:obj-number

Readers

obj-number.

Writers

(setf obj-number).

Slot: gen-number
Initform

0

Initargs

:gen-number

Readers

gen-number.

Writers

(setf gen-number).

Slot: content
Initargs

:content

Readers

content.

Writers

(setf content).

Class: jpeg-image
Package

pdf.

Source

pdf-base.lisp.

Direct superclasses

bitmap-image.

Direct methods
Direct slots
Slot: filename
Initargs

:filename

Readers

filename.

Writers

(setf filename).

Class: lazy-pdf-stream
Package

pdf.

Source

pdf.lisp.

Direct superclasses

pdf-stream.

Direct methods

write-object.

Class: named-reference
Package

pdf.

Source

pdf.lisp.

Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

name.

Writers

(setf name).

Slot: reference
Readers

reference.

Writers

(setf reference).

Class: object-ref
Package

pdf.

Source

pdf.lisp.

Direct methods
Direct slots
Slot: obj-number
Initform

0

Initargs

:obj-number

Readers

obj-number.

Writers

(setf obj-number).

Slot: gen-number
Initform

0

Initargs

:gen-number

Readers

gen-number.

Writers

(setf gen-number).

Class: outline
Package

pdf.

Source

pdf.lisp.

Direct superclasses

indirect-object.

Direct methods
Direct slots
Slot: title
Initargs

:title

Readers

title.

Writers

(setf title).

Slot: reference
Initargs

:reference

Readers

reference.

Writers

(setf reference).

Slot: sub-levels
Readers

sub-levels.

Writers

(setf sub-levels).

Slot: prev-outline
Readers

prev-outline.

Writers

(setf prev-outline).

Slot: next-outline
Readers

next-outline.

Writers

(setf next-outline).

Class: page
Package

pdf.

Source

pdf.lisp.

Direct superclasses

indirect-object.

Direct methods
Direct slots
Slot: bounds
Initform

pdf:*default-page-bounds*

Initargs

:bounds

Readers

bounds.

Writers

(setf bounds).

Slot: resources
Initform

(make-instance (quote pdf::dictionary))

Readers

resources.

Writers

(setf resources).

Slot: fonts
Initform

(quote nil)

Readers

fonts.

Writers

(setf fonts).

Slot: font-objects
Initform

(make-instance (quote pdf::dictionary))

Readers

font-objects.

Writers

(setf font-objects).

Slot: gstates
Initform

(quote nil)

Readers

gstates.

Writers

(setf gstates).

Slot: gstate-objects
Initform

(make-instance (quote pdf::dictionary))

Readers

gstate-objects.

Writers

(setf gstate-objects).

Slot: xobjects
Initform

(make-instance (quote pdf::dictionary))

Readers

xobjects.

Writers

(setf xobjects).

Slot: annotations
Initform

(make-array 0 :fill-pointer 0 :adjustable t)

Readers

annotations.

Writers

(setf annotations).

Slot: content-stream
Readers

content-stream.

Writers

(setf content-stream).

Class: page-node
Package

pdf.

Source

pdf.lisp.

Direct superclasses

indirect-object.

Direct methods
Direct slots
Slot: pages
Initform

(make-array 1 :fill-pointer 0 :adjustable t)

Readers

pages.

Writers

(setf pages).

Class: pdf-stream
Package

pdf.

Source

pdf.lisp.

Direct superclasses

dictionary.

Direct subclasses

lazy-pdf-stream.

Direct methods
Direct slots
Slot: content
Initform

""

Initargs

:content

Readers

content.

Writers

(setf content).

Slot: no-compression
Initargs

:no-compression

Readers

no-compression.

Writers

(setf no-compression).

Class: png-image
Package

pdf.

Source

png.lisp.

Direct superclasses

bitmap-image.

Direct methods
Direct slots
Slot: bits-per-color
Initargs

:bits-per-color

Readers

bits-per-color.

Writers

(setf bits-per-color).

Slot: filename
Initargs

:filename

Readers

filename.

Writers

(setf filename).

Slot: palette
Initargs

:palette

Readers

palette.

Writers

(setf palette).

Slot: mask
Initargs

:mask

Readers

mask.

Writers

(setf mask).

Class: single-byte-encoding
Package

pdf.

Source

encodings.lisp.

Direct superclasses

encoding.

Direct subclasses

custom-encoding.

Direct methods
Direct slots
Slot: char-names
Initargs

:char-names

Readers

char-names.

Writers

(setf char-names).

Slot: char-codes
Initform

(make-hash-table :test (function equal))

Readers

char-codes.

Writers

(setf char-codes).

Class: t1-font-metrics
Package

pdf.

Source

t1-font.lisp.

Direct superclasses

font-metrics.

Direct methods
Direct slots
Slot: binary-data
Readers

binary-data.

Writers

(setf binary-data).

Slot: length1
Readers

length1.

Writers

(setf length1).

Slot: length2
Readers

length2.

Writers

(setf length2).

Slot: length3
Readers

length3.

Writers

(setf length3).

Class: ttu-font-metrics
Package

pdf.

Source

ttu-font.lisp.

Direct superclasses

font-metrics.

Direct methods
Direct slots
Slot: c2g
Initform

(make-array 131072 :element-type (quote character) :initial-element #\nul)

Readers

c2g.

Writers

(setf c2g).

Slot: cid-widths
Initform

(make-array 0 :adjustable t :fill-pointer 0)

Readers

cid-widths.

Writers

(setf cid-widths).

Slot: pdf-widths
Readers

pdf-widths.

Writers

(setf pdf-widths).

Slot: binary-data
Readers

binary-data.

Writers

(setf binary-data).

Slot: min-code
Initform

0

Readers

min-code.

Writers

(setf min-code).

Slot: max-code
Initform

0

Readers

max-code.

Writers

(setf max-code).

Slot: length1
Readers

length1.

Writers

(setf length1).

Class: unicode-encoding
Package

pdf.

Source

encodings.lisp.

Direct superclasses

encoding.

Direct methods
Direct Default Initargs
InitargValue
:nameunicodeencoding
:keyword-nameunicode-encoding
:standard-encodingt
Class: value-axis
Package

pdf.

Source

chart.lisp.

Direct superclasses

axis.

Direct subclasses
Direct methods
Direct slots
Slot: min-value
Initform

0

Initargs

:min-value

Readers

min-value.

Writers

(setf min-value).

Slot: max-value
Initform

100

Initargs

:max-value

Readers

max-value.

Writers

(setf max-value).

Slot: locked-values
Initargs

:locked-values

Readers

locked-values.

Writers

(setf locked-values).

Slot: subtick-length
Initform

2

Initargs

:subtick-length

Readers

subtick-length.

Writers

(setf subtick-length).

Slot: subtick-width
Initform

0.25

Initargs

:subtick-width

Readers

subtick-width.

Writers

(setf subtick-width).

Slot: integer-tick
Initargs

:integer-tick

Readers

integer-tick.

Writers

(setf integer-tick).

Slot: nb-ticks
Initform

10

Initargs

:nb-ticks

Readers

nb-ticks.

Writers

(setf nb-ticks).

Slot: tick-value
Readers

tick-value.

Writers

(setf tick-value).

Slot: axis-scale
Readers

axis-scale.

Writers

(setf axis-scale).

Slot: axis-min
Readers

axis-min.

Writers

(setf axis-min).

Slot: axis-max
Readers

axis-max.

Writers

(setf axis-max).

Slot: nb-subticks
Readers

nb-subticks.

Writers

(setf nb-subticks).

Slot: format-string
Initargs

:format-string

Readers

format-string.

Writers

(setf format-string).

Class: vertical-histo-axis
Package

pdf.

Source

chart.lisp.

Direct superclasses

histo-axis.

Direct methods

axis-size.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   %   (  
A   B   C   D   E   F   G   H   I   K   L   M   N   O   P   R   S   T   U   V   W   X   Y  
Index Entry  Section

%
%convert-image-file%: Private ordinary functions
%generate-temp-filename%: Private ordinary functions
%read-convert-jpg-file%: Private ordinary functions
%read-jpeg-file%: Private ordinary functions

(
(setf annotations): Private generic functions
(setf annotations): Private generic functions
(setf ascender): Public generic functions
(setf ascender): Public generic functions
(setf author): Private generic functions
(setf author): Private generic functions
(setf axis-max): Private generic functions
(setf axis-max): Private generic functions
(setf axis-min): Private generic functions
(setf axis-min): Private generic functions
(setf axis-scale): Private generic functions
(setf axis-scale): Private generic functions
(setf background-color): Private generic functions
(setf background-color): Private generic functions
(setf base-font): Private generic functions
(setf base-font): Private generic functions
(setf base-font-p): Public generic functions
(setf base-font-p): Public generic functions
(setf bbox): Public generic functions
(setf bbox): Public generic functions
(setf binary-data): Private generic functions
(setf binary-data): Private generic functions
(setf binary-data): Private generic functions
(setf bits-per-color): Private generic functions
(setf bits-per-color): Private generic functions
(setf bounds): Public generic functions
(setf bounds): Public generic functions
(setf c2g): Private generic functions
(setf c2g): Private generic functions
(setf c2g): Private generic functions
(setf cap-height): Public generic functions
(setf cap-height): Public generic functions
(setf catalog): Private generic functions
(setf catalog): Private generic functions
(setf char-codes): Private generic functions
(setf char-codes): Private generic functions
(setf char-names): Private generic functions
(setf char-names): Private generic functions
(setf char-width): Public generic functions
(setf char-width): Public generic functions
(setf character-set): Public generic functions
(setf character-set): Public generic functions
(setf characters): Public generic functions
(setf characters): Public generic functions
(setf characters): Public generic functions
(setf charset): Private generic functions
(setf charset): Private generic functions
(setf cid-widths): Private generic functions
(setf cid-widths): Private generic functions
(setf code): Public generic functions
(setf code): Public generic functions
(setf content): Private generic functions
(setf content): Private generic functions
(setf content): Private generic functions
(setf content-stream): Private generic functions
(setf content-stream): Private generic functions
(setf creation-date): Private generic functions
(setf creation-date): Private generic functions
(setf data): Private generic functions
(setf data): Private generic functions
(setf descender): Public generic functions
(setf descender): Public generic functions
(setf descender): Public generic functions
(setf descriptor): Private generic functions
(setf descriptor): Private generic functions
(setf dict-values): Private generic functions
(setf dict-values): Private generic functions
(setf docinfo): Private generic functions
(setf docinfo): Private generic functions
(setf encoding): Public generic functions
(setf encoding): Public generic functions
(setf encoding): Public generic functions
(setf encoding-scheme): Public generic functions
(setf encoding-scheme): Public generic functions
(setf encoding-vector): Private generic functions
(setf encoding-vector): Private generic functions
(setf encodings): Private generic functions
(setf encodings): Private generic functions
(setf esc-char): Public generic functions
(setf esc-char): Public generic functions
(setf family-name): Public generic functions
(setf family-name): Public generic functions
(setf filename): Private generic functions
(setf filename): Private generic functions
(setf filename): Private generic functions
(setf filename): Private generic functions
(setf fixed-pitch-p): Private generic functions
(setf fixed-pitch-p): Private generic functions
(setf fixed-v-p): Public generic functions
(setf fixed-v-p): Public generic functions
(setf font): Public generic functions
(setf font): Public generic functions
(setf font-bbox): Public generic functions
(setf font-bbox): Public generic functions
(setf font-metrics): Public generic functions
(setf font-metrics): Public generic functions
(setf font-name): Public generic functions
(setf font-name): Public generic functions
(setf font-objects): Private generic functions
(setf font-objects): Private generic functions
(setf fonts): Private generic functions
(setf fonts): Private generic functions
(setf fonts): Private generic functions
(setf format-string): Private generic functions
(setf format-string): Private generic functions
(setf full-name): Public generic functions
(setf full-name): Public generic functions
(setf gen-number): Private generic functions
(setf gen-number): Private generic functions
(setf gen-number): Private generic functions
(setf groups-spacing): Private generic functions
(setf groups-spacing): Private generic functions
(setf gstate-objects): Private generic functions
(setf gstate-objects): Private generic functions
(setf gstates): Private generic functions
(setf gstates): Private generic functions
(setf gstates): Private generic functions
(setf h-lines-color): Private generic functions
(setf h-lines-color): Private generic functions
(setf h-lines-color): Private generic functions
(setf h-lines-width): Private generic functions
(setf h-lines-width): Private generic functions
(setf h-lines-width): Private generic functions
(setf height): Public generic functions
(setf height): Public generic functions
(setf height): Public generic functions
(setf height): Public generic functions
(setf hyphen-char): Public generic functions
(setf hyphen-char): Public generic functions
(setf hyphen-code): Private generic functions
(setf hyphen-code): Private generic functions
(setf index): Private generic functions
(setf index): Private generic functions
(setf integer-tick): Private generic functions
(setf integer-tick): Private generic functions
(setf italic-angle): Private generic functions
(setf italic-angle): Private generic functions
(setf italic-sin): Private generic functions
(setf italic-sin): Private generic functions
(setf kernings): Public generic functions
(setf kernings): Public generic functions
(setf kernings): Public generic functions
(setf keyword-name): Private generic functions
(setf keyword-name): Private generic functions
(setf keywords): Private generic functions
(setf keywords): Private generic functions
(setf label-color): Private generic functions
(setf label-color): Private generic functions
(setf label-color): Private generic functions
(setf label-font): Private generic functions
(setf label-font): Private generic functions
(setf label-font): Private generic functions
(setf label-font-size): Private generic functions
(setf label-font-size): Private generic functions
(setf label-font-size): Private generic functions
(setf label-names): Private generic functions
(setf label-names): Private generic functions
(setf label-names): Private generic functions
(setf label-position): Private generic functions
(setf label-position): Private generic functions
(setf label-rotation): Private generic functions
(setf label-rotation): Private generic functions
(setf labels&colors): Private generic functions
(setf labels&colors): Private generic functions
(setf labels&colors): Private generic functions
(setf labels&colors): Private generic functions
(setf labels&colors): Private generic functions
(setf last-object-number): Private generic functions
(setf last-object-number): Private generic functions
(setf leading): Private generic functions
(setf leading): Private generic functions
(setf left-italic-correction): Private generic functions
(setf left-italic-correction): Private generic functions
(setf legend): Public generic functions
(setf legend): Public generic functions
(setf legend): Public generic functions
(setf legend): Public generic functions
(setf length1): Private generic functions
(setf length1): Private generic functions
(setf length1): Private generic functions
(setf length2): Private generic functions
(setf length2): Private generic functions
(setf length3): Private generic functions
(setf length3): Private generic functions
(setf line-color): Private generic functions
(setf line-color): Private generic functions
(setf line-width): Private generic functions
(setf line-width): Private generic functions
(setf locked-values): Private generic functions
(setf locked-values): Private generic functions
(setf mapping-scheme): Public generic functions
(setf mapping-scheme): Public generic functions
(setf mask): Private generic functions
(setf mask): Private generic functions
(setf max-code): Private generic functions
(setf max-code): Private generic functions
(setf max-value): Private generic functions
(setf max-value): Private generic functions
(setf min-code): Private generic functions
(setf min-code): Private generic functions
(setf min-value): Private generic functions
(setf min-value): Private generic functions
(setf modification-date): Private generic functions
(setf modification-date): Private generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf name): Public generic functions
(setf named-refs): Private generic functions
(setf named-refs): Private generic functions
(setf nb-components): Private generic functions
(setf nb-components): Private generic functions
(setf nb-subticks): Private generic functions
(setf nb-subticks): Private generic functions
(setf nb-ticks): Private generic functions
(setf nb-ticks): Private generic functions
(setf next-outline): Private generic functions
(setf next-outline): Private generic functions
(setf no-compression): Private generic functions
(setf no-compression): Private generic functions
(setf notice): Public generic functions
(setf notice): Public generic functions
(setf obj-number): Private generic functions
(setf obj-number): Private generic functions
(setf obj-number): Private generic functions
(setf objects): Private generic functions
(setf objects): Private generic functions
(setf outline-root): Private generic functions
(setf outline-root): Private generic functions
(setf pages): Private generic functions
(setf pages): Private generic functions
(setf palette): Private generic functions
(setf palette): Private generic functions
(setf pdf-widths): Private generic functions
(setf pdf-widths): Private generic functions
(setf pdf-widths): Private generic functions
(setf point-radius): Private generic functions
(setf point-radius): Private generic functions
(setf post-draw-chart-fn): Private generic functions
(setf post-draw-chart-fn): Private generic functions
(setf pre-draw-chart-fn): Private generic functions
(setf pre-draw-chart-fn): Private generic functions
(setf prev-outline): Private generic functions
(setf prev-outline): Private generic functions
(setf reference): Private generic functions
(setf reference): Private generic functions
(setf reference): Private generic functions
(setf resources): Private generic functions
(setf resources): Private generic functions
(setf right-italic-correction): Private generic functions
(setf right-italic-correction): Private generic functions
(setf root-page): Private generic functions
(setf root-page): Private generic functions
(setf serie): Private generic functions
(setf serie): Private generic functions
(setf series): Private generic functions
(setf series): Private generic functions
(setf series): Private generic functions
(setf spacing): Private generic functions
(setf spacing): Private generic functions
(setf stacked-series): Private generic functions
(setf stacked-series): Private generic functions
(setf standard-encoding): Private generic functions
(setf standard-encoding): Private generic functions
(setf sub-levels): Private generic functions
(setf sub-levels): Private generic functions
(setf subject): Private generic functions
(setf subject): Private generic functions
(setf subtick-length): Private generic functions
(setf subtick-length): Private generic functions
(setf subtick-width): Private generic functions
(setf subtick-width): Private generic functions
(setf tick-length): Private generic functions
(setf tick-length): Private generic functions
(setf tick-value): Private generic functions
(setf tick-value): Private generic functions
(setf tick-width): Private generic functions
(setf tick-width): Private generic functions
(setf ticks-positions): Private generic functions
(setf ticks-positions): Private generic functions
(setf ticks-separation): Private generic functions
(setf ticks-separation): Private generic functions
(setf title): Private generic functions
(setf title): Private generic functions
(setf title): Private generic functions
(setf title): Private generic functions
(setf title-color): Private generic functions
(setf title-color): Private generic functions
(setf title-font): Private generic functions
(setf title-font): Private generic functions
(setf title-font-size): Private generic functions
(setf title-font-size): Private generic functions
(setf underline-position): Private generic functions
(setf underline-position): Private generic functions
(setf underline-thickness): Private generic functions
(setf underline-thickness): Private generic functions
(setf version): Private generic functions
(setf version): Private generic functions
(setf vvector): Public generic functions
(setf vvector): Public generic functions
(setf weight): Public generic functions
(setf weight): Public generic functions
(setf width): Public generic functions
(setf width): Public generic functions
(setf width): Public generic functions
(setf width): Public generic functions
(setf width): Public generic functions
(setf widths): Private generic functions
(setf widths): Private generic functions
(setf x): Private generic functions
(setf x): Private generic functions
(setf x-axis): Private generic functions
(setf x-axis): Private generic functions
(setf x-axis): Private generic functions
(setf x-height): Public generic functions
(setf x-height): Public generic functions
(setf xobjects): Private generic functions
(setf xobjects): Private generic functions
(setf y): Private generic functions
(setf y): Private generic functions
(setf y-axis): Private generic functions
(setf y-axis): Private generic functions
(setf y-axis): Private generic functions

A
add-/: Private ordinary functions
add-dict-value: Private ordinary functions
add-doc-info: Private ordinary functions
add-external-link: Public ordinary functions
add-font-to-page: Public ordinary functions
add-gstate-to-page: Private ordinary functions
add-images-to-page: Public ordinary functions
add-link: Public ordinary functions
add-uri-link: Public ordinary functions
afm-char-kernings: Private ordinary functions
afm-char-metrics: Private ordinary functions
afm-font-metrics: Private ordinary functions
angle: Private ordinary functions
angle-3points: Private ordinary functions
annotations: Private generic functions
annotations: Private generic functions
arc: Public ordinary functions
arc-to: Private ordinary functions
ascender: Public generic functions
ascender: Public generic functions
author: Private generic functions
author: Private generic functions
axis-max: Private generic functions
axis-max: Private generic functions
axis-min: Private generic functions
axis-min: Private generic functions
axis-scale: Private generic functions
axis-scale: Private generic functions
axis-size: Private generic functions
axis-size: Private generic functions
axis-size: Private generic functions
axis-size: Private generic functions

B
background-color: Private generic functions
background-color: Private generic functions
base-encoding: Private generic functions
base-encoding: Private generic functions
base-font: Private generic functions
base-font: Private generic functions
base-font-p: Public generic functions
base-font-p: Public generic functions
basic-rect: Public ordinary functions
bbox: Public generic functions
bbox: Public generic functions
bezarc: Private ordinary functions
bezier-to: Public ordinary functions
bezier2-to: Public ordinary functions
bezier3-to: Public ordinary functions
binary-data: Private generic functions
binary-data: Private generic functions
binary-data: Private generic functions
bits-per-color: Private generic functions
bits-per-color: Private generic functions
bounds: Public generic functions
bounds: Public generic functions
build-char-ht: Private ordinary functions

C
c2g: Private generic functions
c2g: Private generic functions
c2g: Private generic functions
cap-height: Public generic functions
cap-height: Public generic functions
catalog: Private generic functions
catalog: Private generic functions
change-dict-value: Private ordinary functions
char-codes: Private generic functions
char-codes: Private generic functions
char-external-code: Private ordinary functions
char-names: Private generic functions
char-names: Private generic functions
char-width: Public generic functions
char-width: Public generic functions
character-set: Public generic functions
character-set: Public generic functions
characters: Public generic functions
characters: Public generic functions
characters: Public generic functions
charset: Private generic functions
charset: Private generic functions
charset: Private generic functions
cid-widths: Private generic functions
cid-widths: Private generic functions
circle: Public ordinary functions
clear-font-cache: Public ordinary functions
clip-path: Public ordinary functions
close-and-fill: Public ordinary functions
close-and-stroke: Public ordinary functions
close-even-odd-fill-and-stroke: Public ordinary functions
close-fill-and-stroke: Public ordinary functions
close-outline-level: Public ordinary functions
close-path: Public ordinary functions
code: Public generic functions
code: Public generic functions
code128-a: Private ordinary functions
code128-b: Private ordinary functions
code128-c: Private ordinary functions
code128-checksum: Private ordinary functions
code128-n-raw: Private ordinary functions
compress-pdf-stream: Private ordinary functions
compress-string: Private ordinary functions
compute-encoding-differences: Private ordinary functions
compute-kern-pairs: Private ordinary functions
compute-outline-tree: Private ordinary functions
compute-scale: Private ordinary functions
confirm-afm-files-directories: Public ordinary functions
content: Private generic functions
content: Private generic functions
content: Private generic functions
content-stream: Private generic functions
content-stream: Private generic functions
copy-dict: Private ordinary functions
creation-date: Private generic functions
creation-date: Private generic functions

D
data: Private generic functions
data: Private generic functions
def-pdf-op: Private macros
define-afm-section: Private macros
descender: Public generic functions
descender: Public generic functions
descender: Public generic functions
descriptor: Private generic functions
descriptor: Private generic functions
dict-values: Private generic functions
dict-values: Private generic functions
distance: Private ordinary functions
docinfo: Private generic functions
docinfo: Private generic functions
draw-bar-code128: Public ordinary functions
draw-bar-segment: Private ordinary functions
draw-bars: Private ordinary functions
draw-centered-image: Public ordinary functions
draw-centered-text: Public ordinary functions
draw-chars: Private ordinary functions
draw-image: Public ordinary functions
draw-left-text: Public ordinary functions
draw-object: Public generic functions
draw-object: Public generic functions
draw-object: Public generic functions
draw-object: Public generic functions
draw-object: Public generic functions
draw-object: Public generic functions
draw-object: Public generic functions
draw-object: Public generic functions
draw-object: Public generic functions
draw-qr-code: Public ordinary functions
draw-right-text: Public ordinary functions
draw-spaced-strings: Public ordinary functions
draw-text: Public ordinary functions
draw-text-on-next-line: Public ordinary functions

E
ellipse: Public ordinary functions
encoding: Public generic functions
encoding: Public generic functions
encoding: Public generic functions
encoding-scheme: Public generic functions
encoding-scheme: Public generic functions
encoding-vector: Private generic functions
encoding-vector: Private generic functions
encodings: Private generic functions
encodings: Private generic functions
end-path-no-op: Public ordinary functions
enforce-/: Private macros
enter-outline-level: Public ordinary functions
error-message: Private generic functions
error-message: Private generic functions
esc-char: Public generic functions
esc-char: Public generic functions
even-odd-clip-path: Public ordinary functions
even-odd-fill: Public ordinary functions
even-odd-fill-and-stroke: Public ordinary functions
extract-font-metrics-encoding: Private ordinary functions

F
family-name: Public generic functions
family-name: Public generic functions
filename: Private generic functions
filename: Private generic functions
filename: Private generic functions
filename: Private generic functions
fill-and-stroke: Public ordinary functions
fill-path: Public ordinary functions
fillet: Private ordinary functions
find-color-from-string: Private ordinary functions
find-color-from-symbol: Private ordinary functions
find-encoding-object: Private ordinary functions
find-font-object: Private ordinary functions
find-gstate-object: Private ordinary functions
fixed-pitch-p: Private generic functions
fixed-pitch-p: Private generic functions
fixed-v-p: Public generic functions
fixed-v-p: Public generic functions
font: Public generic functions
font: Public generic functions
font-bbox: Public generic functions
font-bbox: Public generic functions
font-descriptor: Private generic functions
font-descriptor: Private generic functions
font-descriptor: Private generic functions
font-descriptor: Private generic functions
font-metrics: Public generic functions
font-metrics: Public generic functions
font-name: Public generic functions
font-name: Public generic functions
font-objects: Private generic functions
font-objects: Private generic functions
font-type: Private generic functions
font-type: Private generic functions
font-type: Private generic functions
fonts: Private generic functions
fonts: Private generic functions
fonts: Private generic functions
format-string: Private generic functions
format-string: Private generic functions
full-encoding-differences: Private ordinary functions
full-name: Public generic functions
full-name: Public generic functions
Function, %convert-image-file%: Private ordinary functions
Function, %generate-temp-filename%: Private ordinary functions
Function, %read-convert-jpg-file%: Private ordinary functions
Function, %read-jpeg-file%: Private ordinary functions
Function, add-/: Private ordinary functions
Function, add-dict-value: Private ordinary functions
Function, add-doc-info: Private ordinary functions
Function, add-external-link: Public ordinary functions
Function, add-font-to-page: Public ordinary functions
Function, add-gstate-to-page: Private ordinary functions
Function, add-images-to-page: Public ordinary functions
Function, add-link: Public ordinary functions
Function, add-uri-link: Public ordinary functions
Function, afm-char-kernings: Private ordinary functions
Function, afm-char-metrics: Private ordinary functions
Function, afm-font-metrics: Private ordinary functions
Function, angle: Private ordinary functions
Function, angle-3points: Private ordinary functions
Function, arc: Public ordinary functions
Function, arc-to: Private ordinary functions
Function, basic-rect: Public ordinary functions
Function, bezarc: Private ordinary functions
Function, bezier-to: Public ordinary functions
Function, bezier2-to: Public ordinary functions
Function, bezier3-to: Public ordinary functions
Function, build-char-ht: Private ordinary functions
Function, change-dict-value: Private ordinary functions
Function, char-external-code: Private ordinary functions
Function, circle: Public ordinary functions
Function, clear-font-cache: Public ordinary functions
Function, clip-path: Public ordinary functions
Function, close-and-fill: Public ordinary functions
Function, close-and-stroke: Public ordinary functions
Function, close-even-odd-fill-and-stroke: Public ordinary functions
Function, close-fill-and-stroke: Public ordinary functions
Function, close-outline-level: Public ordinary functions
Function, close-path: Public ordinary functions
Function, code128-a: Private ordinary functions
Function, code128-b: Private ordinary functions
Function, code128-c: Private ordinary functions
Function, code128-checksum: Private ordinary functions
Function, code128-n-raw: Private ordinary functions
Function, compress-pdf-stream: Private ordinary functions
Function, compress-string: Private ordinary functions
Function, compute-encoding-differences: Private ordinary functions
Function, compute-kern-pairs: Private ordinary functions
Function, compute-outline-tree: Private ordinary functions
Function, compute-scale: Private ordinary functions
Function, confirm-afm-files-directories: Public ordinary functions
Function, copy-dict: Private ordinary functions
Function, distance: Private ordinary functions
Function, draw-bar-code128: Public ordinary functions
Function, draw-bar-segment: Private ordinary functions
Function, draw-bars: Private ordinary functions
Function, draw-centered-image: Public ordinary functions
Function, draw-centered-text: Public ordinary functions
Function, draw-chars: Private ordinary functions
Function, draw-image: Public ordinary functions
Function, draw-left-text: Public ordinary functions
Function, draw-qr-code: Public ordinary functions
Function, draw-right-text: Public ordinary functions
Function, draw-spaced-strings: Public ordinary functions
Function, draw-text: Public ordinary functions
Function, draw-text-on-next-line: Public ordinary functions
Function, ellipse: Public ordinary functions
Function, end-path-no-op: Public ordinary functions
Function, enter-outline-level: Public ordinary functions
Function, even-odd-clip-path: Public ordinary functions
Function, even-odd-fill: Public ordinary functions
Function, even-odd-fill-and-stroke: Public ordinary functions
Function, extract-font-metrics-encoding: Private ordinary functions
Function, fill-and-stroke: Public ordinary functions
Function, fill-path: Public ordinary functions
Function, fillet: Private ordinary functions
Function, find-color-from-string: Private ordinary functions
Function, find-color-from-symbol: Private ordinary functions
Function, find-encoding-object: Private ordinary functions
Function, find-font-object: Private ordinary functions
Function, find-gstate-object: Private ordinary functions
Function, full-encoding-differences: Private ordinary functions
Function, gen-name: Private ordinary functions
Function, get-afm-boolean: Private ordinary functions
Function, get-afm-hex: Private ordinary functions
Function, get-afm-integer: Private ordinary functions
Function, get-afm-name: Private ordinary functions
Function, get-afm-number: Private ordinary functions
Function, get-afm-string: Private ordinary functions
Function, get-char-italic-correction: Public ordinary functions
Function, get-char-size: Public ordinary functions
Function, get-char-width: Public ordinary functions
Function, get-dict-value: Private ordinary functions
Function, get-encoding: Public ordinary functions
Function, get-font: Public ordinary functions
Function, get-font-descender: Public ordinary functions
Function, get-font-italic-correction: Public ordinary functions
Function, get-kerning: Public ordinary functions
Function, get-named-reference: Public ordinary functions
Function, group: Private ordinary functions
Function, human-readable-time<-universal-time: Private ordinary functions
Function, initialize!: Public ordinary functions
Function, line-to: Public ordinary functions
Function, load-fonts: Public ordinary functions
Function, load-t1-font: Public ordinary functions
Function, load-ttf-font: Public ordinary functions
Function, load-ttu-font: Public ordinary functions
Function, load-zlib: Public ordinary functions
Function, midpoint: Private ordinary functions
Function, move-text: Public ordinary functions
Function, move-to: Public ordinary functions
Function, move-to-next-line: Public ordinary functions
Function, naive-polyline: Private ordinary functions
Function, nice-number: Private ordinary functions
Function, paint-image: Public ordinary functions
Function, pdf-name: Private ordinary functions
Function, pdf-string: Private ordinary functions
Function, pie: Public ordinary functions
Function, polyline: Public ordinary functions
Function, process-outlines: Private ordinary functions
Function, read-afm-file: Public ordinary functions
Function, read-base-string: Private ordinary functions
Function, read-byte16: Private ordinary functions
Function, read-byte32: Private ordinary functions
Function, read-convert-jpg-file: Private ordinary functions
Function, read-jpeg-file: Public ordinary functions
Function, read-pfb-file: Private ordinary functions
Function, read-pfb-length: Private ordinary functions
Function, read-pfb-seg-size: Private ordinary functions
Function, read-png-file: Private ordinary functions
Function, read-png-file2: Private ordinary functions
Function, read-ttf-metrics: Private ordinary functions
Function, read-ufm-file: Private ordinary functions
Function, rectangle: Public ordinary functions
Function, register-named-reference: Private ordinary functions
Function, register-page-reference: Public ordinary functions
Function, regular-polygon: Public ordinary functions
Function, rotate: Public ordinary functions
Function, rotate*: Public ordinary functions
Function, scale: Public ordinary functions
Function, set-char-spacing: Public ordinary functions
Function, set-color-fill: Public ordinary functions
Function, set-color-stroke: Public ordinary functions
Function, set-cymk-fill: Public ordinary functions
Function, set-cymk-stroke: Public ordinary functions
Function, set-dash-pattern: Public ordinary functions
Function, set-fill-transparency: Public ordinary functions
Function, set-font: Public ordinary functions
Function, set-gray-fill: Public ordinary functions
Function, set-gray-stroke: Public ordinary functions
Function, set-gstate: Private ordinary functions
Function, set-line-cap: Public ordinary functions
Function, set-line-join: Public ordinary functions
Function, set-line-width: Public ordinary functions
Function, set-miter-limit: Public ordinary functions
Function, set-rgb-fill: Public ordinary functions
Function, set-rgb-stroke: Public ordinary functions
Function, set-stroke-transparency: Public ordinary functions
Function, set-text-leading: Public ordinary functions
Function, set-text-matrix: Public ordinary functions
Function, set-text-rendering-mode: Public ordinary functions
Function, set-text-rise: Public ordinary functions
Function, set-text-x-scale: Public ordinary functions
Function, set-transform-matrix: Public ordinary functions
Function, set-transparency: Public ordinary functions
Function, show-char: Public ordinary functions
Function, show-spaced-strings: Public ordinary functions
Function, show-text: Public ordinary functions
Function, show-text-on-next-line: Public ordinary functions
Function, skew: Public ordinary functions
Function, skew*: Public ordinary functions
Function, split-text: Private ordinary functions
Function, star: Public ordinary functions
Function, stroke: Public ordinary functions
Function, text-width: Private ordinary functions
Function, translate: Public ordinary functions
Function, unit-width: Private ordinary functions
Function, universal-time<-time-spec: Private ordinary functions
Function, whitespace-p: Private ordinary functions

G
gen-name: Private ordinary functions
gen-number: Private generic functions
gen-number: Private generic functions
gen-number: Private generic functions
Generic Function, (setf annotations): Private generic functions
Generic Function, (setf ascender): Public generic functions
Generic Function, (setf author): Private generic functions
Generic Function, (setf axis-max): Private generic functions
Generic Function, (setf axis-min): Private generic functions
Generic Function, (setf axis-scale): Private generic functions
Generic Function, (setf background-color): Private generic functions
Generic Function, (setf base-font): Private generic functions
Generic Function, (setf base-font-p): Public generic functions
Generic Function, (setf bbox): Public generic functions
Generic Function, (setf binary-data): Private generic functions
Generic Function, (setf bits-per-color): Private generic functions
Generic Function, (setf bounds): Public generic functions
Generic Function, (setf c2g): Private generic functions
Generic Function, (setf cap-height): Public generic functions
Generic Function, (setf catalog): Private generic functions
Generic Function, (setf char-codes): Private generic functions
Generic Function, (setf char-names): Private generic functions
Generic Function, (setf char-width): Public generic functions
Generic Function, (setf character-set): Public generic functions
Generic Function, (setf characters): Public generic functions
Generic Function, (setf charset): Private generic functions
Generic Function, (setf cid-widths): Private generic functions
Generic Function, (setf code): Public generic functions
Generic Function, (setf content): Private generic functions
Generic Function, (setf content-stream): Private generic functions
Generic Function, (setf creation-date): Private generic functions
Generic Function, (setf data): Private generic functions
Generic Function, (setf descender): Public generic functions
Generic Function, (setf descriptor): Private generic functions
Generic Function, (setf dict-values): Private generic functions
Generic Function, (setf docinfo): Private generic functions
Generic Function, (setf encoding): Public generic functions
Generic Function, (setf encoding-scheme): Public generic functions
Generic Function, (setf encoding-vector): Private generic functions
Generic Function, (setf encodings): Private generic functions
Generic Function, (setf esc-char): Public generic functions
Generic Function, (setf family-name): Public generic functions
Generic Function, (setf filename): Private generic functions
Generic Function, (setf fixed-pitch-p): Private generic functions
Generic Function, (setf fixed-v-p): Public generic functions
Generic Function, (setf font): Public generic functions
Generic Function, (setf font-bbox): Public generic functions
Generic Function, (setf font-metrics): Public generic functions
Generic Function, (setf font-name): Public generic functions
Generic Function, (setf font-objects): Private generic functions
Generic Function, (setf fonts): Private generic functions
Generic Function, (setf format-string): Private generic functions
Generic Function, (setf full-name): Public generic functions
Generic Function, (setf gen-number): Private generic functions
Generic Function, (setf groups-spacing): Private generic functions
Generic Function, (setf gstate-objects): Private generic functions
Generic Function, (setf gstates): Private generic functions
Generic Function, (setf h-lines-color): Private generic functions
Generic Function, (setf h-lines-width): Private generic functions
Generic Function, (setf height): Public generic functions
Generic Function, (setf hyphen-char): Public generic functions
Generic Function, (setf hyphen-code): Private generic functions
Generic Function, (setf index): Private generic functions
Generic Function, (setf integer-tick): Private generic functions
Generic Function, (setf italic-angle): Private generic functions
Generic Function, (setf italic-sin): Private generic functions
Generic Function, (setf kernings): Public generic functions
Generic Function, (setf keyword-name): Private generic functions
Generic Function, (setf keywords): Private generic functions
Generic Function, (setf label-color): Private generic functions
Generic Function, (setf label-font): Private generic functions
Generic Function, (setf label-font-size): Private generic functions
Generic Function, (setf label-names): Private generic functions
Generic Function, (setf label-position): Private generic functions
Generic Function, (setf label-rotation): Private generic functions
Generic Function, (setf labels&colors): Private generic functions
Generic Function, (setf last-object-number): Private generic functions
Generic Function, (setf leading): Private generic functions
Generic Function, (setf left-italic-correction): Private generic functions
Generic Function, (setf legend): Public generic functions
Generic Function, (setf length1): Private generic functions
Generic Function, (setf length2): Private generic functions
Generic Function, (setf length3): Private generic functions
Generic Function, (setf line-color): Private generic functions
Generic Function, (setf line-width): Private generic functions
Generic Function, (setf locked-values): Private generic functions
Generic Function, (setf mapping-scheme): Public generic functions
Generic Function, (setf mask): Private generic functions
Generic Function, (setf max-code): Private generic functions
Generic Function, (setf max-value): Private generic functions
Generic Function, (setf min-code): Private generic functions
Generic Function, (setf min-value): Private generic functions
Generic Function, (setf modification-date): Private generic functions
Generic Function, (setf name): Public generic functions
Generic Function, (setf named-refs): Private generic functions
Generic Function, (setf nb-components): Private generic functions
Generic Function, (setf nb-subticks): Private generic functions
Generic Function, (setf nb-ticks): Private generic functions
Generic Function, (setf next-outline): Private generic functions
Generic Function, (setf no-compression): Private generic functions
Generic Function, (setf notice): Public generic functions
Generic Function, (setf obj-number): Private generic functions
Generic Function, (setf objects): Private generic functions
Generic Function, (setf outline-root): Private generic functions
Generic Function, (setf pages): Private generic functions
Generic Function, (setf palette): Private generic functions
Generic Function, (setf pdf-widths): Private generic functions
Generic Function, (setf point-radius): Private generic functions
Generic Function, (setf post-draw-chart-fn): Private generic functions
Generic Function, (setf pre-draw-chart-fn): Private generic functions
Generic Function, (setf prev-outline): Private generic functions
Generic Function, (setf reference): Private generic functions
Generic Function, (setf resources): Private generic functions
Generic Function, (setf right-italic-correction): Private generic functions
Generic Function, (setf root-page): Private generic functions
Generic Function, (setf serie): Private generic functions
Generic Function, (setf series): Private generic functions
Generic Function, (setf spacing): Private generic functions
Generic Function, (setf stacked-series): Private generic functions
Generic Function, (setf standard-encoding): Private generic functions
Generic Function, (setf sub-levels): Private generic functions
Generic Function, (setf subject): Private generic functions
Generic Function, (setf subtick-length): Private generic functions
Generic Function, (setf subtick-width): Private generic functions
Generic Function, (setf tick-length): Private generic functions
Generic Function, (setf tick-value): Private generic functions
Generic Function, (setf tick-width): Private generic functions
Generic Function, (setf ticks-positions): Private generic functions
Generic Function, (setf ticks-separation): Private generic functions
Generic Function, (setf title): Private generic functions
Generic Function, (setf title-color): Private generic functions
Generic Function, (setf title-font): Private generic functions
Generic Function, (setf title-font-size): Private generic functions
Generic Function, (setf underline-position): Private generic functions
Generic Function, (setf underline-thickness): Private generic functions
Generic Function, (setf version): Private generic functions
Generic Function, (setf vvector): Public generic functions
Generic Function, (setf weight): Public generic functions
Generic Function, (setf width): Public generic functions
Generic Function, (setf widths): Private generic functions
Generic Function, (setf x): Private generic functions
Generic Function, (setf x-axis): Private generic functions
Generic Function, (setf x-height): Public generic functions
Generic Function, (setf xobjects): Private generic functions
Generic Function, (setf y): Private generic functions
Generic Function, (setf y-axis): Private generic functions
Generic Function, annotations: Private generic functions
Generic Function, ascender: Public generic functions
Generic Function, author: Private generic functions
Generic Function, axis-max: Private generic functions
Generic Function, axis-min: Private generic functions
Generic Function, axis-scale: Private generic functions
Generic Function, axis-size: Private generic functions
Generic Function, background-color: Private generic functions
Generic Function, base-encoding: Private generic functions
Generic Function, base-font: Private generic functions
Generic Function, base-font-p: Public generic functions
Generic Function, bbox: Public generic functions
Generic Function, binary-data: Private generic functions
Generic Function, bits-per-color: Private generic functions
Generic Function, bounds: Public generic functions
Generic Function, c2g: Private generic functions
Generic Function, cap-height: Public generic functions
Generic Function, catalog: Private generic functions
Generic Function, char-codes: Private generic functions
Generic Function, char-names: Private generic functions
Generic Function, char-width: Public generic functions
Generic Function, character-set: Public generic functions
Generic Function, characters: Public generic functions
Generic Function, charset: Private generic functions
Generic Function, cid-widths: Private generic functions
Generic Function, code: Public generic functions
Generic Function, content: Private generic functions
Generic Function, content-stream: Private generic functions
Generic Function, creation-date: Private generic functions
Generic Function, data: Private generic functions
Generic Function, descender: Public generic functions
Generic Function, descriptor: Private generic functions
Generic Function, dict-values: Private generic functions
Generic Function, docinfo: Private generic functions
Generic Function, draw-object: Public generic functions
Generic Function, encoding: Public generic functions
Generic Function, encoding-scheme: Public generic functions
Generic Function, encoding-vector: Private generic functions
Generic Function, encodings: Private generic functions
Generic Function, error-message: Private generic functions
Generic Function, esc-char: Public generic functions
Generic Function, family-name: Public generic functions
Generic Function, filename: Private generic functions
Generic Function, fixed-pitch-p: Private generic functions
Generic Function, fixed-v-p: Public generic functions
Generic Function, font: Public generic functions
Generic Function, font-bbox: Public generic functions
Generic Function, font-descriptor: Private generic functions
Generic Function, font-metrics: Public generic functions
Generic Function, font-name: Public generic functions
Generic Function, font-objects: Private generic functions
Generic Function, font-type: Private generic functions
Generic Function, fonts: Private generic functions
Generic Function, format-string: Private generic functions
Generic Function, full-name: Public generic functions
Generic Function, gen-number: Private generic functions
Generic Function, get-char-metrics: Private generic functions
Generic Function, get-rgb: Private generic functions
Generic Function, groups-spacing: Private generic functions
Generic Function, gstate-objects: Private generic functions
Generic Function, gstates: Private generic functions
Generic Function, h-lines-color: Private generic functions
Generic Function, h-lines-width: Private generic functions
Generic Function, height: Public generic functions
Generic Function, hyphen-char: Public generic functions
Generic Function, hyphen-code: Private generic functions
Generic Function, index: Private generic functions
Generic Function, integer-tick: Private generic functions
Generic Function, italic-angle: Private generic functions
Generic Function, italic-sin: Private generic functions
Generic Function, kernings: Public generic functions
Generic Function, keyword-name: Private generic functions
Generic Function, keywords: Private generic functions
Generic Function, label-color: Private generic functions
Generic Function, label-font: Private generic functions
Generic Function, label-font-size: Private generic functions
Generic Function, label-names: Private generic functions
Generic Function, label-position: Private generic functions
Generic Function, label-rotation: Private generic functions
Generic Function, labels&colors: Private generic functions
Generic Function, last-object-number: Private generic functions
Generic Function, leading: Private generic functions
Generic Function, left-italic-correction: Private generic functions
Generic Function, legend: Public generic functions
Generic Function, length1: Private generic functions
Generic Function, length2: Private generic functions
Generic Function, length3: Private generic functions
Generic Function, line-color: Private generic functions
Generic Function, line-width: Private generic functions
Generic Function, locked-values: Private generic functions
Generic Function, make-dictionary: Private generic functions
Generic Function, make-image: Public generic functions
Generic Function, make-jpeg-image: Public generic functions
Generic Function, mapping-scheme: Public generic functions
Generic Function, mask: Private generic functions
Generic Function, max-code: Private generic functions
Generic Function, max-value: Private generic functions
Generic Function, min-code: Private generic functions
Generic Function, min-value: Private generic functions
Generic Function, modification-date: Private generic functions
Generic Function, name: Public generic functions
Generic Function, named-refs: Private generic functions
Generic Function, nb-components: Private generic functions
Generic Function, nb-subticks: Private generic functions
Generic Function, nb-ticks: Private generic functions
Generic Function, next-outline: Private generic functions
Generic Function, no-compression: Private generic functions
Generic Function, notice: Public generic functions
Generic Function, obj-number: Private generic functions
Generic Function, objects: Private generic functions
Generic Function, outline-root: Private generic functions
Generic Function, pages: Private generic functions
Generic Function, palette: Private generic functions
Generic Function, pdf-widths: Private generic functions
Generic Function, point-radius: Private generic functions
Generic Function, post-draw-chart-fn: Private generic functions
Generic Function, pre-draw-chart-fn: Private generic functions
Generic Function, prev-outline: Private generic functions
Generic Function, reference: Private generic functions
Generic Function, resources: Private generic functions
Generic Function, right-italic-correction: Private generic functions
Generic Function, root-page: Private generic functions
Generic Function, serie: Private generic functions
Generic Function, series: Private generic functions
Generic Function, spacing: Private generic functions
Generic Function, stacked-series: Private generic functions
Generic Function, standard-encoding: Private generic functions
Generic Function, sub-levels: Private generic functions
Generic Function, subject: Private generic functions
Generic Function, subtick-length: Private generic functions
Generic Function, subtick-width: Private generic functions
Generic Function, tick-length: Private generic functions
Generic Function, tick-value: Private generic functions
Generic Function, tick-width: Private generic functions
Generic Function, ticks-positions: Private generic functions
Generic Function, ticks-separation: Private generic functions
Generic Function, title: Private generic functions
Generic Function, title-color: Private generic functions
Generic Function, title-font: Private generic functions
Generic Function, title-font-size: Private generic functions
Generic Function, underline-position: Private generic functions
Generic Function, underline-thickness: Private generic functions
Generic Function, version: Private generic functions
Generic Function, vvector: Public generic functions
Generic Function, weight: Public generic functions
Generic Function, width: Public generic functions
Generic Function, widths: Private generic functions
Generic Function, write-document: Public generic functions
Generic Function, write-object: Private generic functions
Generic Function, write-stream-content: Private generic functions
Generic Function, write-to-page: Private generic functions
Generic Function, x: Private generic functions
Generic Function, x-axis: Private generic functions
Generic Function, x-height: Public generic functions
Generic Function, xobjects: Private generic functions
Generic Function, y: Private generic functions
Generic Function, y-axis: Private generic functions
get-afm-boolean: Private ordinary functions
get-afm-hex: Private ordinary functions
get-afm-integer: Private ordinary functions
get-afm-name: Private ordinary functions
get-afm-number: Private ordinary functions
get-afm-string: Private ordinary functions
get-char-italic-correction: Public ordinary functions
get-char-metrics: Private generic functions
get-char-metrics: Private generic functions
get-char-metrics: Private generic functions
get-char-metrics: Private generic functions
get-char-size: Public ordinary functions
get-char-width: Public ordinary functions
get-dict-value: Private ordinary functions
get-encoding: Public ordinary functions
get-font: Public ordinary functions
get-font-descender: Public ordinary functions
get-font-italic-correction: Public ordinary functions
get-kerning: Public ordinary functions
get-named-reference: Public ordinary functions
get-rgb: Private generic functions
get-rgb: Private generic functions
get-rgb: Private generic functions
get-rgb: Private generic functions
get-rgb: Private generic functions
get-rgb: Private generic functions
group: Private ordinary functions
groups-spacing: Private generic functions
groups-spacing: Private generic functions
gstate-objects: Private generic functions
gstate-objects: Private generic functions
gstates: Private generic functions
gstates: Private generic functions
gstates: Private generic functions

H
h-lines-color: Private generic functions
h-lines-color: Private generic functions
h-lines-color: Private generic functions
h-lines-width: Private generic functions
h-lines-width: Private generic functions
h-lines-width: Private generic functions
height: Public generic functions
height: Public generic functions
height: Public generic functions
height: Public generic functions
human-readable-time<-universal-time: Private ordinary functions
hyphen-char: Public generic functions
hyphen-char: Public generic functions
hyphen-code: Private generic functions
hyphen-code: Private generic functions

I
in-text-mode: Public macros
index: Private generic functions
index: Private generic functions
initialize!: Public ordinary functions
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
integer-tick: Private generic functions
integer-tick: Private generic functions
italic-angle: Private generic functions
italic-angle: Private generic functions
italic-sin: Private generic functions
italic-sin: Private generic functions

K
kernings: Public generic functions
kernings: Public generic functions
kernings: Public generic functions
keyword-name: Private generic functions
keyword-name: Private generic functions
keywords: Private generic functions
keywords: Private generic functions

L
label-color: Private generic functions
label-color: Private generic functions
label-color: Private generic functions
label-font: Private generic functions
label-font: Private generic functions
label-font: Private generic functions
label-font-size: Private generic functions
label-font-size: Private generic functions
label-font-size: Private generic functions
label-names: Private generic functions
label-names: Private generic functions
label-names: Private generic functions
label-position: Private generic functions
label-position: Private generic functions
label-rotation: Private generic functions
label-rotation: Private generic functions
labels&colors: Private generic functions
labels&colors: Private generic functions
labels&colors: Private generic functions
labels&colors: Private generic functions
labels&colors: Private generic functions
last-object-number: Private generic functions
last-object-number: Private generic functions
leading: Private generic functions
leading: Private generic functions
left-italic-correction: Private generic functions
left-italic-correction: Private generic functions
legend: Public generic functions
legend: Public generic functions
legend: Public generic functions
legend: Public generic functions
length1: Private generic functions
length1: Private generic functions
length1: Private generic functions
length2: Private generic functions
length2: Private generic functions
length3: Private generic functions
length3: Private generic functions
line-color: Private generic functions
line-color: Private generic functions
line-to: Public ordinary functions
line-width: Private generic functions
line-width: Private generic functions
load-fonts: Public ordinary functions
load-t1-font: Public ordinary functions
load-ttf-font: Public ordinary functions
load-ttu-font: Public ordinary functions
load-zlib: Public ordinary functions
locked-values: Private generic functions
locked-values: Private generic functions

M
Macro, def-pdf-op: Private macros
Macro, define-afm-section: Private macros
Macro, enforce-/: Private macros
Macro, in-text-mode: Public macros
Macro, mcond: Private macros
Macro, string-append: Private macros
Macro, with-document: Public macros
Macro, with-gensyms: Private macros
Macro, with-outline-level: Public macros
Macro, with-page: Public macros
Macro, with-saved-state: Public macros
make-dictionary: Private generic functions
make-dictionary: Private generic functions
make-dictionary: Private generic functions
make-dictionary: Private generic functions
make-dictionary: Private generic functions
make-dictionary: Private generic functions
make-image: Public generic functions
make-image: Public generic functions
make-image: Public generic functions
make-image: Public generic functions
make-image: Public generic functions
make-jpeg-image: Public generic functions
make-jpeg-image: Public generic functions
make-jpeg-image: Public generic functions
make-jpeg-image: Public generic functions
mapping-scheme: Public generic functions
mapping-scheme: Public generic functions
mask: Private generic functions
mask: Private generic functions
max-code: Private generic functions
max-code: Private generic functions
max-value: Private generic functions
max-value: Private generic functions
mcond: Private macros
Method, (setf annotations): Private generic functions
Method, (setf ascender): Public generic functions
Method, (setf author): Private generic functions
Method, (setf axis-max): Private generic functions
Method, (setf axis-min): Private generic functions
Method, (setf axis-scale): Private generic functions
Method, (setf background-color): Private generic functions
Method, (setf base-font): Private generic functions
Method, (setf base-font-p): Public generic functions
Method, (setf bbox): Public generic functions
Method, (setf binary-data): Private generic functions
Method, (setf binary-data): Private generic functions
Method, (setf bits-per-color): Private generic functions
Method, (setf bounds): Public generic functions
Method, (setf c2g): Private generic functions
Method, (setf c2g): Private generic functions
Method, (setf cap-height): Public generic functions
Method, (setf catalog): Private generic functions
Method, (setf char-codes): Private generic functions
Method, (setf char-names): Private generic functions
Method, (setf char-width): Public generic functions
Method, (setf character-set): Public generic functions
Method, (setf characters): Public generic functions
Method, (setf characters): Public generic functions
Method, (setf charset): Private generic functions
Method, (setf cid-widths): Private generic functions
Method, (setf code): Public generic functions
Method, (setf content): Private generic functions
Method, (setf content): Private generic functions
Method, (setf content-stream): Private generic functions
Method, (setf creation-date): Private generic functions
Method, (setf data): Private generic functions
Method, (setf descender): Public generic functions
Method, (setf descender): Public generic functions
Method, (setf descriptor): Private generic functions
Method, (setf dict-values): Private generic functions
Method, (setf docinfo): Private generic functions
Method, (setf encoding): Public generic functions
Method, (setf encoding): Public generic functions
Method, (setf encoding-scheme): Public generic functions
Method, (setf encoding-vector): Private generic functions
Method, (setf encodings): Private generic functions
Method, (setf esc-char): Public generic functions
Method, (setf family-name): Public generic functions
Method, (setf filename): Private generic functions
Method, (setf filename): Private generic functions
Method, (setf filename): Private generic functions
Method, (setf fixed-pitch-p): Private generic functions
Method, (setf fixed-v-p): Public generic functions
Method, (setf font): Public generic functions
Method, (setf font-bbox): Public generic functions
Method, (setf font-metrics): Public generic functions
Method, (setf font-name): Public generic functions
Method, (setf font-objects): Private generic functions
Method, (setf fonts): Private generic functions
Method, (setf fonts): Private generic functions
Method, (setf format-string): Private generic functions
Method, (setf full-name): Public generic functions
Method, (setf gen-number): Private generic functions
Method, (setf gen-number): Private generic functions
Method, (setf groups-spacing): Private generic functions
Method, (setf gstate-objects): Private generic functions
Method, (setf gstates): Private generic functions
Method, (setf gstates): Private generic functions
Method, (setf h-lines-color): Private generic functions
Method, (setf h-lines-color): Private generic functions
Method, (setf h-lines-width): Private generic functions
Method, (setf h-lines-width): Private generic functions
Method, (setf height): Public generic functions
Method, (setf height): Public generic functions
Method, (setf height): Public generic functions
Method, (setf hyphen-char): Public generic functions
Method, (setf hyphen-code): Private generic functions
Method, (setf index): Private generic functions
Method, (setf integer-tick): Private generic functions
Method, (setf italic-angle): Private generic functions
Method, (setf italic-sin): Private generic functions
Method, (setf kernings): Public generic functions
Method, (setf kernings): Public generic functions
Method, (setf keyword-name): Private generic functions
Method, (setf keywords): Private generic functions
Method, (setf label-color): Private generic functions
Method, (setf label-color): Private generic functions
Method, (setf label-font): Private generic functions
Method, (setf label-font): Private generic functions
Method, (setf label-font-size): Private generic functions
Method, (setf label-font-size): Private generic functions
Method, (setf label-names): Private generic functions
Method, (setf label-names): Private generic functions
Method, (setf label-position): Private generic functions
Method, (setf label-rotation): Private generic functions
Method, (setf labels&colors): Private generic functions
Method, (setf labels&colors): Private generic functions
Method, (setf labels&colors): Private generic functions
Method, (setf labels&colors): Private generic functions
Method, (setf last-object-number): Private generic functions
Method, (setf leading): Private generic functions
Method, (setf left-italic-correction): Private generic functions
Method, (setf legend): Public generic functions
Method, (setf legend): Public generic functions
Method, (setf legend): Public generic functions
Method, (setf length1): Private generic functions
Method, (setf length1): Private generic functions
Method, (setf length2): Private generic functions
Method, (setf length3): Private generic functions
Method, (setf line-color): Private generic functions
Method, (setf line-width): Private generic functions
Method, (setf locked-values): Private generic functions
Method, (setf mapping-scheme): Public generic functions
Method, (setf mask): Private generic functions
Method, (setf max-code): Private generic functions
Method, (setf max-value): Private generic functions
Method, (setf min-code): Private generic functions
Method, (setf min-value): Private generic functions
Method, (setf modification-date): Private generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf name): Public generic functions
Method, (setf named-refs): Private generic functions
Method, (setf nb-components): Private generic functions
Method, (setf nb-subticks): Private generic functions
Method, (setf nb-ticks): Private generic functions
Method, (setf next-outline): Private generic functions
Method, (setf no-compression): Private generic functions
Method, (setf notice): Public generic functions
Method, (setf obj-number): Private generic functions
Method, (setf obj-number): Private generic functions
Method, (setf objects): Private generic functions
Method, (setf outline-root): Private generic functions
Method, (setf pages): Private generic functions
Method, (setf palette): Private generic functions
Method, (setf pdf-widths): Private generic functions
Method, (setf pdf-widths): Private generic functions
Method, (setf point-radius): Private generic functions
Method, (setf post-draw-chart-fn): Private generic functions
Method, (setf pre-draw-chart-fn): Private generic functions
Method, (setf prev-outline): Private generic functions
Method, (setf reference): Private generic functions
Method, (setf reference): Private generic functions
Method, (setf resources): Private generic functions
Method, (setf right-italic-correction): Private generic functions
Method, (setf root-page): Private generic functions
Method, (setf serie): Private generic functions
Method, (setf series): Private generic functions
Method, (setf series): Private generic functions
Method, (setf spacing): Private generic functions
Method, (setf stacked-series): Private generic functions
Method, (setf standard-encoding): Private generic functions
Method, (setf sub-levels): Private generic functions
Method, (setf subject): Private generic functions
Method, (setf subtick-length): Private generic functions
Method, (setf subtick-width): Private generic functions
Method, (setf tick-length): Private generic functions
Method, (setf tick-value): Private generic functions
Method, (setf tick-width): Private generic functions
Method, (setf ticks-positions): Private generic functions
Method, (setf ticks-separation): Private generic functions
Method, (setf title): Private generic functions
Method, (setf title): Private generic functions
Method, (setf title): Private generic functions
Method, (setf title-color): Private generic functions
Method, (setf title-font): Private generic functions
Method, (setf title-font-size): Private generic functions
Method, (setf underline-position): Private generic functions
Method, (setf underline-thickness): Private generic functions
Method, (setf version): Private generic functions
Method, (setf vvector): Public generic functions
Method, (setf weight): Public generic functions
Method, (setf width): Public generic functions
Method, (setf width): Public generic functions
Method, (setf width): Public generic functions
Method, (setf width): Public generic functions
Method, (setf widths): Private generic functions
Method, (setf x): Private generic functions
Method, (setf x-axis): Private generic functions
Method, (setf x-axis): Private generic functions
Method, (setf x-height): Public generic functions
Method, (setf xobjects): Private generic functions
Method, (setf y): Private generic functions
Method, (setf y-axis): Private generic functions
Method, (setf y-axis): Private generic functions
Method, annotations: Private generic functions
Method, ascender: Public generic functions
Method, author: Private generic functions
Method, axis-max: Private generic functions
Method, axis-min: Private generic functions
Method, axis-scale: Private generic functions
Method, axis-size: Private generic functions
Method, axis-size: Private generic functions
Method, axis-size: Private generic functions
Method, background-color: Private generic functions
Method, base-encoding: Private generic functions
Method, base-font: Private generic functions
Method, base-font-p: Public generic functions
Method, bbox: Public generic functions
Method, binary-data: Private generic functions
Method, binary-data: Private generic functions
Method, bits-per-color: Private generic functions
Method, bounds: Public generic functions
Method, c2g: Private generic functions
Method, c2g: Private generic functions
Method, cap-height: Public generic functions
Method, catalog: Private generic functions
Method, char-codes: Private generic functions
Method, char-names: Private generic functions
Method, char-width: Public generic functions
Method, character-set: Public generic functions
Method, characters: Public generic functions
Method, characters: Public generic functions
Method, charset: Private generic functions
Method, charset: Private generic functions
Method, cid-widths: Private generic functions
Method, code: Public generic functions
Method, content: Private generic functions
Method, content: Private generic functions
Method, content-stream: Private generic functions
Method, creation-date: Private generic functions
Method, data: Private generic functions
Method, descender: Public generic functions
Method, descender: Public generic functions
Method, descriptor: Private generic functions
Method, dict-values: Private generic functions
Method, docinfo: Private generic functions
Method, draw-object: Public generic functions
Method, draw-object: Public generic functions
Method, draw-object: Public generic functions
Method, draw-object: Public generic functions
Method, draw-object: Public generic functions
Method, draw-object: Public generic functions
Method, draw-object: Public generic functions
Method, draw-object: Public generic functions
Method, encoding: Public generic functions
Method, encoding: Public generic functions
Method, encoding-scheme: Public generic functions
Method, encoding-vector: Private generic functions
Method, encodings: Private generic functions
Method, error-message: Private generic functions
Method, esc-char: Public generic functions
Method, family-name: Public generic functions
Method, filename: Private generic functions
Method, filename: Private generic functions
Method, filename: Private generic functions
Method, fixed-pitch-p: Private generic functions
Method, fixed-v-p: Public generic functions
Method, font: Public generic functions
Method, font-bbox: Public generic functions
Method, font-descriptor: Private generic functions
Method, font-descriptor: Private generic functions
Method, font-descriptor: Private generic functions
Method, font-metrics: Public generic functions
Method, font-name: Public generic functions
Method, font-objects: Private generic functions
Method, font-type: Private generic functions
Method, font-type: Private generic functions
Method, fonts: Private generic functions
Method, fonts: Private generic functions
Method, format-string: Private generic functions
Method, full-name: Public generic functions
Method, gen-number: Private generic functions
Method, gen-number: Private generic functions
Method, get-char-metrics: Private generic functions
Method, get-char-metrics: Private generic functions
Method, get-char-metrics: Private generic functions
Method, get-rgb: Private generic functions
Method, get-rgb: Private generic functions
Method, get-rgb: Private generic functions
Method, get-rgb: Private generic functions
Method, get-rgb: Private generic functions
Method, groups-spacing: Private generic functions
Method, gstate-objects: Private generic functions
Method, gstates: Private generic functions
Method, gstates: Private generic functions
Method, h-lines-color: Private generic functions
Method, h-lines-color: Private generic functions
Method, h-lines-width: Private generic functions
Method, h-lines-width: Private generic functions
Method, height: Public generic functions
Method, height: Public generic functions
Method, height: Public generic functions
Method, hyphen-char: Public generic functions
Method, hyphen-code: Private generic functions
Method, index: Private generic functions
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, integer-tick: Private generic functions
Method, italic-angle: Private generic functions
Method, italic-sin: Private generic functions
Method, kernings: Public generic functions
Method, kernings: Public generic functions
Method, keyword-name: Private generic functions
Method, keywords: Private generic functions
Method, label-color: Private generic functions
Method, label-color: Private generic functions
Method, label-font: Private generic functions
Method, label-font: Private generic functions
Method, label-font-size: Private generic functions
Method, label-font-size: Private generic functions
Method, label-names: Private generic functions
Method, label-names: Private generic functions
Method, label-position: Private generic functions
Method, label-rotation: Private generic functions
Method, labels&colors: Private generic functions
Method, labels&colors: Private generic functions
Method, labels&colors: Private generic functions
Method, labels&colors: Private generic functions
Method, last-object-number: Private generic functions
Method, leading: Private generic functions
Method, left-italic-correction: Private generic functions
Method, legend: Public generic functions
Method, legend: Public generic functions
Method, legend: Public generic functions
Method, length1: Private generic functions
Method, length1: Private generic functions
Method, length2: Private generic functions
Method, length3: Private generic functions
Method, line-color: Private generic functions
Method, line-width: Private generic functions
Method, locked-values: Private generic functions
Method, make-dictionary: Private generic functions
Method, make-dictionary: Private generic functions
Method, make-dictionary: Private generic functions
Method, make-dictionary: Private generic functions
Method, make-dictionary: Private generic functions
Method, make-image: Public generic functions
Method, make-image: Public generic functions
Method, make-image: Public generic functions
Method, make-image: Public generic functions
Method, make-jpeg-image: Public generic functions
Method, make-jpeg-image: Public generic functions
Method, make-jpeg-image: Public generic functions
Method, mapping-scheme: Public generic functions
Method, mask: Private generic functions
Method, max-code: Private generic functions
Method, max-value: Private generic functions
Method, min-code: Private generic functions
Method, min-value: Private generic functions
Method, modification-date: Private generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, named-refs: Private generic functions
Method, nb-components: Private generic functions
Method, nb-subticks: Private generic functions
Method, nb-ticks: Private generic functions
Method, next-outline: Private generic functions
Method, no-compression: Private generic functions
Method, notice: Public generic functions
Method, obj-number: Private generic functions
Method, obj-number: Private generic functions
Method, objects: Private generic functions
Method, outline-root: Private generic functions
Method, pages: Private generic functions
Method, palette: Private generic functions
Method, pdf-widths: Private generic functions
Method, pdf-widths: Private generic functions
Method, point-radius: Private generic functions
Method, post-draw-chart-fn: Private generic functions
Method, pre-draw-chart-fn: Private generic functions
Method, prev-outline: Private generic functions
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, reference: Private generic functions
Method, reference: Private generic functions
Method, resources: Private generic functions
Method, right-italic-correction: Private generic functions
Method, root-page: Private generic functions
Method, serie: Private generic functions
Method, series: Private generic functions
Method, series: Private generic functions
Method, spacing: Private generic functions
Method, stacked-series: Private generic functions
Method, standard-encoding: Private generic functions
Method, sub-levels: Private generic functions
Method, subject: Private generic functions
Method, subtick-length: Private generic functions
Method, subtick-width: Private generic functions
Method, tick-length: Private generic functions
Method, tick-value: Private generic functions
Method, tick-width: Private generic functions
Method, ticks-positions: Private generic functions
Method, ticks-separation: Private generic functions
Method, title: Private generic functions
Method, title: Private generic functions
Method, title: Private generic functions
Method, title-color: Private generic functions
Method, title-font: Private generic functions
Method, title-font-size: Private generic functions
Method, underline-position: Private generic functions
Method, underline-thickness: Private generic functions
Method, version: Private generic functions
Method, vvector: Public generic functions
Method, weight: Public generic functions
Method, width: Public generic functions
Method, width: Public generic functions
Method, width: Public generic functions
Method, width: Public generic functions
Method, widths: Private generic functions
Method, write-document: Public generic functions
Method, write-document: Public generic functions
Method, write-document: Public generic functions
Method, write-object: Private generic functions
Method, write-object: Private generic functions
Method, write-object: Private generic functions
Method, write-object: Private generic functions
Method, write-object: Private generic functions
Method, write-object: Private generic functions
Method, write-object: Private generic functions
Method, write-object: Private generic functions
Method, write-object: Private generic functions
Method, write-object: Private generic functions
Method, write-object: Private generic functions
Method, write-object: Private generic functions
Method, write-object: Private generic functions
Method, write-object: Private generic functions
Method, write-stream-content: Private generic functions
Method, write-stream-content: Private generic functions
Method, write-stream-content: Private generic functions
Method, write-to-page: Private generic functions
Method, write-to-page: Private generic functions
Method, write-to-page: Private generic functions
Method, write-to-page: Private generic functions
Method, write-to-page: Private generic functions
Method, write-to-page: Private generic functions
Method, x: Private generic functions
Method, x-axis: Private generic functions
Method, x-axis: Private generic functions
Method, x-height: Public generic functions
Method, xobjects: Private generic functions
Method, y: Private generic functions
Method, y-axis: Private generic functions
Method, y-axis: Private generic functions
midpoint: Private ordinary functions
min-code: Private generic functions
min-code: Private generic functions
min-value: Private generic functions
min-value: Private generic functions
modification-date: Private generic functions
modification-date: Private generic functions
move-text: Public ordinary functions
move-to: Public ordinary functions
move-to-next-line: Public ordinary functions

N
naive-polyline: Private ordinary functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
named-refs: Private generic functions
named-refs: Private generic functions
nb-components: Private generic functions
nb-components: Private generic functions
nb-subticks: Private generic functions
nb-subticks: Private generic functions
nb-ticks: Private generic functions
nb-ticks: Private generic functions
next-outline: Private generic functions
next-outline: Private generic functions
nice-number: Private ordinary functions
no-compression: Private generic functions
no-compression: Private generic functions
notice: Public generic functions
notice: Public generic functions

O
obj-number: Private generic functions
obj-number: Private generic functions
obj-number: Private generic functions
objects: Private generic functions
objects: Private generic functions
outline-root: Private generic functions
outline-root: Private generic functions

P
pages: Private generic functions
pages: Private generic functions
paint-image: Public ordinary functions
palette: Private generic functions
palette: Private generic functions
pdf-name: Private ordinary functions
pdf-string: Private ordinary functions
pdf-widths: Private generic functions
pdf-widths: Private generic functions
pdf-widths: Private generic functions
pie: Public ordinary functions
point-radius: Private generic functions
point-radius: Private generic functions
polyline: Public ordinary functions
post-draw-chart-fn: Private generic functions
post-draw-chart-fn: Private generic functions
pre-draw-chart-fn: Private generic functions
pre-draw-chart-fn: Private generic functions
prev-outline: Private generic functions
prev-outline: Private generic functions
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
process-outlines: Private ordinary functions

R
read-afm-file: Public ordinary functions
read-base-string: Private ordinary functions
read-byte16: Private ordinary functions
read-byte32: Private ordinary functions
read-convert-jpg-file: Private ordinary functions
read-jpeg-file: Public ordinary functions
read-pfb-file: Private ordinary functions
read-pfb-length: Private ordinary functions
read-pfb-seg-size: Private ordinary functions
read-png-file: Private ordinary functions
read-png-file2: Private ordinary functions
read-ttf-metrics: Private ordinary functions
read-ufm-file: Private ordinary functions
rectangle: Public ordinary functions
reference: Private generic functions
reference: Private generic functions
reference: Private generic functions
register-named-reference: Private ordinary functions
register-page-reference: Public ordinary functions
regular-polygon: Public ordinary functions
resources: Private generic functions
resources: Private generic functions
right-italic-correction: Private generic functions
right-italic-correction: Private generic functions
root-page: Private generic functions
root-page: Private generic functions
rotate: Public ordinary functions
rotate*: Public ordinary functions

S
scale: Public ordinary functions
serie: Private generic functions
serie: Private generic functions
series: Private generic functions
series: Private generic functions
series: Private generic functions
set-char-spacing: Public ordinary functions
set-color-fill: Public ordinary functions
set-color-stroke: Public ordinary functions
set-cymk-fill: Public ordinary functions
set-cymk-stroke: Public ordinary functions
set-dash-pattern: Public ordinary functions
set-fill-transparency: Public ordinary functions
set-font: Public ordinary functions
set-gray-fill: Public ordinary functions
set-gray-stroke: Public ordinary functions
set-gstate: Private ordinary functions
set-line-cap: Public ordinary functions
set-line-join: Public ordinary functions
set-line-width: Public ordinary functions
set-miter-limit: Public ordinary functions
set-rgb-fill: Public ordinary functions
set-rgb-stroke: Public ordinary functions
set-stroke-transparency: Public ordinary functions
set-text-leading: Public ordinary functions
set-text-matrix: Public ordinary functions
set-text-rendering-mode: Public ordinary functions
set-text-rise: Public ordinary functions
set-text-x-scale: Public ordinary functions
set-transform-matrix: Public ordinary functions
set-transparency: Public ordinary functions
show-char: Public ordinary functions
show-spaced-strings: Public ordinary functions
show-text: Public ordinary functions
show-text-on-next-line: Public ordinary functions
skew: Public ordinary functions
skew*: Public ordinary functions
spacing: Private generic functions
spacing: Private generic functions
split-text: Private ordinary functions
stacked-series: Private generic functions
stacked-series: Private generic functions
standard-encoding: Private generic functions
standard-encoding: Private generic functions
star: Public ordinary functions
string-append: Private macros
stroke: Public ordinary functions
sub-levels: Private generic functions
sub-levels: Private generic functions
subject: Private generic functions
subject: Private generic functions
subtick-length: Private generic functions
subtick-length: Private generic functions
subtick-width: Private generic functions
subtick-width: Private generic functions

T
text-width: Private ordinary functions
tick-length: Private generic functions
tick-length: Private generic functions
tick-value: Private generic functions
tick-value: Private generic functions
tick-width: Private generic functions
tick-width: Private generic functions
ticks-positions: Private generic functions
ticks-positions: Private generic functions
ticks-separation: Private generic functions
ticks-separation: Private generic functions
title: Private generic functions
title: Private generic functions
title: Private generic functions
title: Private generic functions
title-color: Private generic functions
title-color: Private generic functions
title-font: Private generic functions
title-font: Private generic functions
title-font-size: Private generic functions
title-font-size: Private generic functions
translate: Public ordinary functions

U
underline-position: Private generic functions
underline-position: Private generic functions
underline-thickness: Private generic functions
underline-thickness: Private generic functions
unit-width: Private ordinary functions
universal-time<-time-spec: Private ordinary functions

V
version: Private generic functions
version: Private generic functions
vvector: Public generic functions
vvector: Public generic functions

W
weight: Public generic functions
weight: Public generic functions
whitespace-p: Private ordinary functions
width: Public generic functions
width: Public generic functions
width: Public generic functions
width: Public generic functions
width: Public generic functions
widths: Private generic functions
widths: Private generic functions
with-document: Public macros
with-gensyms: Private macros
with-outline-level: Public macros
with-page: Public macros
with-saved-state: Public macros
write-document: Public generic functions
write-document: Public generic functions
write-document: Public generic functions
write-document: Public generic functions
write-object: Private generic functions
write-object: Private generic functions
write-object: Private generic functions
write-object: Private generic functions
write-object: Private generic functions
write-object: Private generic functions
write-object: Private generic functions
write-object: Private generic functions
write-object: Private generic functions
write-object: Private generic functions
write-object: Private generic functions
write-object: Private generic functions
write-object: Private generic functions
write-object: Private generic functions
write-object: Private generic functions
write-stream-content: Private generic functions
write-stream-content: Private generic functions
write-stream-content: Private generic functions
write-stream-content: Private generic functions
write-to-page: Private generic functions
write-to-page: Private generic functions
write-to-page: Private generic functions
write-to-page: Private generic functions
write-to-page: Private generic functions
write-to-page: Private generic functions
write-to-page: Private generic functions

X
x: Private generic functions
x: Private generic functions
x-axis: Private generic functions
x-axis: Private generic functions
x-axis: Private generic functions
x-height: Public generic functions
x-height: Public generic functions
xobjects: Private generic functions
xobjects: Private generic functions

Y
y: Private generic functions
y: Private generic functions
y-axis: Private generic functions
y-axis: Private generic functions
y-axis: Private generic functions


A.3 Variables

Jump to:   %   *   +  
A   B   C   D   E   F   G   H   I   K   L   M   N   O   P   R   S   T   U   V   W   X   Y  
Index Entry  Section

%
%fonts-loaded%: Private special variables

*
*a4-landscape-page-bounds*: Public special variables
*a4-portrait-page-bounds*: Public special variables
*afm-files-directories*: Public special variables
*char-single-byte-codes*: Public special variables
*cl-pdf-base-directory*: Private special variables
*compress-fonts*: Private special variables
*compress-streams*: Public special variables
*default-charset*: Public special variables
*default-encoding*: Public special variables
*default-page-bounds*: Public special variables
*delimiter-chars*: Private special variables
*document*: Public special variables
*embed-fonts*: Private special variables
*encodings*: Private special variables
*font*: Private special variables
*font-cache*: Private special variables
*font-metrics*: Private special variables
*font-size*: Private special variables
*latin-2-encoding*: Private special variables
*letter-landscape-page-bounds*: Public special variables
*letter-portrait-page-bounds*: Public special variables
*load-images-lazily*: Public special variables
*mac-expert-encoding*: Private special variables
*mac-roman-encoding*: Private special variables
*max-number-of-pages*: Public special variables
*min-size-for-compression*: Private special variables
*name-counter*: Private special variables
*outlines-stack*: Private special variables
*page*: Public special variables
*page-number*: Public special variables
*page-stream*: Private special variables
*pdf-doc-encoding*: Private special variables
*pdf-stream*: Private special variables
*root-page*: Private special variables
*standard-encoding*: Private special variables
*symbol-encoding*: Private special variables
*table*: Private special variables
*table-a*: Private special variables
*table-b*: Private special variables
*table-c*: Private special variables
*table-h*: Private special variables
*unicode-encoding*: Private special variables
*version*: Public special variables
*win-1250-encoding*: Private special variables
*win-1251-encoding*: Private special variables
*win-ansi-encoding*: Private special variables
*x11-color-keyword-map*: Private special variables
*x11-color-string-map*: Private special variables
*x11-colors*: Private special variables
*xrefs*: Private special variables
*zapf-dingbats-encoding*: Private special variables

+
+2pi+: Private constants
+deg-to-rad+: Private constants
+external-format+: Private constants
+jpeg-color-spaces+: Private special variables
+magic-modulo-number+: Private constants
+pdf-header+: Private special variables
+pfb-ascii+: Private constants
+pfb-binary+: Private constants
+pfb-done+: Private constants
+pfb-marker+: Private constants
+pi/2+: Private constants
+section-char+: Private constants

A
annotations: Private classes
ascender: Public classes
author: Private classes
axis-max: Private classes
axis-min: Private classes
axis-scale: Private classes

B
background-color: Private classes
base-encoding: Private classes
base-font: Private classes
base-font-p: Public classes
bbox: Public classes
binary-data: Private classes
binary-data: Private classes
bits-per-color: Private classes
bounds: Private classes

C
c2g: Private classes
c2g: Private classes
cap-height: Public classes
catalog: Private classes
char-codes: Private classes
char-names: Private classes
char-width: Public classes
character-set: Public classes
characters: Public classes
characters: Public classes
charset: Private classes
cid-widths: Private classes
code: Public classes
Constant, +2pi+: Private constants
Constant, +deg-to-rad+: Private constants
Constant, +external-format+: Private constants
Constant, +magic-modulo-number+: Private constants
Constant, +pfb-ascii+: Private constants
Constant, +pfb-binary+: Private constants
Constant, +pfb-done+: Private constants
Constant, +pfb-marker+: Private constants
Constant, +pi/2+: Private constants
Constant, +section-char+: Private constants
content: Private classes
content: Private classes
content-stream: Private classes
creation-date: Private classes

D
data: Private classes
descender: Public classes
descender: Public classes
descriptor: Private classes
dict-values: Private classes
docinfo: Private classes

E
encoding: Public classes
encoding: Private classes
encoding-scheme: Public classes
encoding-vector: Public classes
encodings: Private classes
esc-char: Public classes

F
family-name: Public classes
filename: Public classes
filename: Private classes
filename: Private classes
fixed-pitch-p: Public classes
fixed-v-p: Public classes
font: Private classes
font-bbox: Public classes
font-metrics: Public classes
font-name: Public classes
font-objects: Private classes
fonts: Private classes
fonts: Private classes
format-string: Private classes
full-name: Public classes

G
gen-number: Private classes
gen-number: Private classes
groups-spacing: Public classes
gstate-objects: Private classes
gstates: Private classes
gstates: Private classes

H
h-lines-color: Public classes
h-lines-color: Public classes
h-lines-width: Public classes
h-lines-width: Public classes
height: Public classes
height: Private classes
height: Private classes
hyphen-char: Public classes
hyphen-code: Public classes

I
index: Public classes
integer-tick: Private classes
italic-angle: Public classes
italic-sin: Public classes

K
kernings: Public classes
kernings: Public classes
keyword-name: Public classes
keywords: Private classes

L
label-color: Public classes
label-color: Private classes
label-font: Public classes
label-font: Private classes
label-font-size: Public classes
label-font-size: Private classes
label-names: Public classes
label-names: Private classes
label-position: Private classes
label-rotation: Private classes
labels&colors: Public classes
labels&colors: Public classes
labels&colors: Public classes
labels&colors: Public classes
last-object-number: Private classes
leading: Public classes
left-italic-correction: Public classes
legend: Public classes
legend: Public classes
legend: Public classes
length1: Private classes
length1: Private classes
length2: Private classes
length3: Private classes
line-color: Private classes
line-width: Private classes
locked-values: Private classes

M
mapping-scheme: Public classes
mask: Private classes
max-code: Private classes
max-value: Private classes
message: Public conditions
min-code: Private classes
min-value: Private classes
modification-date: Private classes

N
name: Public classes
name: Public classes
name: Public classes
name: Public classes
name: Private classes
name: Private classes
name: Private classes
named-refs: Private classes
nb-components: Private classes
nb-subticks: Private classes
nb-ticks: Private classes
next-outline: Private classes
no-compression: Private classes
notice: Public classes

O
obj-number: Private classes
obj-number: Private classes
objects: Private classes
outline-root: Private classes

P
pages: Private classes
palette: Private classes
pdf-widths: Public classes
pdf-widths: Private classes
point-radius: Public classes
post-draw-chart-fn: Private classes
pre-draw-chart-fn: Private classes
prev-outline: Private classes

R
reference: Private classes
reference: Private classes
resources: Private classes
right-italic-correction: Public classes
root-page: Private classes

S
serie: Public classes
series: Public classes
series: Public classes
Slot, annotations: Private classes
Slot, ascender: Public classes
Slot, author: Private classes
Slot, axis-max: Private classes
Slot, axis-min: Private classes
Slot, axis-scale: Private classes
Slot, background-color: Private classes
Slot, base-encoding: Private classes
Slot, base-font: Private classes
Slot, base-font-p: Public classes
Slot, bbox: Public classes
Slot, binary-data: Private classes
Slot, binary-data: Private classes
Slot, bits-per-color: Private classes
Slot, bounds: Private classes
Slot, c2g: Private classes
Slot, c2g: Private classes
Slot, cap-height: Public classes
Slot, catalog: Private classes
Slot, char-codes: Private classes
Slot, char-names: Private classes
Slot, char-width: Public classes
Slot, character-set: Public classes
Slot, characters: Public classes
Slot, characters: Public classes
Slot, charset: Private classes
Slot, cid-widths: Private classes
Slot, code: Public classes
Slot, content: Private classes
Slot, content: Private classes
Slot, content-stream: Private classes
Slot, creation-date: Private classes
Slot, data: Private classes
Slot, descender: Public classes
Slot, descender: Public classes
Slot, descriptor: Private classes
Slot, dict-values: Private classes
Slot, docinfo: Private classes
Slot, encoding: Public classes
Slot, encoding: Private classes
Slot, encoding-scheme: Public classes
Slot, encoding-vector: Public classes
Slot, encodings: Private classes
Slot, esc-char: Public classes
Slot, family-name: Public classes
Slot, filename: Public classes
Slot, filename: Private classes
Slot, filename: Private classes
Slot, fixed-pitch-p: Public classes
Slot, fixed-v-p: Public classes
Slot, font: Private classes
Slot, font-bbox: Public classes
Slot, font-metrics: Public classes
Slot, font-name: Public classes
Slot, font-objects: Private classes
Slot, fonts: Private classes
Slot, fonts: Private classes
Slot, format-string: Private classes
Slot, full-name: Public classes
Slot, gen-number: Private classes
Slot, gen-number: Private classes
Slot, groups-spacing: Public classes
Slot, gstate-objects: Private classes
Slot, gstates: Private classes
Slot, gstates: Private classes
Slot, h-lines-color: Public classes
Slot, h-lines-color: Public classes
Slot, h-lines-width: Public classes
Slot, h-lines-width: Public classes
Slot, height: Public classes
Slot, height: Private classes
Slot, height: Private classes
Slot, hyphen-char: Public classes
Slot, hyphen-code: Public classes
Slot, index: Public classes
Slot, integer-tick: Private classes
Slot, italic-angle: Public classes
Slot, italic-sin: Public classes
Slot, kernings: Public classes
Slot, kernings: Public classes
Slot, keyword-name: Public classes
Slot, keywords: Private classes
Slot, label-color: Public classes
Slot, label-color: Private classes
Slot, label-font: Public classes
Slot, label-font: Private classes
Slot, label-font-size: Public classes
Slot, label-font-size: Private classes
Slot, label-names: Public classes
Slot, label-names: Private classes
Slot, label-position: Private classes
Slot, label-rotation: Private classes
Slot, labels&colors: Public classes
Slot, labels&colors: Public classes
Slot, labels&colors: Public classes
Slot, labels&colors: Public classes
Slot, last-object-number: Private classes
Slot, leading: Public classes
Slot, left-italic-correction: Public classes
Slot, legend: Public classes
Slot, legend: Public classes
Slot, legend: Public classes
Slot, length1: Private classes
Slot, length1: Private classes
Slot, length2: Private classes
Slot, length3: Private classes
Slot, line-color: Private classes
Slot, line-width: Private classes
Slot, locked-values: Private classes
Slot, mapping-scheme: Public classes
Slot, mask: Private classes
Slot, max-code: Private classes
Slot, max-value: Private classes
Slot, message: Public conditions
Slot, min-code: Private classes
Slot, min-value: Private classes
Slot, modification-date: Private classes
Slot, name: Public classes
Slot, name: Public classes
Slot, name: Public classes
Slot, name: Public classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, named-refs: Private classes
Slot, nb-components: Private classes
Slot, nb-subticks: Private classes
Slot, nb-ticks: Private classes
Slot, next-outline: Private classes
Slot, no-compression: Private classes
Slot, notice: Public classes
Slot, obj-number: Private classes
Slot, obj-number: Private classes
Slot, objects: Private classes
Slot, outline-root: Private classes
Slot, pages: Private classes
Slot, palette: Private classes
Slot, pdf-widths: Public classes
Slot, pdf-widths: Private classes
Slot, point-radius: Public classes
Slot, post-draw-chart-fn: Private classes
Slot, pre-draw-chart-fn: Private classes
Slot, prev-outline: Private classes
Slot, reference: Private classes
Slot, reference: Private classes
Slot, resources: Private classes
Slot, right-italic-correction: Public classes
Slot, root-page: Private classes
Slot, serie: Public classes
Slot, series: Public classes
Slot, series: Public classes
Slot, spacing: Public classes
Slot, stacked-series: Public classes
Slot, standard-encoding: Public classes
Slot, sub-levels: Private classes
Slot, subject: Private classes
Slot, subtick-length: Private classes
Slot, subtick-width: Private classes
Slot, tick-length: Private classes
Slot, tick-value: Private classes
Slot, tick-width: Private classes
Slot, ticks-positions: Private classes
Slot, ticks-separation: Private classes
Slot, title: Private classes
Slot, title: Private classes
Slot, title: Private classes
Slot, title-color: Private classes
Slot, title-font: Private classes
Slot, title-font-size: Private classes
Slot, underline-position: Public classes
Slot, underline-thickness: Public classes
Slot, version: Public classes
Slot, vvector: Public classes
Slot, weight: Public classes
Slot, width: Public classes
Slot, width: Public classes
Slot, width: Private classes
Slot, width: Private classes
Slot, widths: Private classes
Slot, x: Private classes
Slot, x-axis: Public classes
Slot, x-axis: Public classes
Slot, x-height: Public classes
Slot, xobjects: Private classes
Slot, y: Private classes
Slot, y-axis: Public classes
Slot, y-axis: Public classes
spacing: Public classes
Special Variable, %fonts-loaded%: Private special variables
Special Variable, *a4-landscape-page-bounds*: Public special variables
Special Variable, *a4-portrait-page-bounds*: Public special variables
Special Variable, *afm-files-directories*: Public special variables
Special Variable, *char-single-byte-codes*: Public special variables
Special Variable, *cl-pdf-base-directory*: Private special variables
Special Variable, *compress-fonts*: Private special variables
Special Variable, *compress-streams*: Public special variables
Special Variable, *default-charset*: Public special variables
Special Variable, *default-encoding*: Public special variables
Special Variable, *default-page-bounds*: Public special variables
Special Variable, *delimiter-chars*: Private special variables
Special Variable, *document*: Public special variables
Special Variable, *embed-fonts*: Private special variables
Special Variable, *encodings*: Private special variables
Special Variable, *font*: Private special variables
Special Variable, *font-cache*: Private special variables
Special Variable, *font-metrics*: Private special variables
Special Variable, *font-size*: Private special variables
Special Variable, *latin-2-encoding*: Private special variables
Special Variable, *letter-landscape-page-bounds*: Public special variables
Special Variable, *letter-portrait-page-bounds*: Public special variables
Special Variable, *load-images-lazily*: Public special variables
Special Variable, *mac-expert-encoding*: Private special variables
Special Variable, *mac-roman-encoding*: Private special variables
Special Variable, *max-number-of-pages*: Public special variables
Special Variable, *min-size-for-compression*: Private special variables
Special Variable, *name-counter*: Private special variables
Special Variable, *outlines-stack*: Private special variables
Special Variable, *page*: Public special variables
Special Variable, *page-number*: Public special variables
Special Variable, *page-stream*: Private special variables
Special Variable, *pdf-doc-encoding*: Private special variables
Special Variable, *pdf-stream*: Private special variables
Special Variable, *root-page*: Private special variables
Special Variable, *standard-encoding*: Private special variables
Special Variable, *symbol-encoding*: Private special variables
Special Variable, *table*: Private special variables
Special Variable, *table-a*: Private special variables
Special Variable, *table-b*: Private special variables
Special Variable, *table-c*: Private special variables
Special Variable, *table-h*: Private special variables
Special Variable, *unicode-encoding*: Private special variables
Special Variable, *version*: Public special variables
Special Variable, *win-1250-encoding*: Private special variables
Special Variable, *win-1251-encoding*: Private special variables
Special Variable, *win-ansi-encoding*: Private special variables
Special Variable, *x11-color-keyword-map*: Private special variables
Special Variable, *x11-color-string-map*: Private special variables
Special Variable, *x11-colors*: Private special variables
Special Variable, *xrefs*: Private special variables
Special Variable, *zapf-dingbats-encoding*: Private special variables
Special Variable, +jpeg-color-spaces+: Private special variables
Special Variable, +pdf-header+: Private special variables
stacked-series: Public classes
standard-encoding: Public classes
sub-levels: Private classes
subject: Private classes
subtick-length: Private classes
subtick-width: Private classes

T
tick-length: Private classes
tick-value: Private classes
tick-width: Private classes
ticks-positions: Private classes
ticks-separation: Private classes
title: Private classes
title: Private classes
title: Private classes
title-color: Private classes
title-font: Private classes
title-font-size: Private classes

U
underline-position: Public classes
underline-thickness: Public classes

V
version: Public classes
vvector: Public classes

W
weight: Public classes
width: Public classes
width: Public classes
width: Private classes
width: Private classes
widths: Private classes

X
x: Private classes
x-axis: Public classes
x-axis: Public classes
x-height: Public classes
xobjects: Private classes

Y
y: Private classes
y-axis: Public classes
y-axis: Public classes


A.4 Data types

Jump to:   A   B   C   D   E   F   G   H   I   J   L   N   O   P   S   T   U   V   X   Z  
Index Entry  Section

A
annotation: Private classes
annotation2: Private classes
axis: Private classes

B
bar-codes.lisp: The cl-pdf/bar-codes․lisp file
bitmap-image: Private classes

C
char-metrics: Public classes
chart-item: Private classes
chart.lisp: The cl-pdf/chart․lisp file
cid-font: Private classes
cl-pdf: The cl-pdf system
cl-pdf-system: The cl-pdf-system package
cl-pdf.asd: The cl-pdf/cl-pdf․asd file
Class, annotation: Private classes
Class, annotation2: Private classes
Class, axis: Private classes
Class, bitmap-image: Private classes
Class, char-metrics: Public classes
Class, chart-item: Private classes
Class, cid-font: Private classes
Class, custom-encoding: Private classes
Class, dictionary: Private classes
Class, document: Private classes
Class, encoding: Public classes
Class, encoding-object: Private classes
Class, font: Public classes
Class, font-metrics: Public classes
Class, font-object: Private classes
Class, gstate-object: Private classes
Class, histo-axis: Private classes
Class, histogram: Public classes
Class, horizontal-histo-axis: Public classes
Class, horizontal-value-axis: Private classes
Class, image: Public classes
Class, indirect-object: Private classes
Class, jpeg-image: Private classes
Class, lazy-pdf-stream: Private classes
Class, legend: Public classes
Class, named-reference: Private classes
Class, object-ref: Private classes
Class, outline: Private classes
Class, page: Private classes
Class, page-node: Private classes
Class, pdf-stream: Private classes
Class, pie-chart: Public classes
Class, plot-xy: Public classes
Class, png-image: Private classes
Class, single-byte-encoding: Private classes
Class, t1-font-metrics: Private classes
Class, ttu-font-metrics: Private classes
Class, unicode-encoding: Private classes
Class, value-axis: Private classes
Class, vertical-histo-axis: Private classes
Class, vertical-value-axis: Public classes
Condition, image-file-parse-error: Public conditions
config.lisp: The cl-pdf/config․lisp file
custom-encoding: Private classes

D
defpackage.lisp: The cl-pdf/defpackage․lisp file
dictionary: Private classes
document: Private classes

E
encoding: Public classes
encoding-object: Private classes
encodings.lisp: The cl-pdf/encodings․lisp file

F
File, bar-codes.lisp: The cl-pdf/bar-codes․lisp file
File, chart.lisp: The cl-pdf/chart․lisp file
File, cl-pdf.asd: The cl-pdf/cl-pdf․asd file
File, config.lisp: The cl-pdf/config․lisp file
File, defpackage.lisp: The cl-pdf/defpackage․lisp file
File, encodings.lisp: The cl-pdf/encodings․lisp file
File, font-metrics.lisp: The cl-pdf/font-metrics․lisp file
File, font.lisp: The cl-pdf/font․lisp file
File, pdf-base.lisp: The cl-pdf/pdf-base․lisp file
File, pdf-geom.lisp: The cl-pdf/pdf-geom․lisp file
File, pdf.lisp: The cl-pdf/pdf․lisp file
File, png.lisp: The cl-pdf/png․lisp file
File, t1-font.lisp: The cl-pdf/t1-font․lisp file
File, text.lisp: The cl-pdf/text․lisp file
File, ttu-font.lisp: The cl-pdf/ttu-font․lisp file
File, x11-colors.lisp: The cl-pdf/x11-colors․lisp file
File, zlib.lisp: The cl-pdf/zlib․lisp file
File, zpb-ttf-load.lisp: The cl-pdf/zpb-ttf-load․lisp file
File, zzinit.lisp: The cl-pdf/zzinit․lisp file
font: Public classes
font-metrics: Public classes
font-metrics.lisp: The cl-pdf/font-metrics․lisp file
font-object: Private classes
font.lisp: The cl-pdf/font․lisp file

G
gstate-object: Private classes

H
histo-axis: Private classes
histogram: Public classes
horizontal-histo-axis: Public classes
horizontal-value-axis: Private classes

I
image: Public classes
image-file-parse-error: Public conditions
indirect-object: Private classes

J
jpeg-image: Private classes

L
lazy-pdf-stream: Private classes
legend: Public classes

N
named-reference: Private classes

O
object-ref: Private classes
outline: Private classes

P
Package, cl-pdf-system: The cl-pdf-system package
Package, pdf: The pdf package
page: Private classes
page-node: Private classes
pdf: The pdf package
pdf-base.lisp: The cl-pdf/pdf-base․lisp file
pdf-geom.lisp: The cl-pdf/pdf-geom․lisp file
pdf-stream: Private classes
pdf.lisp: The cl-pdf/pdf․lisp file
pie-chart: Public classes
plot-xy: Public classes
png-image: Private classes
png.lisp: The cl-pdf/png․lisp file

S
single-byte-encoding: Private classes
System, cl-pdf: The cl-pdf system

T
t1-font-metrics: Private classes
t1-font.lisp: The cl-pdf/t1-font․lisp file
text.lisp: The cl-pdf/text․lisp file
ttu-font-metrics: Private classes
ttu-font.lisp: The cl-pdf/ttu-font․lisp file

U
unicode-encoding: Private classes

V
value-axis: Private classes
vertical-histo-axis: Private classes
vertical-value-axis: Public classes

X
x11-colors.lisp: The cl-pdf/x11-colors․lisp file

Z
zlib.lisp: The cl-pdf/zlib․lisp file
zpb-ttf-load.lisp: The cl-pdf/zpb-ttf-load․lisp file
zzinit.lisp: The cl-pdf/zzinit․lisp file