Skip to content

Commit

Permalink
Merge branch '9-dots-and-underscores'
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Jan 28, 2016
2 parents 04737e7 + cfd3608 commit 50dd3a5
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
34 changes: 17 additions & 17 deletions BorgSansMono.fea
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,40 @@ languagesystem kana dflt;

feature calt {
# /=
sub slash.equal equal' by space;
sub slash' equal by slash.equal;
sub slash_equal equal' by space;
sub slash' equal by slash_equal;

# !==
sub exclam.equal.triple equal' equal by equal.triple.space;
sub exclam' equal equal by exclam.equal.triple;
sub exclam_equal_equal equal' equal by space.equal_triple;
sub exclam' equal equal by exclam_equal_equal;

# ===
sub equal.triple.space equal' by space;
sub equal.triple equal' equal by equal.triple.space;
sub equal' equal equal by equal.triple;
sub space.equal_triple equal' by space;
sub equal_triple equal' equal by space.equal_triple;
sub equal' equal equal by equal_triple;

# !=
# must come after !==
sub exclam.equal equal' by space;
sub exclam' equal by exclam.equal;
sub exclam_equal equal' by space;
sub exclam' equal by exclam_equal;

# ==
# must come after != and /=
sub equal.equal equal' by space;
sub equal' equal by equal.equal;
sub equal_equal equal' by space;
sub equal' equal by equal_equal;

# ->
sub arrow.right.thin greater' by space;
sub hyphen' greater by arrow.right.thin;
sub arrow_right_single greater' by space;
sub hyphen' greater by arrow_right_single;

# <-
sub arrow.left.thin hyphen' by space;
sub less' hyphen by arrow.left.thin;
sub arrow_left_single hyphen' by space;
sub less' hyphen by arrow_left_single;

# <=>
ignore sub less equal' greater;

# =>
sub arrow.right.fat greater' by space;
sub equal' greater by arrow.right.fat;
sub arrow_right_double greater' by space;
sub equal' greater by arrow_right_double;
} calt;
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
StartChar: arrow.left.thin
StartChar: arrow_left_single
Encoding: 65571 -1 906
Width: 1229
Flags: W
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
StartChar: arrow.right.fat
StartChar: arrow_right_double
Encoding: 65564 -1 899
Width: 1229
Flags: W
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
StartChar: arrow.right.thin
StartChar: arrow_right_single
Encoding: 65563 -1 898
Width: 1229
Flags: W
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
StartChar: equal.equal
StartChar: equal_equal
Encoding: 65567 -1 902
Width: 1229
Flags: W
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
StartChar: equal.triple
StartChar: equal_triple
Encoding: 65568 -1 903
Width: 1229
Flags: W
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
StartChar: exclam.equal
StartChar: exclam_equal
Encoding: 65566 -1 901
Width: 1229
Flags: W
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
StartChar: exclam.equal.triple
StartChar: exclam_equal_equal
Encoding: 65570 -1 905
Width: 1229
Flags: W
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
StartChar: slash.equal
StartChar: slash_equal
Encoding: 65565 -1 900
Width: 1229
Flags: W
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
StartChar: equal.triple.space
StartChar: space.equal_triple
Encoding: 65569 -1 904
Width: 1229
Flags: W
Expand Down

0 comments on commit 50dd3a5

Please sign in to comment.