Method: Axlsx::Styles#fonts

Defined in:
lib/axlsx/stylesheet/styles.rb

#fontsSimpleTypedList (readonly)

Note:

The recommended way to manage styles is with add_style

The collection of fonts used in this workbook

Returns:

  • (SimpleTypedList)

See Also:



72
73
74
# File 'lib/axlsx/stylesheet/styles.rb', line 72

def fonts
  @fonts
end