Guest User

Untitled

a guest
Jan 17th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. documentclass[border=5mm]{standalone}
  2. usepackage{tikz}
  3. usetikzlibrary{decorations.text}
  4. usepackage{fontspec}
  5. usepackage[rldocument]{bidi}
  6.  
  7. setmainfont[Script=Arabic]{Amiri}
  8.  
  9. tikzset{decoration={text along path,
  10. text={Very very long text I need to show it from right to left}}}
  11.  
  12. begin{document}
  13.  
  14. begin{tikzpicture}
  15. path [decorate] (0,0)..controls +(45:4cm) and +(225:4cm)..(8,0);
  16. end{tikzpicture}
  17.  
  18. end{document}
  19.  
  20. left to right from it show to need I text long very Very
Add Comment
Please, Sign In to add comment