[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: set-frame-font and set-face-attribute
From: |
Heime |
Subject: |
Re: set-frame-font and set-face-attribute |
Date: |
Sat, 22 Jun 2024 20:39:56 +0000 |
Sent with Proton Mail secure email.
On Saturday, June 22nd, 2024 at 8:23 PM, Heime <heimeborgia@protonmail.com>
wrote:
> What is the important difference between
>
> (set-frame-font "URW Chancery L-12" nil t)
>
> and
>
> (set-face-attribute 'default nil :font "URW Chancery L-12")
>
> In what circumstances would one need one over the other ?
>
I am also unsure of what the font declaration should be
(set-face-attribute 'default nil :font "URW Chancery L-12")
or
(set-face-attribute 'default nil
:family "URW Chancery L" :height 120)
or something else