Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: markbilly on Wed 21/03/2007 18:37:33

Title: Font of custom text window text.
Post by: markbilly on Wed 21/03/2007 18:37:33
I've done a search and I'm surprised I couldn't find this question asked before...

How do you change the text font for your custom text window? The only options are Background colour, Background image and text colour.
Title: Re: Font of custom text window text.
Post by: Ashen on Wed 21/03/2007 19:11:30
It has been asked before (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=25102.0).

The only difference is, in V2.72 it's the Game.NormalFont (http://www.adventuregamestudio.co.uk/manual/Game.NormalFont.htm) property, not SetNormalFont.
Title: Re: Font of custom text window text.
Post by: markbilly on Wed 21/03/2007 19:28:30
Quote from: Ashen on Wed 21/03/2007 19:11:30
It has been asked before (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=25102.0).

The only difference is, in V2.72 it's the Game.NormalFont (http://www.adventuregamestudio.co.uk/manual/Game.NormalFont.htm) property, not SetNormalFont.

Sorry about that. I did look. I must have used the wrong search terms.