Refine the size and placements of diacritics, to avoid stacking marks to collide (#1204).
This commit is contained in:
parent
b0e94fef39
commit
4c1552f4f3
3 changed files with 5 additions and 4 deletions
1
changes/10.1.2.md
Normal file
1
changes/10.1.2.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* Refine the size and placements of diacritics, to avoid stacking marks to collide (#1204).
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "iosevka",
|
"name": "iosevka",
|
||||||
"version": "10.1.0",
|
"version": "10.1.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -30,9 +30,9 @@ slopeAngle = 0 # slope angle, in degrees.
|
||||||
derivedSlopeAngle = 10 # Slope angle of derived letters requiring italics
|
derivedSlopeAngle = 10 # Slope angle of derived letters requiring italics
|
||||||
|
|
||||||
accentWidth = 200 # Width of accent marks.
|
accentWidth = 200 # Width of accent marks.
|
||||||
accentClearance = 72 # Vertical clearance of accent marks to the base.
|
accentClearance = 48 # Vertical clearance of accent marks to the base.
|
||||||
accentHeight = 176 # Height of accent marks.
|
accentHeight = 140 # Height of accent marks.
|
||||||
accentStackOffset = 200 # Offset height of accent mark stack.
|
accentStackOffset = 205 # Offset height of accent mark stack.
|
||||||
overshoot = -8 # Vertical overshoot for arcs.
|
overshoot = -8 # Vertical overshoot for arcs.
|
||||||
overshootx = -8 # Horizontal overshoot for arcs.
|
overshootx = -8 # Horizontal overshoot for arcs.
|
||||||
oxhook = -2 # Horizontal overshoot for hook tips.
|
oxhook = -2 # Horizontal overshoot for hook tips.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue