The Anonymous Font usage error.
It signals an attempt at creating a font with no name.
font.lisp
(file)
tfm-usage-error
(condition)
The File Size Mixin condition.
It is used in both errors and warnings to report different declared and
actual file sizes.
file.lisp
(file)
condition
(condition)
file-underflow
(condition)
file-overflow
(condition)
actual-size
(method)
actual-size
(method)
declared-size
(method)
declared-size
(method)
The declared file size.
:declared-size
declared-size
(generic function)
(setf declared-size)
(generic function)
The actual file size.
:actual-size
actual-size
(generic function)
(setf actual-size)
(generic function)
The Invalid Original Design Size compliance warning.
It signals that, although overridden explicitly, an original design size was
too small (< 1pt).
file.lisp
(file)
tfm-compliance-warning
(condition)
value
(method)
value
(method)
The invalid original design size.
:value
value
(generic function)
(setf value)
(generic function)
The TFM table errors root condition.
This is the root condition for errors related to TFM tables.
file.lisp
(file)
tfm-compliance-error
(condition)
invalid-table-index
(condition)
invalid-table-start
(condition)
invalid-table-length
(condition)
name
(method)
name
(method)
The table’s name.
:name
name
(generic function)
(setf name)
(generic function)