A library for working with phylogenetic and population genetic data.
v0.27.0
SvgFont Struct Reference

#include <genesis/utils/formats/svg/attributes.hpp>

Detailed Description

Definition at line 195 of file attributes.hpp.

Public Member Functions

 SvgFont (double size=10, std::string const &family="Verdana")
 
 SvgFont (SvgFont &&)=default
 
 SvgFont (SvgFont const &)=default
 
 ~SvgFont ()=default
 
SvgFontoperator= (SvgFont &&)=default
 
SvgFontoperator= (SvgFont const &)=default
 
void write (std::ostream &out) const
 

Public Types

using self_type = SvgFont
 

Public Attributes

std::string family
 
double size
 

Constructor & Destructor Documentation

◆ SvgFont() [1/3]

SvgFont ( double  size = 10,
std::string const &  family = "Verdana" 
)
explicit

Definition at line 201 of file attributes.cpp.

◆ ~SvgFont()

~SvgFont ( )
default

◆ SvgFont() [2/3]

SvgFont ( SvgFont const &  )
default

◆ SvgFont() [3/3]

SvgFont ( SvgFont &&  )
default

Member Function Documentation

◆ operator=() [1/2]

SvgFont& operator= ( SvgFont &&  )
default

◆ operator=() [2/2]

SvgFont& operator= ( SvgFont const &  )
default

◆ write()

void write ( std::ostream &  out) const

Definition at line 210 of file attributes.cpp.

Member Typedef Documentation

◆ self_type

using self_type = SvgFont

Definition at line 203 of file attributes.hpp.

Member Data Documentation

◆ family

std::string family

Definition at line 230 of file attributes.hpp.

◆ size

double size

Definition at line 229 of file attributes.hpp.


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