dfrg / swash

Font introspection, complex text shaping and glyph rendering.
Apache License 2.0
636 stars 36 forks source link

Extract text analysis code into separate crate #20

Closed dfrg closed 2 years ago

dfrg commented 3 years ago

The text analysis code including segmentation, cluster parsing and Unicode properties is not font dependent and should be moved to a new crate. The cluster model also needs to be updated to accommodate additional Indic scripts (specifically those with multiple pre-base forms).

dfrg commented 2 years ago

See https://github.com/dfrg/lipi