Block a user
Move text layout and rendering to Parley
You're right about the Arc: it was only being cloned because TextView::render() returned an owned RenderedText while also caching one. Nothing outside the view needed shared ownership.…
Move text layout and rendering to Parley
Addressed the review in three commits.
Changed:
- named the layout cache tuple, renamed
*_cxto*_ctx, named glyph-size quantization, extracted glyph rasterization, and replaced the…
Move text layout and rendering to Parley
Preserve primitive count recursion
Removed the trivial comment in 3b96324. I have also added an explicit final-diff comment audit to the submission process.
Preserve primitive count recursion
Keep unsafe reference helpers internal
Removed the added comments. The PR is now limited to the four visibility changes; checks pass.