Page 1 of 2

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

Posted: Thu Aug 31, 2017 10:45 am
by minomod
1. I want to change the font size of JRPG Dialogue UI with Continue Button

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

Posted: Thu Aug 31, 2017 3:22 pm
by Tony Li
Hi,

If you're using JRPG Unity UI Dialogue UI (from Prefabs / Unity UI Prefabs), inspect Dialogue Panel > Text Panel > Subtitle Line and increase the Font Size.

If you're using the legacy GUI version (from Prefabs / Legacy Unity GUI Prefabs), inspect JRPG Dialogue GUI Skin in the Project view and increase the size of the style named "Top Left".

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

Posted: Tue Sep 05, 2017 10:38 am
by minomod
font size I do not see the part to adjust.

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

Posted: Tue Sep 05, 2017 10:41 am
by Tony Li
Hi,

Since you're using the legacy Unity GUI system, inspect JRPG Dialogue GUI Skin in the Project view and increase the size of the style named "Top Left".

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

Posted: Tue Sep 05, 2017 11:22 am
by minomod
Top Left is not visible.

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

Posted: Tue Sep 05, 2017 11:30 am
by Tony Li
It's under "Custom Styles".

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

Posted: Tue Sep 05, 2017 2:03 pm
by minomod
Resolved. Thank you.

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

Posted: Tue Sep 05, 2017 4:38 pm
by Tony Li
Happy to help!

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

Posted: Tue Sep 05, 2017 9:39 pm
by minomod
Can the main character make 3 lines and the 1st and 2nd lines have 10 fonts and 3 fonts and 20 fonts?

The above method will set the font size unconditionally to fixed.

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

Posted: Wed Sep 06, 2017 9:28 am
by Tony Li
If you want that kind of control, I recommend using the Unity UI version of the JRPG dialogue UI. You can find it in Assets / Dialogue System / Prefabs / Unity UI Prefabs / JRPG.

You can also use rich text codes in your dialogue text, such as:

Code: Select all

<size=10>This is size 10.
This is also size 10.</size>
<size=20>This is size 20.</size>