|
|
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.
|
Defines the donner::svg::FontStyle enum for the font-style CSS property. 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. | |
Enumerations | |
| enum class | donner::svg::FontStyle : uint8_t { donner::svg::Normal , donner::svg::Italic , donner::svg::Oblique } |
| The parsed result of the font-style property. More... | |
Functions | |
| std::ostream & | donner::svg::operator<< (std::ostream &os, FontStyle value) |
| Ostream output operator for FontStyle enum, outputs the CSS value. | |
Defines the donner::svg::FontStyle enum for the font-style CSS property.