branch: externals/fontaine commit e18cc2e2a6180342ebfed8c94048b7d83e7d0d5d Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Fix bug with incorrect bold height for FRAME arg Thanks to Terry F. Torrey for reporting the issue on the mailing list: <https://lists.sr.ht/~protesilaos/fontaine/%3c87bkv0e8rd....@tftorrey.com%3E> --- README.org | 3 ++- fontaine.el | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 8323ab5a23..a819a3b3f0 100644 --- a/README.org +++ b/README.org @@ -528,7 +528,8 @@ Fontaine is meant to be a collective effort. Every bit of help matters. + Author/maintainer :: Protesilaos Stavrou. -+ Contributions to the code or manual :: Christopher League, Eli Zaretskii. ++ Contributions to the code or manual :: Christopher League, Eli + Zaretskii, Terry F. Torrey. + Ideas and user feedback :: Ted Reed. diff --git a/fontaine.el b/fontaine.el index d88eff9496..510aa94fc8 100644 --- a/fontaine.el +++ b/fontaine.el @@ -5,7 +5,7 @@ ;; Author: Protesilaos Stavrou <i...@protesilaos.com> ;; URL: https://git.sr.ht/~protesilaos/fontaine ;; Mailing list: https://lists.sr.ht/~protesilaos/fontaine -;; Version: 0.2.2 +;; Version: 0.2.3 ;; Package-Requires: ((emacs "27.1")) ;; This file is NOT part of GNU Emacs. @@ -414,6 +414,7 @@ ARGS are its routines." 'bold (or (plist-get properties :bold-family) 'unspecified) (or (plist-get properties :bold-weight) 'bold) + (or (plist-get properties :variable-pitch-height) 1.0) frame)) (fontaine--apply-preset