|
Features
• RGXFonts for shared font lookup and fallback-safe font paths
• RGXColors for reusable color helpers and a drop-in color-picker flow • RGXTextures for shared status bars, panel textures, and UI media • Native RGX event and message plumbing without depending on Ace-style library chains • Smaller addon packages through one shared media source • Consistent branding and visual language across RGX-based addons |
Highlights In 1.0.0
• Expanded the font lineup beyond near-identical UI sans fonts
• Added clearer variation across pixel, display, fantasy, serif, and monospace styles • Improved shared integration for addons like PetBuddy2 • Added reusable color-picker helpers for drop-in addon use |
|
Basic Usage
## RequiredDeps: RGX-Framework
local path = _G.RGXFonts:GetPath("Inter-Regular")
MyFontString:SetFont(path, 12, "OUTLINE")
|
Compatibility
• WoW Retail only
• Interface versions: 120000, 120001 Best Used For
• addon suites with one visual identity
• shared font and texture menus • smaller addon packages • cleaner media reuse across projects |
|
Support
Discord:
https://discord.gg/N7kdKAHVVF GitHub: https://github.com/DonnieDice/RGX-Framework Issues: https://github.com/DonnieDice/RGX-Framework/issues |
License
MIT for framework code.
Bundled fonts retain their own original open licenses. |