-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Wrong font selection after rescale #26
Comments
Thank you for reporting the possible bug. Font setting is not easy task for covering all Emacs user so I think it is good to introduce a flag to apply JP font or not. Honestly speaking, this package is designed basically for me as Japanese user... but anyway I'll resolve this issue. |
Thanks for your quick reply, and thanks for making such a good package. I can see that fonts are challenging to work with, especially with all variations and preferences that exist. Any change can break someone's workflow. |
Hi. I've just applied a tiny modification to the code which will firstly apply JP font configuration and secondly apply ASCII font so that JP font configuration will not overwrite that of ASCII font. Could you try the updated |
Hi, I tried the newest version, and the font is correct when rescaling using moom-toggle-frame-maximized, but I found two other peculiarities:
But thanks for fixing the font selection issue for unicode characters at least. |
For the first item , the following code will resolve your issue when using mouse wheel. But for the second one, it is little bit hard to guess the way to workaround because it is unclear for me what is happen in booting sequence with/without Emacs, it depends on when
|
When resizing the font, unicode letters like æ, ø, and å is changed into the moom-font--ja font instead of moom-font--ascii. This means that unicode characters in most European languages will be displayed in the wrong font and size after scaling.
This can be repeated when using org-tree-slide with moom, and after moom-toggle-frame-maximized, the font and size of these letters are wrong, as can be seen with M-x moom-font-print-name-at-point
The text was updated successfully, but these errors were encountered: