diff --git a/README.md b/README.md index ce50a8aed..3c3628233 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,9 @@ The current available styles for `design`/`upright`/`italic`/`oblique` options a * `powerline-shift-x-n500`, `powerline-shift-x-n450`, `powerline-shift-x-n400`, `powerline-shift-x-n350`, `powerline-shift-x-n300`, `powerline-shift-x-n250`, `powerline-shift-x-n200`, `powerline-shift-x-n150`, `powerline-shift-x-n100`, `powerline-shift-x-n50`, `powerline-shift-x-0`, `powerline-shift-x-p50`, `powerline-shift-x-p100`, `powerline-shift-x-p150`, `powerline-shift-x-p200`, `powerline-shift-x-p250`, `powerline-shift-x-p300`, `powerline-shift-x-p350`, `powerline-shift-x-p400`, `powerline-shift-x-p450`, `powerline-shift-x-p500`: Shift the Powerline symbols horizontally, from -0.5em to +0.5em. * Styles for changing the width: * `extended`: Expand the width by 10%; + * `menu-subfamily-extended`: Add “Extended” to font menu subfamily; * `compressed`: Compress the width by 10%. + * `menu-subfamily-condensed`: Add “Condensed” into font menu subfamily; * NOTE: these styles are highly experimental. Handle with extreme care. * Styles for individual characters. They are easy-to-understand names of the `cv##` styles, including: * Styles for letter `l`: diff --git a/build-plans.toml b/build-plans.toml index ea38b79c0..df2eae012 100644 --- a/build-plans.toml +++ b/build-plans.toml @@ -143,14 +143,14 @@ family = "Iosevka" design = ["shape-straight-bar"] [buildPlans.iosevka-extended.post] -design = ['wd-extended', 'menu-name-extended'] +design = ['wd-extended', 'menu-subfamily-extended'] [buildPlans.iosevka-slab-extended] family = "Iosevka Slab" design = ["slab", "shape-straight-bar"] [buildPlans.iosevka-slab-extended.post] -design = ['wd-extended', 'menu-name-extended'] +design = ['wd-extended', 'menu-subfamily-extended'] # Export plans # This mapping affects the process of creating ZIP archives only diff --git a/images/charvars.png b/images/charvars.png index 20808cdce..344158c3d 100644 Binary files a/images/charvars.png and b/images/charvars.png differ diff --git a/images/download-options.png b/images/download-options.png index aac57736f..e56902f2f 100644 Binary files a/images/download-options.png and b/images/download-options.png differ diff --git a/images/family.png b/images/family.png index 3c0d1a576..505aced8a 100644 Binary files a/images/family.png and b/images/family.png differ diff --git a/images/languages.png b/images/languages.png index 61022ce2e..a60d518e9 100644 Binary files a/images/languages.png and b/images/languages.png differ diff --git a/images/ligations.png b/images/ligations.png index 80a5314cd..d8f2ff2b7 100644 Binary files a/images/ligations.png and b/images/ligations.png differ diff --git a/images/matrix.png b/images/matrix.png index ddc34c78f..2414cbd67 100644 Binary files a/images/matrix.png and b/images/matrix.png differ diff --git a/images/preview-all.png b/images/preview-all.png index fe3a0c41a..802361207 100644 Binary files a/images/preview-all.png and b/images/preview-all.png differ diff --git a/images/stylesets.png b/images/stylesets.png index 4faf2f50c..72352b658 100644 Binary files a/images/stylesets.png and b/images/stylesets.png differ diff --git a/images/variants.png b/images/variants.png index fd92c1adb..8a1819c12 100644 Binary files a/images/variants.png and b/images/variants.png differ diff --git a/images/weights.png b/images/weights.png index 461fe9409..6e65f104b 100644 Binary files a/images/weights.png and b/images/weights.png differ diff --git a/meta/naming.ptl b/meta/naming.ptl index 7c0ebceaf..243970983 100644 --- a/meta/naming.ptl +++ b/meta/naming.ptl @@ -40,8 +40,15 @@ define weightToMenuStyleMap : object 800 "Extrabold" 900 "Heavy" define widthToMenuStyleMap : object + 1 "Ultra-condensed" + 2 "Extra-condensed" + 3 "Condensed" + 4 "Semi-condensed" 5 "" + 6 "Semi-extended" 7 "Extended" + 8 "Extra-extended" + 9 "Ultra-extended" define slantToMenuStyleMap : object normal "" italic "Italic" @@ -58,8 +65,15 @@ define weightToMenuStyleMapShort : object 800 "XBd" 900 "Xv" define widthToMenuStyleMapShort : object + 1 "UltCn" + 2 "XCn" + 3 "Cn" + 4 "SmCn" 5 "" + 6 "SmEx" 7 "Ex" + 8 "XEx" + 9 "UltEx" define slantToMenuStyleMapShort : object normal "" italic "It" diff --git a/parameters.toml b/parameters.toml index 1a79b2482..36a9a8c94 100644 --- a/parameters.toml +++ b/parameters.toml @@ -252,15 +252,18 @@ sb = 1.375 [extended] inherits = ['wd-extended'] -[menu-name-extended] +[menu-subfamily-extended] menuWidth = 7 # Compressed : And someone else want it being narrower -[wd-compressed.multiplies] +[wd-condensed.multiplies] width = 0.9 sb = 0.9 -[compressed] -inherits = ['wd-compressed'] +[condensed] +inherits = ['wd-condensed'] + +[menu-subfamily-condensed] +menuWidth = 3 # EXPERIMENTAL EXPERIMENTAL EXPERIMENTAL # Diversity: Having more width variations