unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Alexander Tomokhov <alexoundos@ya.ru>
Cc: 52313@debbugs.gnu.org
Subject: bug#52313: bold face font size unexpected increase ("Fixed" family)
Date: Sun, 05 Dec 2021 22:09:02 +0100	[thread overview]
Message-ID: <87r1aqn4i9.fsf@gnus.org> (raw)
In-Reply-To: <345171638719587@mail.yandex.ru> (Alexander Tomokhov's message of "Sun, 05 Dec 2021 19:00:55 +0300")

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	other threads:[~2021-12-05 21:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-05 16:00 bug#52313: bold face font size unexpected increase ("Fixed" family) Alexander Tomokhov
2021-12-05 21:09 ` Lars Ingebrigtsen [this message]
2021-12-06  8:46   ` Alexander Tomokhov
2021-12-07  7:08     ` Lars Ingebrigtsen
2021-12-07 10:36       ` Alexander Tomokhov
2021-12-07 20:22         ` Lars Ingebrigtsen
2021-12-08 11:29           ` Alexander Tomokhov
2021-12-09  1:12             ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r1aqn4i9.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=52313@debbugs.gnu.org \
    --cc=alexoundos@ya.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).