diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-11-10 21:35:56 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-11-10 21:35:56 +0000 |
| commit | f1e16df7e90c74dbbe87a9c3a447ba1f929ae488 (patch) | |
| tree | a39b9a30a4f1678a7c0667c4f0b9561e9bda27d0 /src/libnrtype | |
| parent | adding blending support (diff) | |
| parent | Add a extra info page pointed by suv in bug page (diff) | |
| download | inkscape-f1e16df7e90c74dbbe87a9c3a447ba1f929ae488.tar.gz inkscape-f1e16df7e90c74dbbe87a9c3a447ba1f929ae488.zip | |
update to trunk
(bzr r13682.1.2)
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/Layout-TNG.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libnrtype/Layout-TNG.h b/src/libnrtype/Layout-TNG.h index efb5ebc24..fd5bbfaef 100644 --- a/src/libnrtype/Layout-TNG.h +++ b/src/libnrtype/Layout-TNG.h @@ -481,6 +481,7 @@ public: from a call to appendText() then the optional \a text_iterator parameter is set to point to the actual character, otherwise \a text_iterator is unaltered. */ + // TODO FIXME a void* cookie is a very unsafe design, and C++ makes it unnecessary. void getSourceOfCharacter(iterator const &it, void **source_cookie, Glib::ustring::iterator *text_iterator = NULL) const; /** For latin text, the left side of the character, on the baseline */ |
