// TODO(crbug.com/461845674): The saved doc should have the same text spacingWhoops, wrong bug number added in the previous CL. Deleting it now.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Fix PDF generation not accounting for text spacing
Change CPDF_PageContentGenerator::ProcessText() to switch from the Tj
operator to the TJ operator. This allows the text data to contain both
character codes and spacing info. Use the data from
CPDF_TextObject::GetCharPositions() to fill in the spacing info. Then
update the "failing" FPDFEditEmbedderTest.Bug410996566 to use
testing/resources/embedder_tests/bug_410996566.png and variants, and
delete the now unused bug_410996566_wrong_spacing.png and variants.
Also make minor test expectation updates so other affected tests pass.
The first iteration of the CPDF_PageContentGenerator change was AI
generated.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |