This version was built with branch chromium/6982
of PDFium
Changes
Commits between chromium/6968
and chromium/6982
:
- Add supported compilers section to README.md
- Remove some MSVC-specific code
- Allow options and input files in any order in pdfium_test
- Fix stack-use-after-scope in pdfium_test
- Fix FPDFText_GetLooseCharBox() to handle rotation
- Add tests to show FPDFText_GetLooseCharBox() bug with rotated text
- Fix test helper to get correct indices from rotated_text.pdf
- Add a helper to FPDFTextEmbedderTest for use with rotated_text.pdf
- Roll libpng from cf7c36ed084c to 28213bcabe21 (1 revision)
- Check the font width array generated by FPDFText_LoadCidType2Font()
- Add GetWidthsArrayForCidFont() helper to fpdf_edit_embeddertest.cpp