Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: FortressCaulfield on Mon 04/11/2024 11:55:04

Title: Is there a way to make different text box guis use different fonts?
Post by: FortressCaulfield on Mon 04/11/2024 11:55:04
EDIT: It seems think uses the same font as speech. How do I make it not do that?
Title: Re: Is there a way to make different text box guis use different fonts?
Post by: Crimson Wizard on Mon 04/11/2024 12:15:02
In the existing system fonts do not belong to textwindow gui, but rather to the action: Display command, speech, creating of an overlay, etc.

Quote from: FortressCaulfield on Mon 04/11/2024 11:55:04EDIT: It seems think uses the same font as speech. How do I make it not do that?

I don't think you can, perhaps write your own custom function that creates a textual overlay with the specific parameters.