Struct TextLineMeasure

measure line text (tabs, spaces, and nonspace positions)

struct TextLineMeasure;

Fields

NameTypeDescription
firstNonSpace intfirst non-space index in line
firstNonSpaceX intfirst non-space position according to tab size
lastNonSpace intlast non-space character index in line
lastNonSpaceX intlast non-space position based on tab size
len intline length

Properties

NameTypeDescription
empty[get] booltrue if line has zero length or consists of spaces and tabs only