struct CCL::Text::FontSize

Font size.

#include <itextbuilder.h>

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

    FontSize (StringRef content, StringRef size, bool encode = true);
};

Inherited Members

public:
    // fields

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