ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* question about followtext in MP
@ 2018-05-22 19:05 Pablo Rodriguez
  2018-05-22 20:22 ` Hans Hagen
  0 siblings, 1 reply; 13+ messages in thread
From: Pablo Rodriguez @ 2018-05-22 19:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I have the following sample:

    \starttext
    \startMPcode
       path p ; p := reverse halfcircle scaled 5cm;
       path q ; q := reverse halfcircle rotatedaround (origin, 180)
           scaled 5cm ;
       draw p;
       draw q;
       draw followtext(p, "·Just follow the tokens") ;
       draw followtext(q, "Just follow the tokens·") ;
       draw followtext(reverse q, "Just follow the tokens·") ;
      \stopMPcode
    \stoptext

Is there any way to followtext in q without changing text direction?

I need to write the text counter-clockwise, but on outside of the path.

Reverse changes both text direction and side of the text (related to the
path) and I don’t want to change text direction.

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-05-24 18:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-22 19:05 question about followtext in MP Pablo Rodriguez
2018-05-22 20:22 ` Hans Hagen
2018-05-23 15:50   ` Pablo Rodriguez
2018-05-23 16:05     ` Hans Hagen
2018-05-23 16:34       ` Alan Braslau
2018-05-23 16:40       ` Pablo Rodriguez
2018-05-23 17:19         ` Alan Braslau
2018-05-23 19:06           ` Pablo Rodriguez
2018-05-23 21:24             ` Alan Braslau
2018-05-24 16:11               ` Pablo Rodriguez
2018-05-24 16:30                 ` Alan Braslau
2018-05-24 18:27                   ` Pablo Rodriguez
2018-05-23 16:10     ` Alan Braslau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).