Skip to content

Paragraph: wrap is not used #202

@dantleech

Description

@dantleech

Paragraph::wrap() is not taken into account - also should/could this be an Enum?

Possibly related to #203 maybe it should be:

enum Wrap {
    case Word;         // break line on words
    case Character;  // break line on chars
    case None;         // do not break line (i.e. just truncate)
}

or should "overflow" be

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions