... Thanks both for your answers.
My code so far is:
----
\usesymbols[mvs]
\starttext
\startcolumns[n=2,rule=on]
\showsymbolset[martinvogel 2]
\stopcolumns
\page
\startcolumns[n=4,rule=on]
\dorecurse{1024}{\recurselevel --\getglyph{marvosym}{\char\recurselevel\par}}
\stopcolumns
\stoptext
----
And how to access symbols by their names, e.g. how to use symbol named "AtForty"?
- The symbol list shows only symbolic names, not values (to be used with Marco's \char <value>).
\AtForty gives error, so is it to be used with \usesymbol or \symbol or something like that?
Lukas
On Tue, 05 Jun 2012 16:32:49 +0200, Wolfgang Schuster
\getglyph{marvosym}{\char 247}
To find out which symbols are at which slot, use
\showfont [marvosym]
It’s easier to create a list with all symbols and their names.
\usesymbols[mvs]
\starttext \showsymbolset[martinvogel 2] \stoptext
-- Ing. Lukáš Procházka [mailto:LPr@pontex.cz] Pontex s. r. o. [mailto:pontex@pontex.cz] [http://www.pontex.cz] Bezová 1658 147 14 Praha 4 Tel: +420 244 062 238 Fax: +420 244 461 038