Class: Plushie::Event::Diagnostic::FontFamilyNotFound

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#familyObject (readonly)

Returns the value of attribute family

Returns:

  • (Object)

    the current value of family



101
102
103
# File 'lib/plushie/event/diagnostic.rb', line 101

def family
  @family
end