Beta Note: This is the description for the 1.x.x release version. For the current 2.x.x-beta or alpha versions (Oct 2024), see the changelog!
The addon lets you set your custom font and font size for the edit boxes of:
- Blizz’s macro frame: Edit box
- M6: Edit box
- OPie: The edit box to write a macro for a button
- WowLua: Output and edit box
- BugSack: Main window text (not an edit box, but it contains code that should be readable)
The main point is that in these macro/script edit boxes we want a clean, monospaced font, and not Friz Quadrata, Arial Narrow, or similar nonsense. (WoWLua is an exception, as it already uses an appropriate font. See the comments in main.lua
for how to exclude WoWLua from the font replacement.)
Before using the addon the first time, you have to set the path to your desired font in the main.lua
file of the addon. This and other settings are in the Config section, which is very well commented.
If you use SharedMedia, then your fonts will usually be in…
Interface/AddOns/SharedMedia/fonts/
orInterface/AddOns/SharedMedia_MyMedia/
If not, anything inside the client folder should be accessible, for example in World of Warcraft/_retail_/Fonts/
or World of Warcraft/_retail_/Interface/MyNewFontFolder/
.
The path then would be Fonts/myfont.ttf
or Interface/MyNewFontFolder/myfont.ttf
.
You can also set the font size and other things in main.lua
. You find more instructions there.
To make it clear (as this is different from most addons): You HAVE TO edit the Config section in the main.lua
file in order to use the addon. Setting the font path there is not optional!
By default, the addon changes the font only of the addons I am using or was using (see above). If you have another addon with an unsuitable font in the edit box, you can try to add the frame to the list. Find more instructions in main.lua
.
Feel free to post suggestions or issues in the GitHub Issues of the repo! Please do not post issues or suggestions in the comments on Curseforge.
Other addons by me:
- PetWalker: Never lose your pet again (…or randomly summon a new one).
- Auto Quest Tracker Mk III: Continuation of the one and only original. Up to date and new features.
- Move 'em All: Mass move items/stacks from your bags to wherever. Works also with bag addons.
- Auto-Confirm Equip: Less (or no) confirmation prompts for BoE gear.
- Action Bar Button Growth Direction: Fix the button growth direction of multi-row action bars to what is was before Dragonflight (top --> bottom).
WeakAuras:
- Stats Mini: A very compact but beautiful and feature-loaded stats display: primary/secondary stats, all defensive stats (also against target), GCD, speed (rating/base/actual/Skyriding), iLevel (equipped/overall/difference), char level +progress.