The Char Info structure.
This structure is used to store decoded information from the char-info table
(see TeX: the Program [543]). Only one of LIG/KERN-INDEX, NEXT-CHAR, and
EXTEN-INDEX may be non-null at a time (see TeX: the Program [544]).
intermediate.lisp
(file)
structure-object
(structure)
width-index
(function)
(setf width-index)
(function)
height-index
(function)
(setf height-index)
(function)
depth-index
(function)
(setf depth-index)
(function)
italic-index
(function)
(setf italic-index)
(function)
lig/kern-index
(function)
(setf lig/kern-index)
(function)
next-char
(function)
(setf next-char)
(function)
exten-index
(function)
(setf exten-index)
(function)
The Exten structure.
This structure is used to store decoded information from the exten table
(see TeX: the Program [546]).
intermediate.lisp
(file)
structure-object
(structure)
top
(function)
(setf top)
(function)
mid
(function)
(setf mid)
(function)
bot
(function)
(setf bot)
(function)
rep
(function)
(setf rep)
(function)
The Lig/Kern structure.
This structure is used to store decoded information from the lig/kern table
(see TeX: the Program [545]).
intermediate.lisp
(file)
structure-object
(structure)
skip
(function)
(setf skip)
(function)
next
(function)
(setf next)
(function)
remainder
(function)
(setf remainder)
(function)