I want to change the font size of JRPG Dialogue UI with Continue Button
I want to change the font size of JRPG Dialogue UI with Continue Button
1. I want to change the font size of JRPG Dialogue UI with Continue Button
- Attachments
-
- 1.png (39.34 KiB) Viewed 3311 times
Re: I want to change the font size of JRPG Dialogue UI with Continue Button
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".
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
font size I do not see the part to adjust.
- Attachments
-
- 2.png (163.47 KiB) Viewed 3297 times
Re: I want to change the font size of JRPG Dialogue UI with Continue Button
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".
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
Top Left is not visible.
- Attachments
-
- 3.png (97.13 KiB) Viewed 3296 times
Re: I want to change the font size of JRPG Dialogue UI with Continue Button
It's under "Custom Styles".
Re: I want to change the font size of JRPG Dialogue UI with Continue Button
Resolved. Thank you.
Re: I want to change the font size of JRPG Dialogue UI with Continue Button
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.
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
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:
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>