🌐 AI搜索 & 代理 主页
Skip to content

Conversation

@QuLogic
Copy link
Member

@QuLogic QuLogic commented Sep 16, 2025

PR summary

Currently, we split text into single byte chunks and multi-byte glyphs, then iterate through single byte chunks for output and multi-byte glyphs for output.

Instead, output the single byte chunks as we finish them, then do the multi-byte glyphs at the end.

This was split out of #30512 and based on #30335.

PR checklist

Currently, we split text into single byte chunks and multi-byte glyphs,
then iterate through single byte chunks for output and multi-byte glyphs
for output.

Instead, output the single byte chunks as we finish them, then do the
multi-byte glyphs at the end.
@QuLogic
Copy link
Member Author

QuLogic commented Sep 19, 2025

CI errors should be fixed by #30579 and are unrelated to this change, so I'll merge.

@QuLogic QuLogic merged commit 105f9eb into matplotlib:text-overhaul Sep 19, 2025
33 of 36 checks passed
@github-project-automation github-project-automation bot moved this from Ready for Review to Done in Font and text overhaul Sep 19, 2025
@QuLogic QuLogic deleted the pdf-loop-merge branch September 19, 2025 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants