I would absolutely adore it if the developers could add a couple more options to increase the font size in the chat box.
20 & 22, please, for us blind folks.
With love,
Vylken
I would absolutely adore it if the developers could add a couple more options to increase the font size in the chat box.
20 & 22, please, for us blind folks.
With love,
Vylken
Try Prat.
.
or
Just the chatframes
/run for i=1, 10 do local f, s = _G["ChatFrame"..i]:GetFont() _G["ChatFrame"..i]:SetFont(f, 22) end
chatframes + editbox
/run for i=1, 10 do local f, s = _G["ChatFrame"..i]:GetFont() _G["ChatFrame"..i]:SetFont(f, 22) if _G["ChatFrame"..i].editBox then _G["ChatFrame"..i].editBox:SetFont(f, 22) end end
But Prat has more options beside this for making chat better.
Where do I type the code into in-game?
This will make a small addon you can download/install like any addon and the code will run automatically when you log in. (I suggest getting the correct size you want the text to be (by increassing/decreassing the 22) using the first method before doing this).
Awesome. Thank you!