Donner SVG 0.8.0-pre
SVG editor and embeddable C⁠+⁠+⁠20 engine.
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.