Class: ZplRender::Font::Face
- Inherits:
-
Struct
- Object
- Struct
- ZplRender::Font::Face
- Defined in:
- lib/zpl_render/font.rb
Instance Attribute Summary collapse
-
#char_h ⇒ Object
Returns the value of attribute char_h.
-
#char_w ⇒ Object
Returns the value of attribute char_w.
-
#gap ⇒ Object
Returns the value of attribute gap.
-
#style ⇒ Object
Returns the value of attribute style.
-
#upcase ⇒ Object
Returns the value of attribute upcase.
Instance Attribute Details
#char_h ⇒ Object
Returns the value of attribute char_h
39 40 41 |
# File 'lib/zpl_render/font.rb', line 39 def char_h @char_h end |
#char_w ⇒ Object
Returns the value of attribute char_w
39 40 41 |
# File 'lib/zpl_render/font.rb', line 39 def char_w @char_w end |
#gap ⇒ Object
Returns the value of attribute gap
39 40 41 |
# File 'lib/zpl_render/font.rb', line 39 def gap @gap end |
#style ⇒ Object
Returns the value of attribute style
39 40 41 |
# File 'lib/zpl_render/font.rb', line 39 def style @style end |
#upcase ⇒ Object
Returns the value of attribute upcase
39 40 41 |
# File 'lib/zpl_render/font.rb', line 39 def upcase @upcase end |