Inkscape
Vector Graphics Editor
|
#include <Layout-TNG.h>
Public Member Functions | |
Span const & | span (Layout const *l) const |
will be -1 if this character has no visual representation | |
Chunk const & | chunk (Layout const *l) const |
Line const & | line (Layout const *l) const |
Paragraph const & | paragraph (Layout const *l) const |
Public Attributes | |
unsigned | in_span |
float | x |
PangoLogAttr | char_attributes |
relative to the start of the span (so we can do block-progression) | |
gunichar | the_char = '#' |
int | in_glyph |
Definition at line 841 of file Layout-TNG.h.
Definition at line 848 of file Layout-TNG.h.
References Inkscape::Text::Layout::_chunks, Inkscape::Text::Layout::_spans, and in_span.
Definition at line 849 of file Layout-TNG.h.
References Inkscape::Text::Layout::_chunks, Inkscape::Text::Layout::_lines, Inkscape::Text::Layout::_spans, and in_span.
Definition at line 850 of file Layout-TNG.h.
References Inkscape::Text::Layout::_chunks, Inkscape::Text::Layout::_lines, Inkscape::Text::Layout::_paragraphs, Inkscape::Text::Layout::_spans, and in_span.
will be -1 if this character has no visual representation
Definition at line 847 of file Layout-TNG.h.
References Inkscape::Text::Layout::_spans, and in_span.
PangoLogAttr Inkscape::Text::Layout::Character::char_attributes |
relative to the start of the span (so we can do block-progression)
Definition at line 844 of file Layout-TNG.h.
int Inkscape::Text::Layout::Character::in_glyph |
Definition at line 846 of file Layout-TNG.h.
unsigned Inkscape::Text::Layout::Character::in_span |
Definition at line 842 of file Layout-TNG.h.
Referenced by chunk(), line(), paragraph(), and span().
gunichar Inkscape::Text::Layout::Character::the_char = '#' |
Definition at line 845 of file Layout-TNG.h.
float Inkscape::Text::Layout::Character::x |
Definition at line 843 of file Layout-TNG.h.