Next: , Previous: , Up: Internal definitions   [Contents][Index]


6.2.7 Structures

Structure: char-info ()

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]).

Package

net.didierverna.tfm

Source

intermediate.lisp (file)

Direct superclasses

structure-object (structure)

Direct slots
Slot: width-index
Readers

width-index (function)

Writers

(setf width-index) (function)

Slot: height-index
Readers

height-index (function)

Writers

(setf height-index) (function)

Slot: depth-index
Readers

depth-index (function)

Writers

(setf depth-index) (function)

Slot: italic-index
Readers

italic-index (function)

Writers

(setf italic-index) (function)

Slot: lig/kern-index
Readers

lig/kern-index (function)

Writers

(setf lig/kern-index) (function)

Slot: next-char
Readers

next-char (function)

Writers

(setf next-char) (function)

Slot: exten-index
Readers

exten-index (function)

Writers

(setf exten-index) (function)

Structure: exten ()

The Exten structure.
This structure is used to store decoded information from the exten table (see TeX: the Program [546]).

Package

net.didierverna.tfm

Source

intermediate.lisp (file)

Direct superclasses

structure-object (structure)

Direct slots
Slot: top
Readers

top (function)

Writers

(setf top) (function)

Slot: mid
Readers

mid (function)

Writers

(setf mid) (function)

Slot: bot
Readers

bot (function)

Writers

(setf bot) (function)

Slot: rep
Readers

rep (function)

Writers

(setf rep) (function)

Structure: lig/kern ()

The Lig/Kern structure.
This structure is used to store decoded information from the lig/kern table (see TeX: the Program [545]).

Package

net.didierverna.tfm

Source

intermediate.lisp (file)

Direct superclasses

structure-object (structure)

Direct slots
Slot: skip
Readers

skip (function)

Writers

(setf skip) (function)

Slot: next
Readers

next (function)

Writers

(setf next) (function)

Slot: op
Readers

op (function)

Writers

(setf op) (function)

Slot: remainder
Readers

remainder (function)

Writers

(setf remainder) (function)


Next: , Previous: , Up: Internal definitions   [Contents][Index]