diff options
author | Khaled Hosny <khaled@aliftype.com> | 2022-07-31 23:50:18 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2022-08-04 19:20:35 +0200 |
commit | 9f9b82331ff2d79f71f2cd7bd91417d2697f06c1 (patch) | |
tree | c1e8665e41e7fb6fd6bc51646efbb885d2749a68 /vcl | |
parent | 2ab9b6da2a3ec042c35cdafaf7a6919e7cd70827 (diff) |
more_fonts: Update Reem Kufi
Also update test expectation due to changed glyph order.
Change-Id: I8f6d1a057077cb6de5e5d7fce4bec29929edb8b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137663
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
(cherry picked from commit f1540e05327873a73c0bbb232689d2be5c0072b7)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137610
Reviewed-by: خالد حسني <khaled@aliftype.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
(cherry picked from commit 15da0f9b805e090e61b2eb82913130d7a77d16c6)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137714
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/qa/cppunit/pdfexport/pdfexport.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx b/vcl/qa/cppunit/pdfexport/pdfexport.cxx index 7a89d4200574..353377681cd3 100644 --- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx +++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx @@ -1329,8 +1329,8 @@ CPPUNIT_TEST_FIXTURE(PdfExportTest, testTdf66597_2) "<05> <0647>\n" "<06> <062F>\n" "<08> <062C>\n" - "<09> <0628>\n" - "<0B> <0623>\n" + "<0A> <0628>\n" + "<0C> <0623>\n" "endbfchar"); std::string aData(static_cast<const char*>(aObjectStream.GetData()), aObjectStream.GetSize()); |