Y
Hacker News
new
|
ask
|
show
|
jobs
by
codeCatalyst
2877 days ago
> Ligatures are very hard to support in a GPU-based renderer.
Why?
1 comments
gnachman
2876 days ago
You have to analyze a row of text at once to reorder glyphs, which is expensive and cannot be parallelized.
link