Reportlab在drawString中更改字体大小

时间:2017-03-20 08:52:41

标签: pdf-generation font-size reportlab rml

我尝试做所有事情,但我真的无法找到方法,如何更改drawString元素中的字体大小。请参阅以下示例

<illustration width="20" height="20">
            <image file="checkbox.png" x="10" y="20" width="7" preserveAspectRatio="true" /> 
<drawString x="20" y="20">YES</drawString>

            <image file="checkbox.png" x="10" y="10" width="7" preserveAspectRatio="true" /> 
<drawString x="20" y="10">NO</drawString>
        </illustration>

这是我的代码,但我真的不知道font-size来自哪里。我无法找到如何更改单词的字体大小&#34;是&#34;并且&#34;否&#34;。有人可以帮忙吗?非常感谢你

1 个答案:

答案 0 :(得分:0)

使用

可以解决问题
<setFont name="fnt1" size="11"/>

元素之前。