Method: RubyXL::WorkbookConvenienceMethods#fonts

Defined in:
lib/rubyXL/convenience_methods/workbook.rb

#fontsObject

Stylesheet should be pre-filled with defaults on initialize()



11
12
13
# File 'lib/rubyXL/convenience_methods/workbook.rb', line 11

def fonts # Stylesheet should be pre-filled with defaults on initialize()
  stylesheet.fonts
end