Go to the first, previous, next, last section, table of contents.


Creating Glyph Tables

Function: make-glyph-table source
This function creates a new glyph table, containing glyph sequences defined by the source argument.

If source is a glyph table it will be copied, if it's a buffer that buffer's glyph table will be copied or if source is nil a copy of the default glyph table will be made.


Go to the first, previous, next, last section, table of contents.