bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52313: bold face font size unexpected increase ("Fixed" family)


From: Alexander Tomokhov
Subject: bug#52313: bold face font size unexpected increase ("Fixed" family)
Date: Mon, 06 Dec 2021 11:46:04 +0300

Yes, it reproduces the problem. The first line has non-bold text. The second line has bold text of bigger size.


06.12.2021, 00:09, "Lars Ingebrigtsen" <larsi@gnus.org>:

Alexander Tomokhov <alexoundos@ya.ru> writes:

 Steps to reproduce:
 1. open buffer with non-bold and bold text (for example, in org-mode
 text surrounded by `*` asterisk symbols)
 2. set default font: `eval-_expression_`:
 (set-frame-font
 "-misc-fixed-normal-normal-normal--13-120-75-75-c-70-iso10646-1")
 3. observe the font size difference between bold and non-bold text


Does the following reproduce the problem for you?

(progn
  (set-frame-font
   "-misc-fixed-normal-normal-normal--13-120-75-75-c-70-iso10646-1")
  (pop-to-buffer "*bold*")
  (insert "foo\n")
  (insert (propertize "foo\n" 'face 'bold)))

I don't have the font here on this system, so I can't test it.

--
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no

reply via email to

[Prev in Thread] Current Thread [Next in Thread]