X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fshaper.h;h=70e2e58c73ee8d4b6ea7b7f66b128cc12f4b87e6;hb=2ecd7e13e0dbe45f59b5150abbf7924bf780f720;hp=f07cf494d61bd16a9309dfef1df337f58d14167b;hpb=ddc5e140b9152111a0bfd172c2c14a9025b926c5;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/shaper.h b/dali-toolkit/internal/text/shaper.h index f07cf49..70e2e58 100644 --- a/dali-toolkit/internal/text/shaper.h +++ b/dali-toolkit/internal/text/shaper.h @@ -47,6 +47,7 @@ class VisualModel; * @param[out] glyphs Vector of glyphs in the visual order. * @param[out] glyphToCharacterMap Vector containing the first character in the logical model that each glyph relates to. * @param[out] charactersPerGlyph Vector containing the number of characters per glyph. + * @param[out] newParagraphGlyphs Vector containing the indices to the new paragraph glyphs. */ void ShapeText( const Vector& text, const Vector& lineBreakInfo, @@ -54,7 +55,8 @@ void ShapeText( const Vector& text, const Vector& fonts, Vector& glyphs, Vector& glyphToCharacterMap, - Vector& charactersPerGlyph ); + Vector& charactersPerGlyph, + Vector& newParagraphGlyphs ); } // namespace Text