Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
Layout-TNG.h File Reference

Go to the source code of this file.

Classes

class  Inkscape::Text::Layout
 Generates the layout for either wrapped or non-wrapped text and stores the result. More...
 
struct  Inkscape::Text::Layout::OptionalTextTagAttrs
 The optional attributes which can be applied to a SVG text or related tag. More...
 
class  Inkscape::Text::Layout::FontMetrics
 Keep track of font metrics. More...
 
class  Inkscape::Text::Layout::InputStreamItem
 
class  Inkscape::Text::Layout::InputStreamTextSource
 Represents a text item in the input stream. More...
 
class  Inkscape::Text::Layout::InputStreamControlCode
 Represents a control code item in the input stream. More...
 
struct  Inkscape::Text::Layout::CursorShape
 
struct  Inkscape::Text::Layout::InputWrapShape
 
struct  Inkscape::Text::Layout::Glyph
 
struct  Inkscape::Text::Layout::Character
 
struct  Inkscape::Text::Layout::Span
 
struct  Inkscape::Text::Layout::Chunk
 
struct  Inkscape::Text::Layout::Line
 
struct  Inkscape::Text::Layout::Paragraph
 
class  Inkscape::Text::Layout::iterator
 Holds a position within the glyph output of Layout. More...
 

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)
 

Typedef Documentation

◆ PangoFontDescription

using PangoFontDescription = _PangoFontDescription

Definition at line 44 of file Layout-TNG.h.

Function Documentation

◆ operator<<() [1/2]

◆ operator<<() [2/2]