Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Monsieur OUXX on Wed 19/03/2014 21:29:24

Title: How to change font of Dialog options?
Post by: Monsieur OUXX on Wed 19/03/2014 21:29:24
I can't figure out how to change the font that AGS uses to display the dialog options. Even with a custom GUI. Is it even possible?
Title: Re: How to change font of Dialog options?
Post by: Slasher on Wed 19/03/2014 21:57:18
Hi,

Dialog options use the players speech font and color...

There are various way of coping with this so it is possible.

I think there is a module somewhere that covers this?




Title: Re: How to change font of Dialog options?
Post by: Khris on Wed 19/03/2014 22:09:57
Quote from: manualstatic FontType Game.NormalFont

Gets/sets the font used for all in-game text, except speech. The font number must be a valid number from the Fonts pane of the editor.
More specifically, AGS uses the Normal Font for the following:

Display
DisplayTopBar
dialog options text
the built-in save and restore dialogs
Title: Re: How to change font of Dialog options?
Post by: Monsieur OUXX on Wed 19/03/2014 22:10:06
Quote from: slasher on Wed 19/03/2014 21:57:18
Dialog options use the players speech font

Alright! I didn't know that.


Quote from: Khris on Wed 19/03/2014 22:09:57
Quote from: manualstatic FontType Game.NormalFont

Gets/sets the font used for all in-game text, except speech. The font number must be a valid number from the Fonts pane of the editor.
More specifically, AGS uses the Normal Font for the following:

Display
DisplayTopBar
dialog options text
the built-in save and restore dialogs
Thanks a lot Khris!
Title: Re: How to change font of Dialog options?
Post by: Khris on Wed 19/03/2014 22:27:28
No problem. Note that while the font is not the current speech font but Game.NormalFont, the color is the player's speech color.