Skip to content

Commit

Permalink
udpate glyphs and codepage
Browse files Browse the repository at this point in the history
  • Loading branch information
subframe7536 committed Oct 12, 2022
1 parent 70b477b commit 2a7afd1
Show file tree
Hide file tree
Showing 60 changed files with 25,247 additions and 4,513 deletions.
2 changes: 1 addition & 1 deletion img/fonttest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

0x12 ~@ </ /> <> </>

:: ::: :> :=: :*:+:^:-:~:
:: ::: := ::= :*:+:^:-:~:

-> => <- <-> <=> --> ==> <--> <==>

Expand Down
52 changes: 23 additions & 29 deletions source/mono.fea
Original file line number Diff line number Diff line change
Expand Up @@ -223,14 +223,8 @@ lookup hex_center_x_1 {
lookup colon_center {
subtable ignore1 {
ignore context colon (@colons @colons @colons);
}
subtable ignore2 {
ignore context (@colons) colon (@colons @colons);
}
subtable ignore3 {
ignore context (@colons @colons) colon (@colons);
}
subtable ignore4 {
ignore context (@colons @colons @colons) colon;
}
subtable 111_1 {
Expand All @@ -245,45 +239,45 @@ lookup colon_center {
context (@colons @colons) colon;
sub 0 operator_center_3;
}
subtable 111_4 {
context colon (hyphenminus @number);
sub 0 operator_center_1;
}
subtable 111 {
subtable 222 {
context (@operator) colon (@operator);
sub 0 operator_center_1;
}
subtable 666 {
context (@colons) colon (@operator);
subtable 333_1 {
context colon (@colons equal);
sub 0 operator_center_2;
}
subtable 333_2 {
context (@colons) colon (equal);
sub 0 operator_center_1;
}
subtable 777 {
subtable 333_3 {
context colon (equal);
sub 0 operator_center_2;
}
subtable 444_1 {
context (@operator) colon (@colons);
sub 0 operator_center_1;
sub 0 operator_center_2;
}
subtable 333 {
context colon (@operator @colons);
subtable 444_2 {
context colon (@operator colon_center_left);
sub 0 operator_center_2;
}
subtable 555 {
context (@colons @operator) colon;
subtable 444_3 {
context (colon_center_right @operator) colon;
sub 0 operator_center_3;
}
subtable 111_4 {
subtable 555 {
context (@colons) colon;
sub 0 operator_center_3;
}
subtable 111_5 {
subtable 666 {
context colon (@colons);
sub 0 operator_center_2;
}
subtable 222 {
context colon (@operator);
sub 0 operator_center_2;
}
subtable 444 {
context (@operator) colon;
sub 0 operator_center_3;
subtable 666 {
context (@number) colon (@number);
sub 0 operator_center_1;
}
}

Expand Down Expand Up @@ -1243,7 +1237,7 @@ lookup numbersign_parenleft_1 {
lookup numbersign_parenleft_2 {
sub numbersign -> placeholder;
}

# [BUG]
lookup tag_todo {
subtable 111 {
context (placeholder placeholder placeholder placeholder placeholder) parenright;
Expand Down
Loading

0 comments on commit 2a7afd1

Please sign in to comment.