Class: Pango::FontDescription

Inherits:
Object
  • Object
show all
Extended by:
GLib::Deprecatable
Defined in:
lib/pango/deprecated.rb,
lib/pango/font-description.rb

Class Method Summary collapse

Class Method Details

.new(description = nil) ⇒ Object



20
21
22
23
24
25
26
# File 'lib/pango/font-description.rb', line 20

def new(description=nil)
  if description
    from_string(description)
  else
    super()
  end
end