X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fvisual-model-impl.h;h=ac9b12d5bab519d48a0fe70a5802535b5893a39a;hb=0231146907c21e934102222180a1a94b36ba0e65;hp=359b695deb20c9ca441ed9eddc5b142a878afef9;hpb=21080c3c8107e51c71da5b319d83162a57c171b4;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/visual-model-impl.h b/dali-toolkit/internal/text/visual-model-impl.h index 359b695..ac9b12d 100644 --- a/dali-toolkit/internal/text/visual-model-impl.h +++ b/dali-toolkit/internal/text/visual-model-impl.h @@ -120,6 +120,13 @@ public: // Line interface. /** + * @brief Retrieves the total number of lines. + * + * @return The number of lines. + */ + Length GetTotalNumberOfLines() const; + + /** * @brief Retrieves the number of lines and the index to the first line where the given range of glyphs is laid out. * * @param[in] glyphIndex Index to the first glyph.