Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: DonB on Fri 06/01/2006 15:35:11

Title: Fonts size
Post by: DonB on Fri 06/01/2006 15:35:11
Can the fonts be any smaller? I got this background which has kinda small npc's in it, I would like a smaller font size then normally in the game..

Appreciated,
DonB
Title: Re: Fonts size
Post by: Ashen on Fri 06/01/2006 15:43:15
No, AFAIK you'll have to import a new font at the size you want, and set it using SetSpeechFont (or SetNormal Font for non-speech).
Title: Re: Fonts size
Post by: DonB on Fri 06/01/2006 15:49:14
Thanks a lot,

but then I got all fonts in the game at that size, I want it only at this room or maybe some more..

but in general I like the "bigger" font..
Title: Re: Fonts size
Post by: Ashen on Fri 06/01/2006 15:51:50
Well, no.
You just import the small font as a new font, rather than over an existing one, and change to/from it when entering/leaving the room(s) in question.
Title: Re: Fonts size
Post by: DonB on Fri 06/01/2006 15:53:15
Thanks a lot man, I won't forget..