6 ms·
> Ligatures are very hard to support in a GPU-based renderer. Why?
by codeCatalyst 8y ago
> Ligatures are very hard to support in a GPU-based renderer.
Why?
- gnachman 8y agoYou have to analyze a row of text at once to reorder glyphs, which is expensive and cannot be parallelized.