X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fvisual-model.h;h=ac3b096f20f4dff291c4ef84b4d0b666068987f2;hp=ad2a1378a621797905e3024150683b4c59125a70;hb=c6d0c84be1f07a71e866d8387acb5948eee67ec2;hpb=a314b4d8d02b983f50b5faafb225f0f3e4593a45 diff --git a/dali-toolkit/internal/text/visual-model.h b/dali-toolkit/internal/text/visual-model.h index ad2a137..ac3b096 100644 --- a/dali-toolkit/internal/text/visual-model.h +++ b/dali-toolkit/internal/text/visual-model.h @@ -178,6 +178,14 @@ public: Length numberOfGlyphs ); /** + * Retrieves the number of glyph positions set. + * + * @note This may be less than the number of glyphs in the model. + * @return The number of glyphs. + */ + Length GetNumberOfGlyphPositions() const; + + /** * @brief Retrieves the glyph positions. * * @pre The size of the @p positions buffer needs to be big enough to copy the @p numberOfGlyphs positions.