class Prawn::FontMetricCache::CacheEntry

TODO: remove when upgrading to prawn-2.5.0

Public Class Methods

new(font, options, size) click to toggle source
Calls superclass method Object::new
# File lib/asciidoctor/pdf/ext/prawn/font_metric_cache.rb, line 5
def initialize font, options, size
  font = font.hash
  super
end