Class: Dedalus::Elements::Paragraph

Inherits:
Text show all
Defined in:
lib/dedalus/elements/paragraph.rb

Direct Known Subclasses

PatternLibrary::Code

Instance Attribute Summary

Attributes inherited from Text

#text

Attributes inherited from Dedalus::Element

#background_color, #color, #height, #height_percent, #margin, #offset, #position, #shown, #width, #width_percent, #z_order

Instance Method Summary collapse

Methods inherited from Text

description, #dimensions, example_data, #height, #render, #width

Methods inherited from Dedalus::Element

#big_font, #code_font, #draw_bounding_box, #font, #huge_font, #initialize, #record?, #tiny_font, #view, #window

Constructor Details

This class inherits a constructor from Dedalus::Element

Instance Method Details

#paddingObject



8
9
10
# File 'lib/dedalus/elements/paragraph.rb', line 8

def padding
  @padding ||= 2.6
end

#scaleObject



4
5
6
# File 'lib/dedalus/elements/paragraph.rb', line 4

def scale
  @scale ||= 0.75
end