|
|
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.
|
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). | |
Index mapping result for a span's text.
| std::vector<unsigned int> donner::svg::text_engine_detail::ByteIndexMappings::byteToCharIdx |
SVG addressable character index.
| std::vector<unsigned int> donner::svg::text_engine_detail::ByteIndexMappings::byteToRawCpIdx |
Raw codepoint index (for rotation).