struct CCL::Text::Plain

Plain text.

#include <itextbuilder.h>

struct Plain: public CCL::Text::Chunk
{
    // construction

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

Inherited Members

public:
    // fields

    int chunkType;
    String content;
    tbool encode;