emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/fontaine e18cc2e2a6: Fix bug with incorrect bold height


From: ELPA Syncer
Subject: [elpa] externals/fontaine e18cc2e2a6: Fix bug with incorrect bold height for FRAME arg
Date: Fri, 10 Jun 2022 13:57:34 -0400 (EDT)

branch: externals/fontaine
commit e18cc2e2a6180342ebfed8c94048b7d83e7d0d5d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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.fsf@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 <info@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



reply via email to

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