GNU bug report logs - #52313
bold face font size unexpected increase ("Fixed" family)

Previous Next

Package: emacs;

Reported by: Alexander Tomokhov <alexoundos <at> ya.ru>

Date: Sun, 5 Dec 2021 18:09:10 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Alexander Tomokhov <alexoundos <at> ya.ru>
Cc: 52313 <at> debbugs.gnu.org
Subject: bug#52313: bold face font size unexpected increase ("Fixed" family)
Date: Sun, 05 Dec 2021 22:09:02 +0100
Alexander Tomokhov <alexoundos <at> 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




This bug report was last modified 3 years and 158 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.