Text on canvas br problem

Hello.

I’ve been making an app text on canvas and I am using ‘draw text block’.
I have several sentences on my list and after picking I want to let them be shown on canvas.

The problem is every sentences on my list having \ n or br but when i use ‘draw text block’ it doesn’t work. Is there any way to put text on canvas keeping \n or br?

I’ve been searched a lot and read an advice using extension and making text to image but it’s not what i want. Because when i make it bigger or smaller image quality goes lower.

Thank you for reading. Please help me.

Short answer = No.

Long answer =

You could do something similar to this:


MultiLineCanvas.aia (2.7 KB)

5 Likes

Hello, genius.
Wow!
I am trying with your file and studying how it works.

Thank you very much. :smile:

2 Likes

MultiLine_Canvas.aia (37.8 KB)

Ken, Thanks to idea… I added a little …
so… results…

1 Like

I did this a long time ago.

1 Like

if you have background image on the canvas, you need this code…
here the question of distance between lines is solved

(you need change only background image file)

MultiLine_Canvas.aia (13.6 KB)

so…

It’s nice idea. Thank you.
I am going to try it, too. :smile:

Oh thank you but I can’t open your file.
Can you check your file please? :thinking:

1 Like

Hi!

yes… there was a problem with loading … try this project:

MultiText_Canvas_Solving.aia (19.6 KB)

If you want to change the distance between the lines, then change the coefficient once

image

Good luck!

2 Likes

Thank you for your idea and aia file. :smile:
It’s a good idea for adjusting line distance.

Thanks! :wink:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.