Skip to content

Commit

Permalink
Merge pull request randym#30 from JonathanTron/patch-1
Browse files Browse the repository at this point in the history
Fix doc for setting font name in styles
  • Loading branch information
Randy Morgan committed Feb 20, 2012
2 parents 66abe97 + c28d809 commit 04ed571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/axlsx/stylesheet/styles.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def initialize()
# @option options [Boolean] strike Indicates if the text should be rendered with a shadow
# @option options [Integer] charset The character set to use.
# @option options [Integer] family The font family to use.
# @option options [String] name The name of the font to use
# @option options [String] font_name The name of the font to use
# @option options [Integer] num_fmt The number format to apply
# @option options [String] format_code The formatting to apply. If this is specified, num_fmt is ignored.
# @option options [Integer] border The border style to use.
Expand Down

0 comments on commit 04ed571

Please sign in to comment.