Class: Plushie::Event::Diagnostic::FontFamilyNotFound
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::FontFamilyNotFound
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
A font family from default_font or its fallback chain did not resolve to a loaded or built-in family.
Instance Attribute Summary collapse
-
#family ⇒ Object
readonly
Returns the value of attribute family.
Instance Attribute Details
#family ⇒ Object (readonly)
Returns the value of attribute family
101 102 103 |
# File 'lib/plushie/event/diagnostic.rb', line 101 def family @family end |