Accepting request 900208 from M17N:fonts

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/900208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iosevka-fonts?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2021-06-16 18:34:43 +00:00 committed by Git OBS Bridge
commit 4d61b0d0fc
15 changed files with 29 additions and 23 deletions

View File

@ -386,6 +386,7 @@ Inside the plan, top-level properties include:
- Otherwise the font will be sans-serif. - Otherwise the font will be sans-serif.
* `no-cv-ss`: Optional, Boolean, disables `cv##` and `ss##` OpenType features. * `no-cv-ss`: Optional, Boolean, disables `cv##` and `ss##` OpenType features.
* `no-ligation`: Optional, Boolean, disables ligations. * `no-ligation`: Optional, Boolean, disables ligations.
* `export-glyph-names`: Optional, Boolean, whether to export glyph names into the fonts. Setting this to `true` will incrase file footprint, however this is necessary for ligature support in [Kitty](https://sw.kovidgoyal.net/kitty/).
Build plan could have 5 optional subsections: `ligations`, `variants`, `weights`, `widths` and `slopes`. Build plan could have 5 optional subsections: `ligations`, `variants`, `weights`, `widths` and `slopes`.
@ -844,8 +845,8 @@ Subsection `variants` is used to configure character variants in the font. Prope
+ `j = 'serifed'`, `cv35 = 2`: `j` with top serif. + `j = 'serifed'`, `cv35 = 2`: `j` with top serif.
+ `j = 'straight-line'`, `cv35 = 3`: `j` like a straight line. + `j = 'straight-line'`, `cv35 = 3`: `j` like a straight line.
+ `j = 'hooky'`, `cv35 = 4`: `j` like a straight line with top serif. + `j = 'hooky'`, `cv35 = 4`: `j` like a straight line with top serif.
+ `j = 'flat-hook-serifless'`, `cv35 = 5`: `j` with flat terminal hook and top serif. + `j = 'flat-hook-serifless'`, `cv35 = 5`: `j` with flat terminal hook.
+ `j = 'flat-hook-serifed'`, `cv35 = 6`: `j` with flat terminal hook. + `j = 'flat-hook-serifed'`, `cv35 = 6`: `j` with flat terminal hook and top serif.
+ `j = 'diagonal-tailed-serifless'`, `cv35 = 7`: `j` with diagonal tail. + `j = 'diagonal-tailed-serifless'`, `cv35 = 7`: `j` with diagonal tail.
+ `j = 'diagonal-tailed-serifed'`, `cv35 = 8`: `j` with top serif and diagonal tail. + `j = 'diagonal-tailed-serifed'`, `cv35 = 8`: `j` with top serif and diagonal tail.
- Styles for `k`: - Styles for `k`:
@ -1108,7 +1109,7 @@ Subsection `variants` is used to configure character variants in the font. Prope
+ `cyrl-capital-ze = 'bilateral-serifed'`, `cv58 = 3`: Cyrillic Capital Ze (`З`) with serif. + `cyrl-capital-ze = 'bilateral-serifed'`, `cv58 = 3`: Cyrillic Capital Ze (`З`) with serif.
+ `cyrl-capital-ze = 'unilateral-inward-serifed'`, `cv58 = 4`: Cyrillic Capital Ze (`З`) with inward serif. + `cyrl-capital-ze = 'unilateral-inward-serifed'`, `cv58 = 4`: Cyrillic Capital Ze (`З`) with inward serif.
+ `cyrl-capital-ze = 'bilateral-inward-serifed'`, `cv58 = 5`: Cyrillic Capital Ze (`З`) with inward serif. + `cyrl-capital-ze = 'bilateral-inward-serifed'`, `cv58 = 5`: Cyrillic Capital Ze (`З`) with inward serif.
- Styles for `ɜ` (Cyrillic Lower Ze): - Styles for `з` (Cyrillic Lower Ze):
+ `cyrl-ze = 'serifless'`, `cv59 = 1`: Serifless Cyrillic Lower Ze (`з`). + `cyrl-ze = 'serifless'`, `cv59 = 1`: Serifless Cyrillic Lower Ze (`з`).
+ `cyrl-ze = 'unilateral-serifed'`, `cv59 = 2`: Cyrillic Lower Ze (`з`) with serif. + `cyrl-ze = 'unilateral-serifed'`, `cv59 = 2`: Cyrillic Lower Ze (`з`) with serif.
+ `cyrl-ze = 'bilateral-serifed'`, `cv59 = 3`: Cyrillic Lower Ze (`з`) with serif. + `cyrl-ze = 'bilateral-serifed'`, `cv59 = 3`: Cyrillic Lower Ze (`з`) with serif.
@ -1334,7 +1335,7 @@ Subsection `variants` is used to configure character variants in the font. Prope
- Styles for `<=`, `>=`: - Styles for `<=`, `>=`:
+ `lig-ltgteq = 'flat'`, `cv95 = 1`: The lower bar of `<=` and `>=` ligation is flat. + `lig-ltgteq = 'flat'`, `cv95 = 1`: The lower bar of `<=` and `>=` ligation is flat.
+ `lig-ltgteq = 'slanted'`, `cv95 = 2`: The lower bar of `<=` and `>=` ligation is slanted. + `lig-ltgteq = 'slanted'`, `cv95 = 2`: The lower bar of `<=` and `>=` ligation is slanted.
- Styles for `"`: - Styles for `'`:
+ `ascii-single-quote = 'straight'`, `cv96 = 1`: Show ASCII quote (`"`) as short vertical straight bar.. + `ascii-single-quote = 'straight'`, `cv96 = 1`: Show ASCII quote (`"`) as short vertical straight bar..
+ `ascii-single-quote = 'raised-comma'`, `cv96 = 2`: Show ASCII quote (`"`) as raised comma.. + `ascii-single-quote = 'raised-comma'`, `cv96 = 2`: Show ASCII quote (`"`) as raised comma..
- Styles for `` ` ``: - Styles for `` ` ``:

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 8 16:17:40 UTC 2021 - Lukas Kucharczyk <lukas.kucharczyk@suse.com>
- Update to 7.0.4
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 31 14:07:01 UTC 2021 - Lukas Kucharczyk <lukas.kucharczyk@suse.com> Mon May 31 14:07:01 UTC 2021 - Lukas Kucharczyk <lukas.kucharczyk@suse.com>

View File

@ -19,7 +19,7 @@
%define _buildshell /bin/bash %define _buildshell /bin/bash
%global fullversion %{version} %global fullversion %{version}
Name: iosevka-fonts Name: iosevka-fonts
Version: 7.0.2 Version: 7.0.4
Release: 0 Release: 0
Summary: Slender typeface for source code Summary: Slender typeface for source code
License: OFL-1.1 License: OFL-1.1

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce8e785a8790272634958494e4b0db8d017d6a08a6d23b837fda40929ce2d375
size 71485268

3
ttc-iosevka-7.0.4.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fed4b93f2f6195bdf45df2e32e47b48be50564d547124eaf1ad1cde9f5424a81
size 91436211

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8dee19277e0b1575cc093a2d13f68566c6533ddb7357af304a38eee7b3fe1b0f
size 26375078

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df7b92a5fd05769ca20854c2eba5231038d8ea65e8ff4d64cb49c11e884d475d
size 29864436

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5189d1d84089eb5078143bf34473e63606d6c8be67afaa83764fe9883b1c0cd0
size 71499779

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f235295465f65e18d8e11eacb91f66d7c05ed2b28edddfa724c95da7039136a
size 91440300

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9329a5542d9a0b04cf576fe016deed17ba7a3f6512b5269310ae87b0c65cdd1
size 73330527

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49c6a24ccb3bf1b9524a5b16e0c54d8633d219d18d113572cd390bba823e497c
size 93703198

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2be84dc7e58848be78251ee78095e0b3f840f766aa7273e6359a27262a31c64
size 27562696

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc0415c55744424d480fd733c3989384e70defc0cd54034359a42cd396170616
size 31155392

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e36274aab2ba406ee45cf6a98864db5614b56104fe3967941d84b1808e8baf4
size 73513349

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d416440b122fb94871c29e4d010e859d88d47e74eb8f6eb7b1ffcb3c6e3e371f
size 93962593