bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59547: 28.2; The bottom border is not displayed when setting the pix


From: Yuwei Tian
Subject: bug#59547: 28.2; The bottom border is not displayed when setting the pixel height of a child frame smaller than 1 line
Date: Tue, 29 Nov 2022 20:13:59 +0800

> Why don't you specify an appropriate font parameter like say
>
>            (make-frame
>             `((parent-frame . ,(window-frame))
>              (font . "-PfEd-DejaVu Sans Mono-regular-normal-normal-*-0
> 4-*-*-*-m-0-iso10646-1")
>              (no-accept-focus . t)

It works. Thanks so much.


On Tue, Nov 29, 2022 at 6:39 PM martin rudalics <rudalics@gmx.at> wrote:
>
>  > The use case is to create a child frame with a height smaller than the
>  > default line height, because the character size in the child frame is
>  > set smaller than the default. How can this be achieved? Thanks.
>
> Why don't you specify an appropriate font parameter like say
>
>            (make-frame
>             `((parent-frame . ,(window-frame))
>              (font . "-PfEd-DejaVu Sans 
> Mono-regular-normal-normal-*-04-*-*-*-m-0-iso10646-1")
>              (no-accept-focus . t)
>
> martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]