struct CCL::Text::FontColor

Font color.

#include <itextbuilder.h>

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

    FontColor (StringRef content, StringRef color, bool encode = true);
};

Inherited Members

public:
    // fields

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