<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi Phillip,</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">So I have tried this before, and with Fabiens answer I did manage to get stretchable and rotatable text. However I could not figure out how to bend it, with this method. My solution was to use tikz inside of ipe. I am not sure if it is fine to attach files here, so I will just include my solution as a snippet below:</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">These two lines need to go into the Latex preamble under Edit-&gt; Document properties:</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><tt>
</tt></p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><tt>\usepackage{tikz} </tt></p>
    <tt>
    </tt>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><tt>\usetikzlibrary{decorations.text}</tt></p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">And inside the document I added a minipage text object with the following content:

</p>
    <tt></tt>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><tt>\begin{tikzpicture}</tt></p>
    <tt>
    </tt>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><tt>\node (One) at (-3,0) {}; </tt></p>
    <tt>
    </tt>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><tt>\node (Two) at (3,0) {};</tt></p>
    <tt>
    </tt>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><tt>\def\myshift#1{\raisebox{-2ex}}</tt></p>
    <tt>
    </tt>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><tt>\path [-&gt;,thick,postaction={decorate,decoration={text along path,text align=center,text={|\myshift|Parameterized Algorithms}}}]      (One) to [bend left=45] (Two);</tt></p>
    <tt>
    </tt>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><tt>\def\myshift#1{\raisebox{-4ex}}</tt></p>
    <tt>
    </tt>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><tt>\path [-&gt;,thick,postaction={decorate,decoration={text along path,text align=center,text={|\myshift|in various Settings}}}]      (One) to [bend left=45] (Two);</tt></p>
    <tt>
    </tt>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><tt>\end{tikzpicture}</tt></p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><tt>
</tt></p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some comments:</p>
    <ul>
      <li>I am not very familiar with tikz and copied most of this code from an example of bent text in tikz
</li>
      <li>The text does not adhere to its bounding box anymore and might get cut off, which is why I sometimes added a couple of lines with just a white dot (invisible on white background) as padding to the top.</li>
      <li>The method basically defines two points and draws a bent path between them which has some text on it</li>
      <li>To avoid overlap between multiple lined text, the lines are shifted down by 2ex and 4ex</li>
    </ul>
    <p>I hope this helps and best regards,
Soeren
</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><style type="text/css">
p, li { white-space: pre-wrap; }</style></p>
    <p><style type="text/css">
p, li { white-space: pre-wrap; }</style></p>
    <div class="moz-cite-prefix">On 25.01.21 13:53, Fabien Lafont via
      Ipe-discuss wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAC9H_cgJt7LbGP0AO04mqhe6WVzPMHrhKUArATA6UtwJS=kvnA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div class="gmail_default"
          style="font-family:verdana,sans-serif;color:#000000">You can
          click on your text, then Properties, transformable text yes.
          After that you can modify your text shape at will</div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Mon, Jan 25, 2021 at 2:51
          PM Philipp Glira via Ipe-discuss &lt;<a
            href="mailto:ipe-discuss@lists.science.uu.nl"
            moz-do-not-send="true">ipe-discuss@lists.science.uu.nl</a>&gt;
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
          <br>
          is it possible to generate in IPE a curved text? More
          specifically: I <br>
          have a spline and want the text to follow its shape. Can this
          be done?<br>
          <br>
          Cheers,<br>
          Philipp<br>
          _______________________________________________<br>
          Ipe-discuss mailing list<br>
          <a href="mailto:Ipe-discuss@lists.science.uu.nl"
            target="_blank" moz-do-not-send="true">Ipe-discuss@lists.science.uu.nl</a><br>
          <a
            href="https://mailman.science.uu.nl/mailman/listinfo/ipe-discuss"
            rel="noreferrer" target="_blank" moz-do-not-send="true">https://mailman.science.uu.nl/mailman/listinfo/ipe-discuss</a><br>
        </blockquote>
      </div>
    </blockquote>
  </body>
</html>