lines-are-beautiful
0.0
A C++ file API for the reMarkable e-ink tablet
|
#include <Layer.hpp>
Public Attributes | |
int32_t | nlines |
std::list< Line > | lines |
Element of a page, containing a set of lines.
When inside the same layer, a line A is rendered above another line B if and only if it A comes after B in the layer order.
std::list< Line > rmlab::Layer::lines |
All lines contained in this layer, in the order they were drawn.
int32_t rmlab::Layer::nlines |
Number of lines in this layer.