Results 637 comments of Antony Lee

The misplaced accent is due to lack of support for combining characters at the freetype level (e.g. https://stackoverflow.com/questions/9985340/how-to-render-combined-unicode-characters-in-freetype). Using a real text layout engine (MEP14) is probably not going to...

/self-promotion/ mplcairo now supports complex text layout using libraqm, this was suprisingly easy to add... ![figure_1](https://user-images.githubusercontent.com/1322974/32409351-4891b202-c167-11e7-8b34-20c8afa20662.png)

It is a fairly technical project and will probably not be implemented any time soon. But most solutions that fixes indic script will likewise fix arabic script (*well technically you...

Actually this issue is basically already tracked at #5941, so I'll close this one as a duplicate.

> One maybe interesting question is that for nested layouts to we want to have sub-figures of sub-figures or flatten all of the sub-figures to be children of the Figure...

I am not really actively developing redeal anymore (I guess I'll try to maintain it in a working state but no more than that); the feature set is essentially based...

What do you exactly want to specify?

Smartstacking (https://github.com/anntzer/redeal?tab=readme-ov-file#smartstacking) may help for very rare hand types.

I don't actually understand the following statement > But we seem to have a general problem with shape, not just redeal but in general, perhaps we should use Hex.

"T" is 10, "J" is 11, "Q" is 12, "K" is 13. Pushed a fix to clarify this in the docs.