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

Announcements, support questions, and discussion for the Dialogue System.
minomod
Posts: 89
Joined: Mon Jun 19, 2017 9:17 am

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

Post by minomod »

Can you make the font size of B larger than "ABC"?
User avatar
Tony Li
Posts: 21050
Joined: Thu Jul 18, 2013 1:27 pm

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

Post 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.
minomod
Posts: 89
Joined: Mon Jun 19, 2017 9:17 am

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

Post by minomod »

Resolved. Thank you. You are very kind.

Can I change the color, not the font?
User avatar
Tony Li
Posts: 21050
Joined: Thu Jul 18, 2013 1:27 pm

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

Post 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
minomod
Posts: 89
Joined: Mon Jun 19, 2017 9:17 am

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

Post by minomod »

Thank you :)
You are very kind.
I think I did a really good job of purchasing this asset.
User avatar
Tony Li
Posts: 21050
Joined: Thu Jul 18, 2013 1:27 pm

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

Post by Tony Li »

Thanks!
Alexhapki
Posts: 3
Joined: Mon Mar 11, 2019 9:55 pm

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

Post 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.
User avatar
Tony Li
Posts: 21050
Joined: Thu Jul 18, 2013 1:27 pm

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

Post 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.)
Post Reply