Antony Lee
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... 
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.