struct CCL::Text::Underline

Underline.

#include <itextbuilder.h>

struct Underline: public CCL::Text::Fragment
{
    // construction

    Underline (StringRef content, bool encode = true);
};

Inherited Members

public:
    // fields

    TextNodeType nodeType;
    String content;
    tbool encode;
    Variant argument;