demo-symbols.mp /size: 680 b    last modification: 2021-10-28 13:50
1%D \module
2%D   [       file=demo-symbols.mp,
3%D        version=2013.09.06,
4%D          title=\CONTEXT\ \METAPOST\ graphics,
5%D       subtitle=demo font,
6%D         author=Hans Hagen,
7%D           date=\currentdate,
8%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
9%C
10%C This module is part of the \CONTEXT\ macro||package and is
11%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
12%C details.
13
14passvariable("fontname","demo-symbols") ;
15passvariable("fontversion","1.005") ;
16
17beginfont("demo-symbols") ;
18
19beginglyph(9754,2,4,0) ; % high voltage
20    interim ahlength := 1 ;
21    drawarrow (1,4) -- (0,2) -- (2,3) -- (1,0) withcolor darkred ;
22endglyph ;
23
24endfont ;
25