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::ByteIndexMappings Struct Reference

Index mapping result for a span's text. More...

#include "donner/svg/text/TextEngineHelpers.h"

Public Attributes

std::vector< unsigned int > byteToCharIdx
 SVG addressable character index.
std::vector< unsigned int > byteToRawCpIdx
 Raw codepoint index (for rotation).

Detailed Description

Index mapping result for a span's text.

Member Data Documentation

◆ byteToCharIdx

std::vector<unsigned int> donner::svg::text_engine_detail::ByteIndexMappings::byteToCharIdx

SVG addressable character index.

◆ byteToRawCpIdx

std::vector<unsigned int> donner::svg::text_engine_detail::ByteIndexMappings::byteToRawCpIdx

Raw codepoint index (for rotation).


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