]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention problems with synthetic fonts on macOS
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 21 Aug 2021 13:03:21 +0000 (15:03 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 21 Aug 2021 13:03:27 +0000 (15:03 +0200)
* etc/PROBLEMS: Mention synthetic fonts (bug#18818).

etc/PROBLEMS

index 15e34ea06f8f19586b7b8fc08ca21c7881faa965..f90418798d8ff1fec7338ee186cac2beba995e47 100644 (file)
@@ -2660,6 +2660,16 @@ If you do, please send it to bug-gnu-emacs@gnu.org so we can list it here.
 
 Libxpm is available for macOS as part of the XQuartz project.
 
+** Synthetic fonts on macOS
+
+Synthetic bold looks thinner if the background is darker than the
+foreground and font smoothing is turned on.  In such cases, you can
+turn off synthetic bold for particular fonts and use overstriking
+instead by customizing the variable 'face-ignored-fonts'.  For
+instance, if the problem is with the Monaco font, you could put
+something like the following in your init file:
+
+(push "\\`-[^-]*-monaco-bold-" face-ignored-fonts)
 
 * Build-time problems