#include <DotSerializer.hpp>
Definition at line 56 of file DotSerializer.hpp.
◆ HtmlFont() [1/2]
HtmlFont |
( |
std::ostream & |
stream, |
|
|
int |
fontSize, |
|
|
const char * |
color, |
|
|
const char * |
face |
|
) |
| |
|
explicit |
Definition at line 38 of file DotSerializer.cpp.
References DotBase::GetStream().
45 GetStream() <<
" POINT-SIZE=" <<
"\"" << fontSize <<
"\"";
48 if (color && std::strlen(color) != 0)
50 GetStream() <<
" COLOR=\"" << color <<
"\" ";
53 if (face && std::strlen(face) != 0)
55 GetStream() <<
" FACE=\"" << face <<
"\" ";
DotBase(std::ostream &stream)
std::ostream & GetStream()
◆ HtmlFont() [2/2]
Definition at line 62 of file DotSerializer.cpp.
63 :
HtmlFont(stream, -1,
nullptr,
nullptr)
HtmlFont(std::ostream &stream, int fontSize, const char *color, const char *face)
◆ ~HtmlFont()
The documentation for this class was generated from the following files: