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

Classes

struct  donner::css::FontFaceSource
 A single entry listed in src:—either a local face, a URL, or inline data. More...
 
struct  donner::css::FontFace
 In-memory representation of a single @font-face rule. More...
 

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.
 
namespace  donner::css
 Donner CSS library, a standalone composable CSS parser.
 

Class Documentation

◆ donner::css::FontFace

struct donner::css::FontFace

In-memory representation of a single @font-face rule.

Collaboration diagram for donner::css::FontFace:
[legend]
Class Members
RcString familyName font-family descriptor
vector< FontFaceSource > sources ordered src list