Fix #8070 - merging in svgtopdf stuff
authorAlan <alan@roojs.com>
Tue, 5 Mar 2024 09:28:18 +0000 (17:28 +0800)
committerAlan <alan@roojs.com>
Tue, 5 Mar 2024 09:28:18 +0000 (17:28 +0800)
commit8dc847fcdafbacab93e24d6eca7c6af44acdef3c
tree769b764d44bb4dce9701c084fa8fb5c007aeb1f2
parent2d3bc6a3de6d011f275837daef9490829e782ecf
Fix #8070 - merging in svgtopdf stuff
48 files changed:
Fpdf/Chinese-unicode.php [new file with mode: 0755]
Fpdf/Chinese.php
Fpdf/font/unifont/ARIALUNI.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSans-Bold.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSans-BoldOblique.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSans-ExtraLight.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSans-Oblique.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSans.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSansCondensed-Bold.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSansCondensed-BoldOblique.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSansCondensed-Oblique.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSansCondensed.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSansMono-Bold.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSansMono-BoldOblique.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSansMono-Oblique.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSansMono.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSerif-Bold.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSerif-BoldItalic.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSerif-Italic.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSerif.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSerifCondensed-Bold.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSerifCondensed-BoldItalic.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSerifCondensed-Italic.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVuSerifCondensed.ttf [new file with mode: 0755]
Fpdf/font/unifont/DejaVu_LICENSE.txt [new file with mode: 0755]
Fpdf/font/unifont/arialuni.mtx.php [new file with mode: 0755]
Fpdf/font/unifont/dejavusans.mtx.php [new file with mode: 0755]
Fpdf/font/unifont/dejavusansbold.mtx.php [new file with mode: 0755]
Fpdf/font/unifont/dejavusansboldoblique.mtx.php [new file with mode: 0755]
Fpdf/font/unifont/dejavusanscondensed.mtx.php [new file with mode: 0755]
Fpdf/font/unifont/dejavusansoblique.mtx.php [new file with mode: 0755]
Fpdf/font/unifont/dejavuserif.mtx.php [new file with mode: 0755]
Fpdf/font/unifont/dejavuserifbold.mtx.php [new file with mode: 0755]
Fpdf/font/unifont/dejavuserifbolditalic.mtx.php [new file with mode: 0755]
Fpdf/font/unifont/dejavuserifitalic.mtx.php [new file with mode: 0755]
Fpdf/font/unifont/fireflysung.mtx.php [new file with mode: 0755]
Fpdf/font/unifont/fireflysung.ttf [new file with mode: 0755]
Fpdf/font/unifont/ttfonts.php
Fpdf/tFPDF.php [changed mode: 0644->0755]
XML/SvgToPdf.php [changed mode: 0644->0755]
XML/SvgToPdf/Base.php [changed mode: 0644->0755]
XML/SvgToPdf/G.php [changed mode: 0644->0755]
XML/SvgToPdf/Image.php [changed mode: 0644->0755]
XML/SvgToPdf/Path.php [changed mode: 0644->0755]
XML/SvgToPdf/Rect.php [changed mode: 0644->0755]
XML/SvgToPdf/Text.php [changed mode: 0644->0755]
XML/SvgToPdf/Tspan.php [changed mode: 0644->0755]
XML/SvgToPdfAlt.php