branch: externals/fontaine commit e7e8939f7be52377a654b28986d948dfc63356ca Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Include the newly supported -width in all relevant samples --- README.org | 12 ++++++++++++ fontaine.el | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/README.org b/README.org index 286cea522b..8dbd76953b 100644 --- a/README.org +++ b/README.org @@ -90,61 +90,73 @@ property list. It looks like this (check the default value of :default-family "Monospace" :default-weight regular :default-slant normal + :default-width normal :default-height 100 :fixed-pitch-family nil :fixed-pitch-weight nil :fixed-pitch-slant nil + :fixed-pitch-width nil :fixed-pitch-height 1.0 :fixed-pitch-serif-family nil :fixed-pitch-serif-weight nil :fixed-pitch-serif-slant nil + :fixed-pitch-serif-width nil :fixed-pitch-serif-height 1.0 :variable-pitch-family "Sans" :variable-pitch-weight nil :variable-pitch-slant nil + :variable-pitch-width nil :variable-pitch-height 1.0 :mode-line-active-family nil :mode-line-active-weight nil :mode-line-active-slant nil + :mode-line-active-width nil :mode-line-active-height 1.0 :mode-line-inactive-family nil :mode-line-inactive-weight nil :mode-line-inactive-slant nil + :mode-line-inactive-width nil :mode-line-inactive-height 1.0 :header-line-family nil :header-line-weight nil :header-line-slant nil + :header-line-width nil :header-line-height 1.0 :line-number-family nil :line-number-weight nil :line-number-slant nil + :line-number-width nil :line-number-height 1.0 :tab-bar-family nil :tab-bar-weight nil :tab-bar-slant nil + :tab-bar-width nil :tab-bar-height 1.0 :tab-line-family nil :tab-line-weight nil :tab-line-slant nil + :tab-line-width nil :tab-line-height 1.0 :bold-family nil :bold-slant nil :bold-weight bold + :bold-width nil :bold-height 1.0 :italic-family nil :italic-weight nil :italic-slant italic + :italic-width nil :italic-height 1.0 :line-spacing nil) diff --git a/fontaine.el b/fontaine.el index 81ad188041..5d9d9b6011 100644 --- a/fontaine.el +++ b/fontaine.el @@ -137,61 +137,73 @@ :default-family "Monospace" :default-weight regular :default-slant normal + :default-width normal :default-height 100 :fixed-pitch-family nil :fixed-pitch-weight nil :fixed-pitch-slant nil + :fixed-pitch-width nil :fixed-pitch-height 1.0 :fixed-pitch-serif-family nil :fixed-pitch-serif-weight nil :fixed-pitch-serif-slant nil + :fixed-pitch-serif-width nil :fixed-pitch-serif-height 1.0 :variable-pitch-family "Sans" :variable-pitch-weight nil :variable-pitch-slant nil + :variable-pitch-width nil :variable-pitch-height 1.0 :mode-line-active-family nil :mode-line-active-weight nil :mode-line-active-slant nil + :mode-line-active-width nil :mode-line-active-height 1.0 :mode-line-inactive-family nil :mode-line-inactive-weight nil :mode-line-inactive-slant nil + :mode-line-inactive-width nil :mode-line-inactive-height 1.0 :header-line-family nil :header-line-weight nil :header-line-slant nil + :header-line-width nil :header-line-height 1.0 :line-number-family nil :line-number-weight nil :line-number-slant nil + :line-number-width nil :line-number-height 1.0 :tab-bar-family nil :tab-bar-weight nil :tab-bar-slant nil + :tab-bar-width nil :tab-bar-height 1.0 :tab-line-family nil :tab-line-weight nil :tab-line-slant nil + :tab-line-width nil :tab-line-height 1.0 :bold-family nil :bold-slant nil :bold-weight bold + :bold-width nil :bold-height 1.0 :italic-family nil :italic-weight nil :italic-slant italic + :italic-width nil :italic-height 1.0 :line-spacing nil))