libabigail
|
#include <sstream>
#include <string>
#include <tuple>
#include <array>
Go to the source code of this file.
Classes | |
struct | canvas |
struct | style |
Datum consolidating style preferences. More... | |
struct | typography |
Namespaces | |
namespace | abigail |
Toplevel namespace for libabigail. | |
Typedefs | |
typedef unsigned short | units_type |
Enumerations | |
enum class | color { white , gray25 , gray75 , black } |
Color, conversion function. More... | |
enum class | units { millimeter , pixel } |
Measurement abstraction type, conversion function. More... | |
Functions | |
std::string | color_to_string (color __val) |
void | string_replace (std::string &, const std::string &, const std::string &) |
Utility function, like regex_replace. More... | |
std::string | units_to_string (units __val) |
Variables | |
const typography | roboto_light_typo |