Class: Browser::Canvas::Style::Text
- Inherits:
-
Browser::Canvas::StyleObject
- Object
- Browser::Canvas::StyleObject
- Browser::Canvas::Style::Text
- Defined in:
- opal/browser/canvas/style.rb
Instance Attribute Summary collapse
-
#align ⇒ Object
Returns the value of attribute align.
-
#baseline ⇒ Object
Returns the value of attribute baseline.
-
#font ⇒ Object
Returns the value of attribute font.
Attributes inherited from Browser::Canvas::StyleObject
Method Summary
Methods inherited from Browser::Canvas::StyleObject
Constructor Details
This class inherits a constructor from Browser::Canvas::StyleObject
Instance Attribute Details
#align ⇒ Object
Returns the value of attribute align.
37 38 39 |
# File 'opal/browser/canvas/style.rb', line 37 def align @align end |
#baseline ⇒ Object
Returns the value of attribute baseline.
37 38 39 |
# File 'opal/browser/canvas/style.rb', line 37 def baseline @baseline end |
#font ⇒ Object
Returns the value of attribute font.
37 38 39 |
# File 'opal/browser/canvas/style.rb', line 37 def font @font end |