Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Tue 11/11/2003 04:38:44

Title: New Font
Post by: on Tue 11/11/2003 04:38:44
I've uploaded a new font into my game. But I can't figure out how to switch the font that my characters use, from the default, to this new one. Any help is appreciated.
Title: Re:New Font
Post by: Ishmael on Tue 11/11/2003 06:21:03
Scripting functions SetDefaultFont(x); and SetSpeechFont(x);
Title: Re:New Font
Post by: Ben on Tue 11/11/2003 15:10:32
Or just load the new font in place of the speech font (font 1).