Text spacing in the simulator does not work properly.

It looks normal on aos or ios, but it is difficult because it is not spaced in the simulator.

What should I do?? Thank you very much for your reply. :slight_smile:

It looks normal on aos or ios, but it is difficult because it is not spaced in the simulator. What should I do?? Thank you very much for your reply.

++Add related content.

What version are you using? Mine seems to work out ok. Also what kind of text spacing are you talking about? A text box? text input?

Version: 3.0.0

Build: 2017.3135

We are using rich text to customize corona text system.

In the simulator, it looks like the attached photo.

But it looks normal on aos and ios.

I’m looking for the cause, but no clear answer…:frowning:

I do not live in an English - speaking country, so my expression may be a little clunky.

hope you understand.

Thank you for reading my problem.

Ah, yeah. I am not familiar with rich text. Any windows data file, I usually convert to JSON txt to have it pure.  

Is the Simulator running out of OSX or Win?

What do you mean by “aos”?  Android or Apple Operating System (macOS)?

What is the “rich text” you are talking about?

Thanks

Rob

I just use normal text. I dont play around with this “rich text” you talk about.

Rich text refers to text that can be represented by putting an action or color into the text.

We implemented rich text through corona’s text system.

When we output text using rich text we created, it is output as attached image.

Text is output normally on Android or IOS.

I think that it should not be normal on Android or IOS if it does not output normally in simulator.

++ My OS is win 10.

Corona’s display.newText() does not support Rich Text. What are the text strings you’re passing to display.newText()?

Rob

newtext () In the previous step, edit string as costum paser so that text animation and color can be set.

ex) Put a <#ffcc00>Bonus Mystipal</>\nin your team to get an\n<#00fcff>LP Bonus</>!

                   color                                  enter

Do you have the URL where you got that information?

Rob

What version are you using? Mine seems to work out ok. Also what kind of text spacing are you talking about? A text box? text input?

Version: 3.0.0

Build: 2017.3135

We are using rich text to customize corona text system.

In the simulator, it looks like the attached photo.

But it looks normal on aos and ios.

I’m looking for the cause, but no clear answer…:frowning:

I do not live in an English - speaking country, so my expression may be a little clunky.

hope you understand.

Thank you for reading my problem.

Ah, yeah. I am not familiar with rich text. Any windows data file, I usually convert to JSON txt to have it pure.  

Is the Simulator running out of OSX or Win?

What do you mean by “aos”?  Android or Apple Operating System (macOS)?

What is the “rich text” you are talking about?

Thanks

Rob

I just use normal text. I dont play around with this “rich text” you talk about.

Rich text refers to text that can be represented by putting an action or color into the text.

We implemented rich text through corona’s text system.

When we output text using rich text we created, it is output as attached image.

Text is output normally on Android or IOS.

I think that it should not be normal on Android or IOS if it does not output normally in simulator.

++ My OS is win 10.

Corona’s display.newText() does not support Rich Text. What are the text strings you’re passing to display.newText()?

Rob

newtext () In the previous step, edit string as costum paser so that text animation and color can be set.

ex) Put a <#ffcc00>Bonus Mystipal</>\nin your team to get an\n<#00fcff>LP Bonus</>!

                   color                                  enter

Do you have the URL where you got that information?

Rob