X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fshaper.h;h=f07cf494d61bd16a9309dfef1df337f58d14167b;hb=da7bba2130b0b15f9d93d63b2404b8888af2c85b;hp=c1ccfb543583d9ed1f6639053c32392c43937334;hpb=b7a6bc2dcbd598916a74186ba69bd9e522c23d09;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/shaper.h b/dali-toolkit/internal/text/shaper.h index c1ccfb5..f07cf49 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 @@ -54,29 +56,6 @@ void ShapeText( const Vector& text, Vector& glyphToCharacterMap, Vector& charactersPerGlyph ); -/** - * Replaces the shape info of the given range of characters. - * - * @pre The @p model needs to have a text set. - * @pre The @p model needs to have the scripts set. - * @pre The @p model needs to have the fonts set. - * @pre The @p model needs to have the bidirectional info set. - * - * If the @p numberOfCharactersToRemove is zero, this operation is like an insert. - * If the @p numberOfCharactersToInsert is zero, this operation is like a remove. - * - * @param[in] logicalModel The text's logical model. - * @param[in,out] visualModel The text's logical model. - * @param[in] characterIndex Index to the first character. - * @param[in] numberOfCharactersToRemove The number of characters removed from the text. - * @param[in] numberOfCharactersToInsert The number of characters inserted in the text. - */ -void ShapeText( const LogicalModel& logicalModel, - VisualModel& visualModel, - CharacterIndex characterIndex, - Length numberOfCharactersToRemove, - Length numberOfCharactersToInsert ); - } // namespace Text } // namespace Toolkit