List,

In the metafun-p document, there is the example creating a clock with
labels placed at the dots.

pair destination ;
for whereto = 0 step 30 until 330 :
destination := dir(whereto) * 1.5cm ;
freedotlabel(decimal whereto, destination, origin) ;
drawarrow origin -- destination
withpen pencircle scaled .25mm withcolor .625 red ;
endfor ;


I cannot find any example as how to have a label with multiple lines.
like:

. one
  two


  two
. three
  four


Can someone point me to an example as how to do that?

Thanks
.Floris

Attachment: pEpkey.asc
Description: application/pgp-keys

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to