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

Store extended font configuration in backwards-compatible way #943

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

reupen
Copy link
Owner

@reupen reupen commented Aug 5, 2024

Unfortunately, due to a bug in the font configuration data reader, downgrading to the release version of Columns UI was causing incorrect custom font sizes to be read.

This reworks how the font configuration data is written so that things remain backwards compatible with the release version of Columns UI.

Note that the extended DirectWrite-specific font configuration data written by recent development versions of Columns UI won't be read by this version due to the change in how the configuration data is written (and therefore font configuration will be reimported from the old GDI-based configuration structures).

Unfortunately, due to a bug in the font configuration data reader, downgrading to the release version of Columns UI was causing incorrect custom font sizes to be read.

This reworks how the font configuration data is written so that things remain backwards compatible with the release version of Columns UI.

Note that the extended DirectWrite-specific font configuration data written by recent development versions of Columns UI won't be read by this version due to the change in how the configuration data is written (and therefore font configuration will be reimported from the old GDI-based configuration structures).
@reupen reupen marked this pull request as ready for review August 5, 2024 20:55
@reupen reupen merged commit fe9d289 into main Aug 5, 2024
7 checks passed
@reupen reupen deleted the fix-font-sizes-on-downgrade branch August 5, 2024 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant