Gimp-Forum.net
How do you make text circle around a circle??? - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions)
+--- Thread: How do you make text circle around a circle??? (/Thread-How-do-you-make-text-circle-around-a-circle)



How do you make text circle around a circle??? - snl_9527 - 12-15-2024

Hello, I’ve been learning GIMP for two weeks and now I’m stuck in one place, and that’s that I need to wrap the text around a circle, in GIMP, it never becomes a complete circle
[Image: 1aa3c1870d36f94e97cb1ed4e4f433dbe2e54eac_2_517x541.png]
(The blue line is my path, and the red line is the path around the text)
[Image: 2cbd3a42ab5caadf986d45361656e7d71fe9b8d0_2_517x517.png]
Strangely, no matter how I adjust the size of the text, it still doesn’t work
It seems that it can only reach a semicircle
[Image: f4932aab1f0d0aba80982bff1170b5ae0e593e78_2_517x493.png]


RE: How do you make text circle around a circle??? - rich2005 - 12-15-2024

One way....

Go into the View menu and toggle Show All  That lets you see outside the canvas area.
Space the text out using the Text Tool letter spacing setting. A bit of trial and error but the length about 90% of the circumference (pi x diameter in pixels) Unfortunately in Gimp 2.10 you cannot place guides outside the canvas so use the ruler. When complete, if you want toggle Show All off.
as an example:

[attachment=12775]

Ahh.. using Gimp 3.0 - Exactly the same but if you want you can place guides outside the canvas area. (you are using Android / Gimp RC3 - really? )


RE: How do you make text circle around a circle??? - Krikor - 12-15-2024

Another alternative, although I think it is not for the OP who is using a development version 3.0 RC1.
But another user, using version 2.10, may have the same interest.

If I am not mistaken, using the ofn-text-alog-path plugin with the Layout option as Justify, and adding a space before the first number ( 1 2 3 4 5 6 7 ) would produce the text centering around the circle.


RE: How do you make text circle around a circle??? - Ofnuts - 12-15-2024

(12-15-2024, 01:51 PM)Krikor Wrote: Another alternative, although I think it is not for the OP who is using a development version 3.0 RC1.
But another user, using version 2.10, may have the same interest.

If I am not mistaken, using the ofn-text-alog-path plugin with the Layout option as Justify, and adding a space before the first number ( 1 2 3 4 5 6 7 ) would produce the text centering around the circle.

Would be better to use the "Multi" option, after using ofn-path-to-shape to produce the "support paths" at regular intervals. 

[attachment=12777]

Because what the OP appears to want isn't a text spread out on a circle, it is digits at regular intervals.


RE: How do you make text circle around a circle??? - Krikor - 12-15-2024

(12-15-2024, 02:36 PM)Ofnuts Wrote:
(12-15-2024, 01:51 PM)Krikor Wrote: Another alternative, although I think it is not for the OP who is using a development version 3.0 RC1.
But another user, using version 2.10, may have the same interest.

If I am not mistaken, using the ofn-text-alog-path plugin with the Layout option as Justify, and adding a space before the first number ( 1 2 3 4 5 6 7 ) would produce the text centering around the circle.

Would be better to use the "Multi" option, after using ofn-path-to-shape to produce the "support paths" at regular intervals. 



Because what the OP appears to want isn't a text spread out on a circle, it is digits at regular intervals.

But unless I'm mistaken, which is quite possible, using the ofn-text-alog-path plugin also places the digits at regular intervals.

The images below demonstrate:
  • The application of the 'Multi" option, after using ofn-path-to-shape' - in red;
  • The application of ofn-text-alog-path - in blue;
  • The overlap of both techniques.
[attachment=12784]  [attachment=12785]  [attachment=12786]


RE: How do you make text circle around a circle??? - Ofnuts - 12-15-2024

(12-15-2024, 06:47 PM)Krikor Wrote:
(12-15-2024, 02:36 PM)Ofnuts Wrote:
(12-15-2024, 01:51 PM)Krikor Wrote: Another alternative, although I think it is not for the OP who is using a development version 3.0 RC1.
But another user, using version 2.10, may have the same interest.

If I am not mistaken, using the ofn-text-alog-path plugin with the Layout option as Justify, and adding a space before the first number ( 1 2 3 4 5 6 7 ) would produce the text centering around the circle.

Would be better to use the "Multi" option, after using ofn-path-to-shape to produce the "support paths" at regular intervals. 



Because what the OP appears to want isn't a text spread out on a circle, it is digits at regular intervals.

But unless I'm mistaken, which is quite possible, using the ofn-text-alog-path plugin also places the digits at regular intervals.

The images below demonstrate:
  • The application of the 'Multi" option, after using ofn-path-to-shape' - in red;
  • The application of ofn-text-alog-path - in blue;
  • The overlap of both techniques.
    

Yes but in this case only because the digits are all the same width (which is I admit the usual case for digits). But replace the digits by numbers (1..12), or letters (I,II, III ... IX, X, XI, XII) and the  single text-along-path fails while the multi-path still works.