Donner 0.5.0
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
FontStretch.h File Reference

Defines the donner::svg::FontStretch enum for the font-stretch CSS property. More...

#include <cstdint>
#include <ostream>
#include "donner/base/Utils.h"
Include dependency graph for FontStretch.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::FontStretch : uint8_t {
  donner::svg::UltraCondensed = 1 ,
  donner::svg::ExtraCondensed = 2 ,
  donner::svg::Condensed = 3 ,
  donner::svg::SemiCondensed = 4 ,
  donner::svg::Normal = 5 ,
  donner::svg::SemiExpanded = 6 ,
  donner::svg::Expanded = 7 ,
  donner::svg::ExtraExpanded = 8 ,
  donner::svg::UltraExpanded = 9
}
 The parsed result of the font-stretch property. More...

Functions

std::ostream & donner::svg::operator<< (std::ostream &os, FontStretch value)
 Ostream output operator for FontStretch enum, outputs the CSS value.

Detailed Description

Defines the donner::svg::FontStretch enum for the font-stretch CSS property.