diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2013-11-13 00:15:52 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2013-11-13 00:15:52 +0000 |
| commit | df6e9a1f54aae71497f1e808c9102c739d91981d (patch) | |
| tree | 4f1fb269891be4754f5442b26f7fc3cf15aa3fbf /src/libnrtype | |
| parent | fix C++11 compilation. There A LOT of const_casts in this file... :-( (diff) | |
| download | inkscape-df6e9a1f54aae71497f1e808c9102c739d91981d.tar.gz inkscape-df6e9a1f54aae71497f1e808c9102c739d91981d.zip | |
fix build, complementary to rev12804 (forgot to commit)
(bzr r12805)
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/Layout-TNG.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libnrtype/Layout-TNG.h b/src/libnrtype/Layout-TNG.h index d16c2843d..c3ccbffb5 100644 --- a/src/libnrtype/Layout-TNG.h +++ b/src/libnrtype/Layout-TNG.h @@ -432,16 +432,17 @@ public: iterator getLetterAt(double x, double y) const; inline iterator getLetterAt(Geom::Point &point) const; - /** Returns an iterator pointing to the character in the output which + /* Returns an iterator pointing to the character in the output which was created from the given input. If the character at the given byte offset was removed (soft hyphens, for example) the next character after it is returned. If no input was added with the given cookie, end() is returned. If more than one input has the same cookie, the first will be used regardless of the value of \a text_iterator. If \a text_iterator is out of bounds, the first or last character belonging - to the given input will be returned accordingly. */ + to the given input will be returned accordingly. iterator sourceToIterator(void *source_cookie, Glib::ustring::const_iterator text_iterator) const; - + */ + /** Returns an iterator pointing to the first character in the output which was created from the given source. If \a source_cookie is invalid, end() is returned. If more than one input has the same cookie, the |
