1. #1

    Need a simple LUA "addon" to run a font change

    So I have been using a /run command inside a macro to change the font of my chat editbox from Arial to a much better looking and space saving font.

    The problem is, I have to use the macro every time I start WoW, which is really annoying.

    I am looking for someone to help me create an "addon" that loads the change automatically for me when I start WoW.

    The macro reads:

    /run ChatFrameEditBox:SetFont("Interface\\AddOns\\frizquadratatt.ttf", 12)

    Don't need anything fancy, just something to run that, or somewhere to put it so it loads on startup.

  2. #2

    Re: Need a simple LUA "addon" to run a font change

    Just get tekticles and modify that one with your font. Easy.

  3. #3
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040

    Re: Need a simple LUA "addon" to run a font change

    Or, you can stick
    Code:
    ChatFrameEditBox:SetFont("Interface\\AddOns\\frizquadratatt.ttf", 12)
    as the first line of any addon's .lua file.

Posting Permissions

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