Skip to content
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

Ttf font scaling option #6330

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MjnMixael
Copy link
Contributor

Adds an in-game option to scale the internal fonts. Only works with TTF fonts so after the font table is parsed we check. If there are no scaling-allowed TTF fonts then we remove the option.

Scaling fonts is explicitly opt-in so that mods can control what can scale.. thinking mostly of HUDs with this. I have a plan of attack for allowing HUDs to scale in a later PR.

@MjnMixael MjnMixael added the Waiting for Stable Marks a pull request that is to be merged after the next stable release, due to a release cycle label Aug 28, 2024
@Goober5000 Goober5000 removed the Waiting for Stable Marks a pull request that is to be merged after the next stable release, due to a release cycle label Oct 28, 2024
@wookieejedi wookieejedi added enhancement A new feature or upgrade of an existing feature to add additional functionality. ui A feature or issue specific to the menus portion of the user interface labels Oct 28, 2024
@wookieejedi wookieejedi added this to the Release 25.0 milestone Oct 29, 2024
@MjnMixael MjnMixael added the Requested by Active Mod A feature request that has been requested by a mod that is actively in development. label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature or upgrade of an existing feature to add additional functionality. Requested by Active Mod A feature request that has been requested by a mod that is actively in development. ui A feature or issue specific to the menus portion of the user interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants