Constraining Text Position

I am creating a sketch with text, but would like to constrain text position to other sketch elements, so that when I move them, the text moves with them without getting distorted. Is that possible?

Hi
You can use Constraint and Lock or Unlock

Hi @jean-philippe2, thanks for your answer. Unfortuantely, I don’t think that works. Here’s where I’m encountering problems:

  • locking fixes the point in place relative to the global coordinates
  • the letters may not overlap the other item I want it to be in relation to
  • even if the points of a letter do overlap with a point of the other object, linking that point will cause only that point of the letter to shift, thereby distorting the letter by pulling that one point out of alignment, instead of moving the entire letter.

Sorry but i don’t understand what you want exactly. :grinning:
Can you show us a screen shot with annotations ?
Thanks

Sorry for the delay, I will try to put a simple example together.