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
permalink #align ⇒ Object
Returns the value of attribute align.
38 39 40 |
# File 'opal/browser/canvas/style.rb', line 38 def align @align end |