X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fshaper.h;h=d423cc5f9453735597fe72bf2d0339e91f9f39d8;hb=5064025f6246c31c82cd1531084b639ac9c3237d;hp=441465c003173ab87a304a57e80f0507bbc10093;hpb=830f03638ec6ecd3b12ba3d9eb6419fdb3a3db09;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/shaper.h b/dali-toolkit/internal/text/shaper.h index 441465c..d423cc5 100644 --- a/dali-toolkit/internal/text/shaper.h +++ b/dali-toolkit/internal/text/shaper.h @@ -18,8 +18,10 @@ * */ -// INTERNAL INCLUDES +// EXTERNAL INCLUDES #include + +// INTERNAL INCLUDES #include #include @@ -43,7 +45,7 @@ class VisualModel; * @param[in] scripts Vector containing the script runs for the whole text. * @param[in] fonts Vector with validated fonts. * @param[out] glyphs Vector of glyphs in the visual order. - * @param[out] characterIndices Vector containing the first character in the logical model that each glyph relates to. + * @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. */ void ShapeText( const Vector& text, @@ -51,7 +53,7 @@ void ShapeText( const Vector& text, const Vector& scripts, const Vector& fonts, Vector& glyphs, - Vector& characterIndices, + Vector& glyphToCharacterMap, Vector& charactersPerGlyph ); /**