Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Scorpiorus on Sat 11/10/2003 12:10:26

Title: Choosing another font for AGS script editor
Post by: Scorpiorus on Sat 11/10/2003 12:10:26
Hello,
Is there a way to change the original font (Courier) in the script editor for something else? I'd prefer to use Courier New font.

I had run AGS editor under Windows98 where there is a line in the [FontSubstitutes] section of win.ini file:

Courier,0=Courier New,204

that forces Windows to use Courier New instead of Courier.

But now I've switched to Win2k and I can't figure it out how to substitute fonts. Adding the [FontSubstitutes] section doesn't work for me.

thanks,
cheers
Title: Re:Choosing another font for AGS script editor
Post by: Pumaman on Sat 11/10/2003 13:38:51
Sounds reasonable enough, I'll add it to my list.

Note however that this is not a high priority item :)
Title: Re:Choosing another font for AGS script editor
Post by: Scorpiorus on Sat 11/10/2003 14:08:43
Quote from: Pumaman on Sat 11/10/2003 13:38:51
Sounds reasonable enough, I'll add it to my list.

Note however that this is not a high priority item :)
Sure, Chris. High thanks! :)
Title: Re:Choosing another font for AGS script editor
Post by: AJA on Sat 11/10/2003 19:21:28
Until then, feel free to use my ScriptEditor :D
Nevermind...  :-\
Title: Re:Choosing another font for AGS script editor
Post by: Scorpiorus on Mon 13/10/2003 22:19:54
Hey, AJA

I do use your Script Editor, it's great! :)

It's just some points when I need the script editor to stay non modal.

~Cheers