Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Namespaces | |
namespace | Inkscape |
Helper class to stream background task notifications as a series of messages. | |
namespace | Inkscape::Extension |
Extension support. | |
namespace | Inkscape::Extension::Internal |
namespace | Inkscape::Text |
Typedefs | |
using | PangoFontDescription = _PangoFontDescription |
Functions | |
std::ostream & | operator<< (std::ostream &out, const Inkscape::Text::Layout::FontMetrics &f) |
std::ostream & | operator<< (std::ostream &out, const Inkscape::Text::Layout::FontMetrics *f) |
using PangoFontDescription = _PangoFontDescription |
Definition at line 44 of file Layout-TNG.h.
std::ostream & operator<< | ( | std::ostream & | out, |
const Inkscape::Text::Layout::FontMetrics & | f | ||
) |
Definition at line 889 of file Layout-TNG-Output.cpp.
References Inkscape::Text::Layout::FontMetrics::ascent, Inkscape::Text::Layout::FontMetrics::descent, Inkscape::Text::Layout::FontMetrics::emSize(), and Inkscape::Text::Layout::FontMetrics::xheight.
std::ostream & operator<< | ( | std::ostream & | out, |
const Inkscape::Text::Layout::FontMetrics * | f | ||
) |
Definition at line 897 of file Layout-TNG-Output.cpp.
References Inkscape::Text::Layout::FontMetrics::ascent, Inkscape::Text::Layout::FontMetrics::descent, Inkscape::Text::Layout::FontMetrics::emSize(), and Inkscape::Text::Layout::FontMetrics::xheight.