Class: Pdfrb::FontResolver::FontInfo
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::FontResolver::FontInfo
- Defined in:
- lib/pdfrb/font_resolver.rb
Instance Attribute Summary collapse
-
#family ⇒ Object
Returns the value of attribute family.
-
#path ⇒ Object
Returns the value of attribute path.
-
#ps_name ⇒ Object
Returns the value of attribute ps_name.
-
#style ⇒ Object
Returns the value of attribute style.
Instance Attribute Details
#family ⇒ Object
Returns the value of attribute family
17 18 19 |
# File 'lib/pdfrb/font_resolver.rb', line 17 def family @family end |
#path ⇒ Object
Returns the value of attribute path
17 18 19 |
# File 'lib/pdfrb/font_resolver.rb', line 17 def path @path end |
#ps_name ⇒ Object
Returns the value of attribute ps_name
17 18 19 |
# File 'lib/pdfrb/font_resolver.rb', line 17 def ps_name @ps_name end |
#style ⇒ Object
Returns the value of attribute style
17 18 19 |
# File 'lib/pdfrb/font_resolver.rb', line 17 def style @style end |