Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
LengthAdjust.h File Reference
#include <ostream>
#include "donner/base/Utils.h"
Include dependency graph for LengthAdjust.h:
This graph shows which files directly or indirectly include this file:

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::LengthAdjust {
  donner::svg::Spacing ,
  donner::svg::SpacingAndGlyphs ,
  donner::svg::Default = Spacing
}
 Values for the "lengthAdjust" attribute, https://www.w3.org/TR/SVG2/text.html#TextElementLengthAdjustAttribute. More...
 

Functions

std::ostream & donner::svg::operator<< (std::ostream &os, LengthAdjust units)
 Ostream output operator for LengthAdjust enum, outputs the enum name with prefix, e.g. LengthAdjust::Spacing.