ardaku / fonterator

Load fonts as vector graphics in pure Rust with advanced text layout.
https://libcala.github.io/fonterator
Other
40 stars 4 forks source link

Support Arabic Cursive Writing & Other Scripts #3

Open AldaronLau opened 5 years ago

AldaronLau commented 5 years ago

Currently, fonterator supports Right to left text, but doesn't do any glyph shaping yet. This is necessary for specific languages to be able to be read by native speakers.

AldaronLau commented 3 years ago

Fonterator should use the rustybuzz crate for this.