gpt4 book ai didi

fonts - 在dompdf中添加新字体

转载 作者:行者123 更新时间:2023-12-04 19:13:52 25 4
gpt4 key购买 nike

为了在 DOMPdf 中添加新字体 Arvo,我更新了文件 dompdf_font_family_cache.dist
并添加了以下代码 -

'arvo' => 
array (
'normal' => DOMPDF_FONT_DIR . 'Arvo-Regular',
'bold' => DOMPDF_FONT_DIR . 'Arvo-Bold',
'italic' => DOMPDF_FONT_DIR . 'Arvo-Italic',
'bold_italic' => DOMPDF_FONT_DIR . 'Arvo-BoldItalic',
),

我在 lib/fonts 目录中包含字体文件
我在 html 中添加了样式表 -
font-family: arvo;

但新字体未添加到结果 pdf 中。
请帮我解决这个问题。

最佳答案

您应该使用 load_font.php 或(在 dompdf 0.6.0 beta 3 中)位于 www/fonts.php 的基于 Web 的安装程序,而不是手动修改 dompdf_font_family_cache。

关于fonts - 在dompdf中添加新字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12296101/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com