Class: Idml::Render::DropCap::DropCapLayout

Inherits:
Struct
  • Object
show all
Defined in:
lib/idml/render/drop_cap.rb

Instance Attribute Summary collapse

Instance Attribute Details

#font_sizeObject

Returns the value of attribute font_size

Returns:

  • (Object)

    the current value of font_size



14
15
16
# File 'lib/idml/render/drop_cap.rb', line 14

def font_size
  @font_size
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



14
15
16
# File 'lib/idml/render/drop_cap.rb', line 14

def height
  @height
end

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



14
15
16
# File 'lib/idml/render/drop_cap.rb', line 14

def lines
  @lines
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



14
15
16
# File 'lib/idml/render/drop_cap.rb', line 14

def text
  @text
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



14
15
16
# File 'lib/idml/render/drop_cap.rb', line 14

def width
  @width
end

#wrap_offsetObject

Returns the value of attribute wrap_offset

Returns:

  • (Object)

    the current value of wrap_offset



14
15
16
# File 'lib/idml/render/drop_cap.rb', line 14

def wrap_offset
  @wrap_offset
end