Method: Docxi::Word::Fonts::Font#initialize
- Defined in:
- lib/docxi/word/fonts/font.rb
#initialize(name, options) ⇒ Font
Returns a new instance of Font.
7 8 9 10 |
# File 'lib/docxi/word/fonts/font.rb', line 7 def initialize(name, ) @name = name @options = end |