Felix Schütt
Felix Schütt
allsorts supports Arabic, Hindi, Hebrew, Pinyin and other scripts correctly. But it's very low level, so you have to position the glyphs manually. Doing that in a PDF library is...
I know I once supported Hebrew in azul-text-layout, I also tried supporting Japanese. But I'm not sure if that is still the case.
@pikhosh you can use it without a GUI, it just does the text layouting: https://github.com/fschutt/printpdf/issues/39#issuecomment-559118743 Yeah, it's a lot of code to integrate, but allsorts is even more code. In...
@syrusakbary you can review the PR now
@syrusakbary ready for review + merge
@syrusakbary only linux-aarch64 is not passing, we wanted to transfer this to wapm-cli-private
Tests will be green again after #266 will be merged.
Can you select the text and copy the original characters out? If yes, that means that the font simply can't display the characters (or is encoded badly)? Does the font...
@MartinKavik If you have issues with Wasmer, it would be great to file them on the wasmer repo, so we can track them. However, I've tested (1) with ```toml [dependencies]...
@jquesada2016 The project does have accessibility in mind, but it's a stub function right now: https://azul.rs/api/1.0.0-alpha1#Dom.with_accessibility_info https://azul.rs/api/1.0.0-alpha1#st.AccessibilityInfo It's mostly modeled around MSAA (Microsoft Accessibility).