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
TextEngine.h File Reference
Include dependency graph for TextEngine.h:
This graph shows which files directly or indirectly include this file:

Classes

class  donner::svg::TextEngine
 Shared SVG text engine. More...
struct  donner::svg::TextEngine::GlyphOutline
 A placed glyph outline paired with the source element that produced it. More...

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.
namespace  donner::svg
 Donner SVG library, which can load, manipulate and render SVG files.

Class Documentation

◆ donner::svg::TextEngine::GlyphOutline

struct donner::svg::TextEngine::GlyphOutline

A placed glyph outline paired with the source element that produced it.

Class Members
Path path Glyph outline in text-element local coordinates.
Entity sourceEntity = entt::null Span source entity (text/tspan) that owns this glyph.