我在用
pdfmetrics.registerFont(TTFont('Arial', 'Arial.ttf'))
pdfmetrics.registerFont(TTFont('Arial-Bold', 'Arial-Bold.ttf'))
我已经转换了"image_fonts.qrc" into image_fonts_rc.py file
。它有一个名为"image.png" and "Arial-Bold.ttf"
我的问题的图像是如何从 qrc.py 文件在 python 中使用图像和字体到 reportlab PDF。
image_fonts.qrc
<RCC>
<qresource prefix="image_fonts">
<file>Arial-Bold.TTF</file>
<file>logo.png</file>
<file>Arial.TTF</file>
</qresource>
</RCC>