lines-are-beautiful
0.0
A C++ file API for the reMarkable e-ink tablet
|
Variables | |
constexpr float | small = 1.875 |
constexpr float | mid = 2.0 |
constexpr float | large = 2.125 |
Base brush sizes.
Defines the base width of the brush used for a line, in pixel units. This size can be further affected by the pressure and tilt parameters, for brushes that support it.
constexpr float rmlab::BaseSizes::large = 2.125 |
Large size.
constexpr float rmlab::BaseSizes::mid = 2.0 |
Medium size.
constexpr float rmlab::BaseSizes::small = 1.875 |
Small size.