Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么办法可以将 $this->Cell(0,3,'Hello, my name is (italicized) John Doe.',0,1,'C') 中的某些单词斜体化;我只需要强调“John Doe”这个名字,而不是整个句子。请帮忙。谢谢。
不幸的是,您不能仅使用 FPDF 函数直接执行此操作。你需要在这里编写一个新函数Cell(),用一些新参数重新创建......
Cell()
但是等等……有人已经这样做了!
在这里:Pascal Morin 的 FPDF 插件
这是一项很棒的工作,你甚至不需要别的东西!:)