optimize tag kerning and add escape character ligature
This commit is contained in:
parent
6c982b2bb2
commit
a5decfa30c
8 changed files with 11984 additions and 11766 deletions
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
|
@ -1472,6 +1472,10 @@ feature calt {
|
|||
sub less' exclam hyphen hyphen hyphen hyphen greater by SPC;
|
||||
} xml_empty_comment.liga;
|
||||
|
||||
lookup escape {
|
||||
sub backslash' [backslash n r t quotesingle quotedbl] by backslash.liga;
|
||||
} escape;
|
||||
|
||||
# ================[III]================
|
||||
# cl
|
||||
lookup c_l.liga {
|
||||
|
|
|
@ -1470,6 +1470,11 @@ feature calt {
|
|||
sub SPC exclam' hyphen hyphen hyphen hyphen greater by SPC;
|
||||
sub less' exclam hyphen hyphen hyphen hyphen greater by SPC;
|
||||
} xml_empty_comment.liga;
|
||||
|
||||
lookup escape {
|
||||
sub backslash' [backslash n r t quotesingle quotedbl] by backslash.liga;
|
||||
} escape;
|
||||
|
||||
} calt;
|
||||
feature ccmp {
|
||||
lookup ccmp_Other_1 {
|
||||
|
|
Loading…
Reference in a new issue