Donner 0.8.0-pre
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
donner::editor::SoftWrapSegment Struct Reference

One visual row produced from a logical source line. More...

#include "donner/editor/SoftWrap.h"

Public Member Functions

bool operator== (const SoftWrapSegment &other) const =default
 Equality operator.

Public Attributes

int startColumn = 0
 First source column included in this row.
int endColumn = 0
 First source column excluded from this row.
int indentColumns = 0
 Visual indentation inserted before this row.
bool continuation = false
 True when this row is a wrapped continuation.

Detailed Description

One visual row produced from a logical source line.


The documentation for this struct was generated from the following file: