Class: Pango::FontDescription
- Inherits:
-
Object
- Object
- Pango::FontDescription
- Extended by:
- GLib::Deprecatable
- Defined in:
- lib/pango/deprecated.rb,
lib/pango/font-description.rb more...
Class Method Summary collapse
Class Method Details
permalink .new(description = nil) ⇒ Object
[View source]
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 |