Hi!
I want to have a closed bezier curve shape (circle, for example), and the cut a text-shape out of it. The problem is: Only the first letter gets cut out of the surrounding bezier shape.
I already found out that I can cut a hole into a bezier curve simply by adding another bezier shape to the object and putting it inside the first shape (a circle within a circle will result in a circle with a hole in it). So I thought I do this for my text problem: First, create the surrounding curve object (bezier circle in the example). Then create the text using the text-object, and convert that to a curve object. Join the two curve objects, and move the text-curve inside the surrounding bezier-curve. It should now show the surrounding bezier curve with the text-curve cut out of it. Well, that was my idea, it sounded good for me.
But when I try that way, I only get the first letter cut out of the bezier curve, not the other letters. I show two screenshots to illustrate my problem: The first shows the bezier circle and the text (already converted to curve object and joined with the circle) before I move it inside the circle, and the second image is the text moved inside the circle. You can see that the 2nd, 3rd and 4th letter are NOT cut out of the circle.
- Why is it not cutting out the shapes of the other letters?
- How do I make it cut out the shapes of the other letters?
The problem does not depend on the shape of the letters, it’s always just the first letter that is correctly processed, no matter what that first letter looks like.
I could do it single letter by single letter, creating a text-curve for each letter separate, but that is very tiresome for many such objects and long texts, of course. There must be an easier way to get this?
Sorry for my english, I hope you understand what I ask.