struct axl::gui::TextAttrAnchor

#include <axl_gui_TextAttrAnchorArray.h>

struct TextAttrAnchor
{
    // fields

    size_t m_offset;
    TextAttr m_attr;

    // construction

    TextAttrAnchor();

    TextAttrAnchor(
        size_t offset,
        const TextAttr& attr
        );
};