enum CCL::Text::Decorations

Text decoration.

#include <itextbuilder.h>

enum Decorations
{
    kBold      = 1 < <0,
    kItalic    = 1 < <1,
    kUnderline = 1 < <2,
};