How do I make the namebox bold? Not the characters say text, but the characters namebox?
This changes the character say text to bold, but how do you make the namebox bold?
define mrperson = Character('bill', what_bold = True)
Does something like the following exist?
define mrperson = Character('bill', what_namebox_bold = True)
Also, how do you change the namebox text color?
I have the documentation open, but could not find the answer:
- https://www.renpy.org/doc/html/gui.html ... tomization
How to make the namebox bold?
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Re: How to make the namebox bold?
make namebox bold with a font ttf file
make namebox bold
this changes the name box font text color, but this changes title color in the start of the program too.
You can change NameBox color only this way.
tag, name, namebox, character, change, bold, color
Code: Select all
define bill = Character('bill', who_font = 'font-name-bold.ttf')Code: Select all
define bill = Character('bill', who_font = 'font-name-regular.ttf', who_bold=True)Code: Select all
define gui.accent_color = '#171808'Code: Select all
define bill = Character('bill', who_font = 'font-name-regular.ttf', who_bold=True, color = '#444558')Who is online
Users browsing this forum: Google [Bot], span4ev