unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#58184: Faulty font selection for Latin characters
@ 2022-09-29 22:53 समीर सिंह Sameer Singh
  2022-09-29 23:16 ` समीर सिंह Sameer Singh
  2022-09-30  5:55 ` Eli Zaretskii
  0 siblings, 2 replies; 11+ messages in thread
From: समीर सिंह Sameer Singh @ 2022-09-29 22:53 UTC (permalink / raw)
  To: 58184


[-- Attachment #1.1: Type: text/plain, Size: 767 bytes --]

When a font is set for the "default" face in the init.el file.
For example, like this:

(set-face-attribute 'default nil
   :font "Fira Code"
   :weight 'regular
   :height 170)

This messes up the font selection for various latin and all ipa characters.
Despite the configured font supporting the characters which are typed,
Emacs selects a different font for them, this results in visually jarring
text or sometimes failed composition.

For example see in 1.png
All of the letters except ṇ (#x1E47) are in Fira Code while it is in Latin
Modern Mono despite Fira Code supporting it.
Below it t̪ (t + #x32A) is not composed properly because while 't' is in
FiraCode #x32A is in Step Regular.

Note: This does not happen with emacs -Q

Thanks

[-- Attachment #1.2: Type: text/html, Size: 1017 bytes --]

[-- Attachment #2: 1.png --]
[-- Type: image/png, Size: 4972 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-09-30 13:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-29 22:53 bug#58184: Faulty font selection for Latin characters समीर सिंह Sameer Singh
2022-09-29 23:16 ` समीर सिंह Sameer Singh
2022-09-29 23:19   ` समीर सिंह Sameer Singh
2022-09-30  6:03     ` Eli Zaretskii
2022-09-30 11:23       ` समीर सिंह Sameer Singh
2022-09-30 11:48         ` Eli Zaretskii
2022-09-30 12:35           ` समीर सिंह Sameer Singh
2022-09-30 12:52             ` Eli Zaretskii
2022-09-30 12:55               ` समीर सिंह Sameer Singh
2022-09-30 13:00                 ` Eli Zaretskii
2022-09-30  5:55 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).