smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
smgl::FontStyle Struct Reference

Style struct for a node's overall font style. More...

#include <smgl/Graphviz.hpp>

Collaboration diagram for smgl::FontStyle:
[legend]

Public Member Functions

auto empty () const -> bool
 Returns whether or not this style has an values set.
 

Public Attributes

std::string color
 Font color.
 
std::string face
 Font typeface.
 

Detailed Description

Style struct for a node's overall font style.

Definition at line 40 of file Graphviz.hpp.

Member Function Documentation

◆ empty()

auto smgl::FontStyle::empty ( ) const -> bool
inline

Returns whether or not this style has an values set.

Definition at line 46 of file Graphviz.hpp.

Member Data Documentation

◆ color

std::string smgl::FontStyle::color

Font color.

Definition at line 42 of file Graphviz.hpp.

◆ face

std::string smgl::FontStyle::face

Font typeface.

Definition at line 44 of file Graphviz.hpp.


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