Increasing Quest Text Size without addons

Hey guys, here to share this macro. Ever wanted to simply increase the Quest Text size (from within the Quest Log) without any addons? Here it is:

Create a new macro, select any icon and name, and paste this:

/run QuestInfoDescriptionText:SetFont(QuestInfoDescriptionText:GetFont(), 25)
/run QuestInfoObjectivesText:SetFont(QuestInfoObjectivesText:GetFont(), 25)
/run QuestInfoObjective1:SetFont(QuestInfoObjective1:GetFont(), 25)

You can tweak the font size of the Quest Info Description, Objective List and Text Description. Just change the last value on each line (in this example, 25, you can set to 10, 15, 20, up to 30, I don’t really know the limits). You’re welcome! :smiley:

16 Likes

I want to like this more than once! Thanks!

I love this macro, and I think I’ve figured out how to get it to work on the turn in screen too, but I can’t figure out how to get it to work on the screen before the turn in. Like when it says continue at the bottom. Anyone have any ideas on this?

1 Like