Class Prawn::Svg::Font
In: lib/prawn/svg/font.rb
Parent: Object

Methods

Constants

BUILT_IN_FONTS = ["Courier", "Helvetica", "Times-Roman", "Symbol", "ZapfDingbats"]
GENERIC_CSS_FONT_MAPPING = { "serif" => "Times-Roman", "sans-serif" => "Helvetica", "cursive" => "Times-Roman", "fantasy" => "Times-Roman", "monospace" => "Courier"}

Public Class methods

[Validate]