Class: Prawn::FontMetricCache::CacheEntry
- Inherits:
-
Struct
- Object
- Struct
- Prawn::FontMetricCache::CacheEntry
- Defined in:
- lib/prawn/font_metric_cache.rb
Instance Attribute Summary collapse
-
#font ⇒ Object
Returns the value of attribute font.
-
#options ⇒ Object
Returns the value of attribute options.
-
#string ⇒ Object
Returns the value of attribute string.
Instance Attribute Details
#font ⇒ Object
Returns the value of attribute font
16 17 18 |
# File 'lib/prawn/font_metric_cache.rb', line 16 def font @font end |
#options ⇒ Object
Returns the value of attribute options
16 17 18 |
# File 'lib/prawn/font_metric_cache.rb', line 16 def @options end |
#string ⇒ Object
Returns the value of attribute string
16 17 18 |
# File 'lib/prawn/font_metric_cache.rb', line 16 def string @string end |