-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create dialog-font-changer plugin #7189
base: master
Are you sure you want to change the base?
Conversation
New plugin |
Please don't open new prs. You can push changes to your current branch and update the commit hash here. |
Sorry about that! Was just rereading the contribution docs and realized my mistake. |
Is there a reason you didn't just change the FontID? https://static.runelite.net/api/runelite-api/net/runelite/api/FontID.html |
I explored that initially and it's definitely the path of least resistance. |
You're not providing proper attribution for the font files as are required by their licenses. Regardless, it seems a lot simpler (and I would much prefer it to avoid licensing requirements) to not package any built-in fonts and just let users specify a font that exists on the system. |
This plugin replaces the standard dialog box quill font with a list of other font options. The goal of this plugin is to make the dialog box more legible and customizable, particularly for those with vision impairments. It works by hiding the original widget and creates a new overlay in its place. It currently only handles NPC and optionally Player dialog.