Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
donner::svg::text_engine_detail::ChunkRange Struct Reference

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.

Detailed Description

Byte range within a span representing a shaping chunk.

Member Data Documentation

◆ byteEnd

size_t donner::svg::text_engine_detail::ChunkRange::byteEnd = 0

Exclusive end byte offset within the span text.

◆ byteStart

size_t donner::svg::text_engine_detail::ChunkRange::byteStart = 0

Inclusive start byte offset within the span text.


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