Class: Prawn::FontMetricCache::CacheEntryMonkeyPatch
- Inherits:
-
Struct
- Object
- Struct
- Prawn::FontMetricCache::CacheEntryMonkeyPatch
- Defined in:
- lib/prawn/font_metric_cache.rb
Instance Attribute Summary collapse
-
#font ⇒ Object
Returns the value of attribute font.
-
#font_size ⇒ Object
Returns the value of attribute font_size.
-
#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
7 8 9 |
# File 'lib/prawn/font_metric_cache.rb', line 7 def font @font end |
#font_size ⇒ Object
Returns the value of attribute font_size
7 8 9 |
# File 'lib/prawn/font_metric_cache.rb', line 7 def font_size @font_size end |
#options ⇒ Object
Returns the value of attribute options
7 8 9 |
# File 'lib/prawn/font_metric_cache.rb', line 7 def @options end |
#string ⇒ Object
Returns the value of attribute string
7 8 9 |
# File 'lib/prawn/font_metric_cache.rb', line 7 def string @string end |