Closed AleXoundOS closed 7 months ago
Solution is to add
(set-fontset-font t 'unicode "-Misc-Fixed-Medium-R-Normal--13-120-75-75-C-70-ISO10646-1" nil 'prepend)
to user-init
section of spacemacs configuration.
Correct 7x13 Cyrillic font display: .
After some upgrades of emacs and other system packages the required expression in user-init
has changed to:
(set-fontset-font "fontset-default" 'unicode
"-Misc-Fixed-Medium-R-Normal-nil-13-120-75-75-C-70-*-*" nil 'prepend)
At the same time the dotspacemacs-default-font
option has to be set to one of:
dotspacemacs-default-font '("-Misc-Fixed-Medium-R-Normal-nil-13-120-75-75-C-70-*-*" )
dotspacemacs-default-font '("Fixed"
:lang nil
:size 13)
P.S. Still, I think this is the best programming font suited for 14″ displays.
The workaround no longer works. At least with emacs 27.1, 27.2, 28.0.90, 29.0.50. But most likely the problem is connected with some system libraries.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!
Want to use Fixed family font in spacemacs.
If I set:
it works for Latin charset, but not for Cyrillic. For, example, it looks like . Latin characters are in 7x13, but Cyrillic appear in 12x13, apparently.
OS: NixOS 19.09.1320.4ad6f1404a8 (Loris) emacs: GNU Emacs 26.3 spacemacs: develop branch