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: Lars Ingebrigtsen
Subject: bug#52313: bold face font size unexpected increase ("Fixed" family)
Date: Sun, 05 Dec 2021 22:09:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

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]