|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Byte range within a span representing a shaping chunk. More...
#include "donner/svg/text/TextEngineHelpers.h"
Public Attributes | |
| size_t | byteStart = 0 |
| Inclusive start byte offset within the span text. | |
| size_t | byteEnd = 0 |
| Exclusive end byte offset within the span text. | |
Byte range within a span representing a shaping chunk.
| size_t donner::svg::text_engine_detail::ChunkRange::byteEnd = 0 |
Exclusive end byte offset within the span text.
| size_t donner::svg::text_engine_detail::ChunkRange::byteStart = 0 |
Inclusive start byte offset within the span text.