1. #1
    Deleted

    Default UI font scaling

    Hi, is there anyway/addon to increase the size of fonts in the default UI? I would like to have the scale set to it's lowest so my screen is not so cluttered, however, on my monitor at least, the fonts become too small.

    I have tried addons such as ClearFont, Fontain etc., but they also change the default font. Any help would be appreciated.

  2. #2
    Deleted
    Code:
    for _,f in ipairs({"GameFontHighlightSmall","GameFontSmall","GameFontHighlight","GameFontNormal","GameFontHighlightLarge","GameFontlarge"}) do local s = {_G[f]:GetFont()} s[2]=s[2]-3 _G[f]:SetFont(unpack(s)) end
    Should reduce the font size of all ingame fonts by three. Untested.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •