gpt4 book ai didi

ruby-on-rails - Prawn 设置字体颜色

转载 作者:数据小太阳 更新时间:2023-10-29 06:40:02 25 4
gpt4 key购买 nike

我正在使用 prawn 在 Rails 应用程序中生成 PDF 输出。如何更改输出文本的颜色?

最佳答案

你试过了吗fill_color ?下面的代码应该可以工作:

require "rubygems"
require "prawn"

Prawn::Document.generate "hello.pdf" do
fill_color "0000ff"
text_box "Hello World (in blue)", :at => [200,720], :size => 32
end

关于ruby-on-rails - Prawn 设置字体颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2019559/

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