Method: Axlsx::Font#family

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

#familyInteger

Note:

The following are defined OOXML specification 0 Not applicable. 1 Roman 2 Swiss 3 Modern 4 Script 5 Decorative 6..14 Reserved for future use

The font's family

Returns:

  • (Integer)


69
70
71
# File 'lib/axlsx/stylesheet/font.rb', line 69

def family
  @family
end