Class: Parchment::TXT::Style
- Defined in:
- lib/parchment/formats/txt/style.rb
Constant Summary
Constants inherited from Style
Instance Attribute Summary
Attributes inherited from Style
#family, #font_size, #font_style, #font_weight, #id, #name, #parent_style_name, #text_align, #text_underline_style
Instance Method Summary collapse
-
#initialize ⇒ Style
constructor
A new instance of Style.
Methods inherited from Style
#aligned_center?, #aligned_left?, #aligned_right?, #bold?, #italic?, #paragraph?, #text?, #underline?
Constructor Details
#initialize ⇒ Style
Returns a new instance of Style.
7 8 9 |
# File 'lib/parchment/formats/txt/style.rb', line 7 def initialize # Where this thing is at, it doesn't need styles. end |