GNU bug report logs -
#21640
25.0.50; Fontset-font is never scaled
Previous Next
Reported by: Artur Malabarba <arturmalabarba <at> gmail.com>
Date: Wed, 7 Oct 2015 10:53:01 UTC
Severity: normal
Tags: moreinfo
Found in version 25.0.50
Done: Stefan Kangas <stefan <at> marxist.se>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Wed, 7 Oct 2015 11:52:04 +0100
> From: Artur Malabarba <arturmalabarba <at> gmail.com>
>
> I have the following snippet in my init file.
>
> (set-face-attribute 'default nil :height 100
> :font "SourceCodePro Medium")
> (set-fontset-font "fontset-default" nil
> (font-spec :size 40 :name "Symbola"))
>
> On my Ubuntu system, this means any characters no supported by the
> main font (SourceCodePro) will displayed in the Symbola font and
> considerably scaled up in size (good).
>
> On my Arch GNU/Linux system, the same happens, except the Symbola
> characters are not scaled up in size. By inspecting them with C-u C-x
> = I can verify that the Symbola font is indeed being used:
>
> xft:-unknown-Symbola-normal-normal-semicondensed-*-13-*-*-*-*-0-iso10646-1
> (#x1BE3)
>
> Both are compiled from master.
Is the configuration the same, including the font back-ends?
In general, I think you are getting undefined behavior: you specify a
fixed size of 40 pixels, but expect it to be a kind of "relative"
size? Is that documented somewhere?
(I never used explicit size parameters in fontsets, so maybe I'm
missing something.)
This bug report was last modified 5 years and 95 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.