rmagick custom font
from here gc = Magick::Draw.new gc.font = “#{RAILS_ROOT}/lib/fonts/ChalkboardBold.ttf” here is the rmagic doc
Oh, so that is how easy it is.
from here gc = Magick::Draw.new gc.font = “#{RAILS_ROOT}/lib/fonts/ChalkboardBold.ttf” here is the rmagic doc
Oh, so that is how easy it is.