struct CCL::ITextLayout::Range

Range of text positions.

#include <itextlayout.h>

struct Range
{
    // fields

    int start;
    int length;

    // construction

    Range (int start, int length);
};