Page 2 of 2

Re: I want to change the font size of JRPG Dialogue UI with Continue Button

Posted: Tue Sep 12, 2017 9:13 pm
by minomod
Can you make the font size of B larger than "ABC"?

Re: I want to change the font size of JRPG Dialogue UI with Continue Button

Posted: Tue Sep 12, 2017 10:16 pm
by Tony Li
If you're using the Unity UI version, you can use < size> tags, such as:

Code: Select all

A<size=40>B</size>C
This will show the letter "B" in size 40.

Re: I want to change the font size of JRPG Dialogue UI with Continue Button

Posted: Wed Sep 13, 2017 10:16 am
by minomod
Resolved. Thank you. You are very kind.

Can I change the color, not the font?

Re: I want to change the font size of JRPG Dialogue UI with Continue Button

Posted: Wed Sep 13, 2017 10:29 am
by Tony Li
Sure!

Code: Select all

A<color=red>B</color>C
You can also use [em#] codes. You can define the appearance of em1 - em4 on the Dialogue Editor window's Database tab.

Code: Select all

A[em1]B[/em1]C

Re: I want to change the font size of JRPG Dialogue UI with Continue Button

Posted: Wed Sep 13, 2017 10:16 pm
by minomod
Thank you :)
You are very kind.
I think I did a really good job of purchasing this asset.

Re: I want to change the font size of JRPG Dialogue UI with Continue Button

Posted: Thu Sep 14, 2017 8:43 am
by Tony Li
Thanks!

Re: I want to change the font size of JRPG Dialogue UI with Continue Button

Posted: Mon Mar 11, 2019 10:00 pm
by Alexhapki
Hi Tony,

When I use enriched text such as <size=40> with Unity JRPG UI it is fine while text is being "written". However, once text has been finished, it returns to original state, size 10 or so.

How may I avoid enriched text coming back to a smaller size? I turned off the option of displaying Dialogue Text in the wizard setup and I didnt add anything to Dialogue Text field.

Could you please help me?

Thanks!
Alex.

Re: I want to change the font size of JRPG Dialogue UI with Continue Button

Posted: Mon Mar 11, 2019 10:07 pm
by Tony Li
Hi Alex,

Which JRPG UI are you using? Standard Dialogue UI or Unity UI Dialogue UI?

(I'm finishing up work for the night, but I'll check back in the morning.)