2009-09-28から1日間の記事一覧

prawn:Prawn::Font#identifier_for

#!/usr/bin/env ruby require "prawn" pdf = Prawn::Document.new f = Prawn::Font.load(pdf, "Times-Roman") p f p f.identifier_for("hoge") で、 Prawn::Font::AFM< Times-Roman: 12 > "F1.hoge"subset って何を指定すれば???