class LuckySvgSpriteCli::TextTag
Defined in:
lucky_svg_sprite_cli/tags/text_tag.cr
Constant Summary
-
ONLY_WHITE_SPACE =
/\A\s+\Z/
Instance Method Summary
attr_parameters
attr_parameters,
attr_text
attr_text,
convert_attributes_to_parameters
convert_attributes_to_parameters,
depth : Int32
depth,
format : LuckySvgSpriteCli::Format
format,
method_joiner
method_joiner,
method_name
method_name,
padding
padding,
print_io(io : IO) : IO
print_io,
squish(string : String)
squish,
tag : Myhtml::Node
tag
new(tag : Myhtml::Node, depth : Int32, format : Format)
new
Instance Method Detail
def
print_io(io : IO) : IO
#