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.
Loading...
Searching...
No Matches
donner::svg::FontFamilyInfo Struct Reference

One entry in the font catalog: a family name plus how it was discovered and classified. More...

#include "donner/svg/resources/FontCatalogTypes.h"

Public Member Functions

bool operator== (const FontFamilyInfo &other) const
 Equality (used by tests).

Public Attributes

std::string family
 Display name and CSS font-family match key.
FontSource source = FontSource::Embedded
 Origin (embedded vs system).
FontCategory category = FontCategory::Unknown
 Best-effort style bucket.

Detailed Description

One entry in the font catalog: a family name plus how it was discovered and classified.


The documentation for this struct was generated from the following file: