Method: GGLib::Themes::RubygooLabelTheme#initialize

Defined in:
lib/ext/themes.rb

#initializeRubygooLabelTheme

Returns a new instance of RubygooLabelTheme.



81
82
83
84
# File 'lib/ext/themes.rb', line 81

def initialize
  font = ThemeFontGroup.new( Gosu::Font.new($window, Gosu::default_font_name, 17), Gosu::Font.new($window, Gosu::default_font_name, 25), Gosu::Font.new($window, Gosu::default_font_name, 20), 0xff000000, 0xffb22222)
  super("Rubygoo.Label", font)
end