Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Oz on Sat 20/11/2004 00:39:47

Title: Replacing the dialogue font? (SOLVED!)
Post by: Oz on Sat 20/11/2004 00:39:47
As far as I understand it is not possible to change the dialogue font. I figure the only way to change it is to overwrite it? Am I correct? Which font is used for dialogues (can't quite make it out)?
Title: Re: Replacing the dialogue font?
Post by: Radiant on Sat 20/11/2004 01:41:09
Check the manual. There are some functions with names like SetNormalFont, that can be used to select another font for dialogues. I believe the default is #1. You can of course edit the font files using, say, Radiant Fontedit (plugity plug :) )
Title: Re: Replacing the dialogue font?
Post by: Oz on Sat 20/11/2004 11:29:21
Thanks!