-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
[why] Keeping the ligature removal tables up to date with source font updates is quite a maintenance burden. Usually if a terminal supports ligatures at all it has an option to disable them. Present ligatures do not prevent monospaced fonts and monospaced detection. It was only present in v2.0.0, and the code has been broken with v2.1.0. [note] Updated example ligature removal table to the one for Iosevka. Left stubs in relevant code passages to facilitate finding this commit. Fixes: #976 Fixes: #975 Fixes: #973 Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
[Subtables] | ||
ligatures: [ | ||
"Single Substitution lookup 1 subtable" ] | ||
ligatures: [ | ||
"'dlig' Discretionary Ligatures lookup 9 subtable", | ||
"'dlig' Discretionary Ligatures lookup 11 subtable", | ||
"'dlig' Discretionary Ligatures lookup 12 contextual 0", | ||
"'dlig' Discretionary Ligatures lookup 12 contextual 1", | ||
"'dlig' Discretionary Ligatures lookup 12 contextual 2", | ||
"'dlig' Discretionary Ligatures lookup 18 subtable", | ||
"'dlig' Discretionary Ligatures lookup 19 contextual 0", | ||
"'dlig' Discretionary Ligatures lookup 24 contextual 0", | ||
"'dlig' Discretionary Ligatures lookup 24 contextual 1", | ||
"'dlig' Discretionary Ligatures lookup 24 contextual 2", | ||
"'dlig' Discretionary Ligatures lookup 24 contextual 3", | ||
"'dlig' Discretionary Ligatures lookup 24 contextual 4", | ||
"'dlig' Discretionary Ligatures lookup 24 contextual 5", | ||
"'dlig' Discretionary Ligatures lookup 26 subtable", | ||
"'dlig' Discretionary Ligatures lookup 33 contextual 0", | ||
"'dlig' Discretionary Ligatures lookup 33 contextual 1" ] |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.