Class: ZplRender::TrueType::Glyph
- Inherits:
-
Struct
- Object
- Struct
- ZplRender::TrueType::Glyph
- Defined in:
- lib/zpl_render/truetype.rb
Instance Attribute Summary collapse
-
#canvas ⇒ Object
Returns the value of attribute canvas.
-
#left ⇒ Object
Returns the value of attribute left.
-
#top ⇒ Object
Returns the value of attribute top.
Instance Attribute Details
#canvas ⇒ Object
Returns the value of attribute canvas
21 22 23 |
# File 'lib/zpl_render/truetype.rb', line 21 def canvas @canvas end |
#left ⇒ Object
Returns the value of attribute left
21 22 23 |
# File 'lib/zpl_render/truetype.rb', line 21 def left @left end |
#top ⇒ Object
Returns the value of attribute top
21 22 23 |
# File 'lib/zpl_render/truetype.rb', line 21 def top @top end |