GNU bug report logs -
#52313
bold face font size unexpected increase ("Fixed" family)
Previous Next
Full log
Message #8 received at 52313 <at> debbugs.gnu.org (full text, mbox):
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.