Class: Parchment::TXT::Style

Inherits:
Style
  • Object
show all
Defined in:
lib/parchment/formats/txt/style.rb

Constant Summary

Constants inherited from Style

Style::AVAILABLE_FORMATTING

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

Methods inherited from Style

#aligned_center?, #aligned_left?, #aligned_right?, #bold?, #italic?, #paragraph?, #text?, #underline?

Constructor Details

#initializeStyle

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