X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Flogical-model-impl.h;h=7085d797cdea548bf49086776374798f5ae392d4;hb=eefe73d95db6e9be0b518c5b796e1f1a081cce12;hp=7a28ba639049ef79881602db1e0fa54d386c5824;hpb=c8f181e1ca529f7d92ba638ccedadd7dd51be7eb;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/logical-model-impl.h b/dali-toolkit/internal/text/logical-model-impl.h index 7a28ba6..7085d79 100644 --- a/dali-toolkit/internal/text/logical-model-impl.h +++ b/dali-toolkit/internal/text/logical-model-impl.h @@ -96,9 +96,13 @@ public: * * @param[in] bidirectionalInfo Pointer to a buffer with all the bidirectional info runs. * @param[in] numberOfRuns The number of bidirectional info runs. + * @param[in] startIndex Character index from where the conversion tables are set. + * @param[in] numberOfCharacters The number of characters. */ void SetVisualToLogicalMap( const BidirectionalLineInfoRun* const bidirectionalInfo, - Length numberOfRuns ); + Length numberOfRuns, + CharacterIndex startIndex, + Length numberOfCharacters ); /** * @brief Retrieves the logical character index for the given visual character index. @@ -109,6 +113,8 @@ public: */ CharacterIndex GetLogicalCharacterIndex( CharacterIndex visualCharacterIndex ) const; + // Text style. + /** * @brief Updates the text's style runs with the added or removed text. *