Don not apply spacing between the joined typographic letter units of cursive scripts when letter-spacing is not normal
Categories
(Core :: Layout: Text and Fonts, defect, P3)
Tracking
()
People
(Reporter: chenpighead, Unassigned)
References
()
Details
Attachments
(1 file)
401 bytes,
text/html
|
Details |
Updated•8 years ago
|
Chrome/Chromium equivalent issue https://bugs.chromium.org/p/chromium/issues/detail?id=942012
Comment 3•6 years ago
|
||
Is there a definitive list of Unicode scripts that should be considered "cursive" for this purpose?
I guess what Flutter/Android/Minikin https://github.com/flutter/engine/blob/f38f03fc883c8006f0896f61ff91acd9171e4453/third_party/txt/src/minikin/Layout.cpp#L400 and https://github.com/abarth/minikin/commit/e8721b2d293ba1a0e5d92a066aa9aa15807357cc uses matches with DirectWrite https://gist.github.com/ebraminio/727689919dbc485e023fe054bdd7c19b and https://github.com/harfbuzz/harfbuzz/pull/1505/files (HB_SCRIPT_FLAG_IS_CURSIVE_WRITING) says, enough to consider it widespread on non-browser text rendering stacks.
The ones start with https://gist.github.com/ebraminio/727689919dbc485e023fe054bdd7c19b/ddc114e409b16ff42622273cdf822bef1287dc18 0b11 0b01 the left most bit is IS_CURSIVE_WRITING and the next is IS_CONNECTED_WRITING and apparently both used for isScriptOkForLetterspacing blacklist.
Was going to create a new file as forgot that have done already so worth a ping I guess.
Comment 8•5 years ago
|
||
The spec defines cursive scripts: https://drafts.csswg.org/css-text-3/#cursive-script
Updated•3 years ago
|
Description
•