Class: Idml::Render::DropCap::DropCapLayout
- Inherits:
-
Struct
- Object
- Struct
- Idml::Render::DropCap::DropCapLayout
- Defined in:
- lib/idml/render/drop_cap.rb
Instance Attribute Summary collapse
-
#font_size ⇒ Object
Returns the value of attribute font_size.
-
#height ⇒ Object
Returns the value of attribute height.
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#text ⇒ Object
Returns the value of attribute text.
-
#width ⇒ Object
Returns the value of attribute width.
-
#wrap_offset ⇒ Object
Returns the value of attribute wrap_offset.
Instance Attribute Details
#font_size ⇒ Object
Returns the value of attribute font_size
14 15 16 |
# File 'lib/idml/render/drop_cap.rb', line 14 def font_size @font_size end |
#height ⇒ Object
Returns the value of attribute height
14 15 16 |
# File 'lib/idml/render/drop_cap.rb', line 14 def height @height end |
#lines ⇒ Object
Returns the value of attribute lines
14 15 16 |
# File 'lib/idml/render/drop_cap.rb', line 14 def lines @lines end |
#text ⇒ Object
Returns the value of attribute text
14 15 16 |
# File 'lib/idml/render/drop_cap.rb', line 14 def text @text end |
#width ⇒ Object
Returns the value of attribute width
14 15 16 |
# File 'lib/idml/render/drop_cap.rb', line 14 def width @width end |
#wrap_offset ⇒ Object
Returns the value of attribute wrap_offset
14 15 16 |
# File 'lib/idml/render/drop_cap.rb', line 14 def wrap_offset @wrap_offset end |