mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-24 01:40:12 -05:00
changelog: composed -> combining
This commit is contained in:
parent
09c4d16232
commit
d5d57c1b20
1 changed files with 2 additions and 2 deletions
|
|
@ -45,12 +45,12 @@ the same grapheme in the same cell in the terminal.
|
||||||
|
|
||||||
Previous versions of foot implemented a simple grapheme cluster
|
Previous versions of foot implemented a simple grapheme cluster
|
||||||
segmentation technique that **only** handled zero-width
|
segmentation technique that **only** handled zero-width
|
||||||
codepoints. This allowed us to cluster composed characters, like q́
|
codepoints. This allowed us to cluster combining characters, like q́
|
||||||
(_q_ + _COMBINING ACUTE ACCENT_).
|
(_q_ + _COMBINING ACUTE ACCENT_).
|
||||||
|
|
||||||
Once we have a grapheme cluster, we need to _shape_ it.
|
Once we have a grapheme cluster, we need to _shape_ it.
|
||||||
|
|
||||||
Composed characters are simple: they are typically rendered as
|
Combining characters are simple: they are typically rendered as
|
||||||
multiple glyphs layered on top of each other. This is why previous
|
multiple glyphs layered on top of each other. This is why previous
|
||||||
versions of foot got away with it without any actual text shaping
|
versions of foot got away with it without any actual text shaping
|
||||||
support.
|
support.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue