Donner 0.5.1
Embeddable browser-grade SVG2 engine
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: