Class: DynamicPDFApi::FontInformation
- Inherits:
-
Object
- Object
- DynamicPDFApi::FontInformation
- Defined in:
- lib/ruby_client/FontInformation.rb
Instance Method Summary collapse
-
#initialize(font_name, file_path) ⇒ FontInformation
constructor
A new instance of FontInformation.
Constructor Details
#initialize(font_name, file_path) ⇒ FontInformation
Returns a new instance of FontInformation.
3 4 5 6 7 |
# File 'lib/ruby_client/FontInformation.rb', line 3 def initialize(font_name, file_path) @_font_name = font_name @_file_path = file_path end |