Class: VCSRuby::IMFont
- Inherits:
-
Struct
- Object
- Struct
- VCSRuby::IMFont
- Defined in:
- lib/font.rb
Instance Attribute Summary collapse
-
#family ⇒ Object
Returns the value of attribute family.
-
#glyphs ⇒ Object
Returns the value of attribute glyphs.
-
#name ⇒ Object
Returns the value of attribute name.
-
#stretch ⇒ Object
Returns the value of attribute stretch.
-
#style ⇒ Object
Returns the value of attribute style.
-
#weight ⇒ Object
Returns the value of attribute weight.
Instance Attribute Details
#family ⇒ Object
Returns the value of attribute family
9 10 11 |
# File 'lib/font.rb', line 9 def family @family end |
#glyphs ⇒ Object
Returns the value of attribute glyphs
9 10 11 |
# File 'lib/font.rb', line 9 def glyphs @glyphs end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/font.rb', line 9 def name @name end |
#stretch ⇒ Object
Returns the value of attribute stretch
9 10 11 |
# File 'lib/font.rb', line 9 def stretch @stretch end |
#style ⇒ Object
Returns the value of attribute style
9 10 11 |
# File 'lib/font.rb', line 9 def style @style end |
#weight ⇒ Object
Returns the value of attribute weight
9 10 11 |
# File 'lib/font.rb', line 9 def weight @weight end |