Searched defs:Layout (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libnrtype/
H A DLayout-TNG.cpp2 * Inkscape::Text::Layout - text layout engine misc
11 #include "Layout-TNG.h"
16 const gunichar Layout::UNICODE_SOFT_HYPHEN = 0x00AD;
17 const double Layout::LINE_HEIGHT_NORMAL = 1.25;
19 Layout::Layout() : function in class:Inkscape::Text::Layout
29 Layout::~Layout()
34 void Layout::clear()
45 bool Layout
[all...]
H A DLayout-TNG.h2 * Inkscape::Text::Layout - text layout engine
66 things start with creating a Layout::iterator with begin() or end().
94 Paragraph breaks are in this category. See Layout::TextControlCode.
129 - There are a massive number of functions acting on Layout::iterator. A
133 - The separation of methods between Layout and Layout::iterator is a
144 class Layout { class in namespace:Inkscape::Text
154 Layout();
155 virtual ~Layout();
232 \param style The font style. Layout wil
[all...]

Completed in 22 milliseconds