Prevent clipping of texture-extended glyphs in Kitty (#2466)
* Prevent clipping of texture-extended glyphs in Kitty * doc
This commit is contained in:
parent
47b3424083
commit
e5736b6fd2
3 changed files with 6 additions and 2 deletions
|
@ -137,7 +137,7 @@ export const Joining = {
|
|||
glyph.related.joining = cls;
|
||||
},
|
||||
or(glyph, cls) {
|
||||
Joining.set(glyph, cls | Joining.get(cls));
|
||||
Joining.set(glyph, cls | Joining.get(glyph));
|
||||
},
|
||||
amendOtName(baseName, cl) {
|
||||
switch (cl) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue