X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fdecorator%2Ftext-decorator.h;h=4bcd012519449d11f5121c5e2bdbe48719dc0e17;hb=96ffd67201c91f09328e018326fa37ec97249ada;hp=4e36fa73e2dfe4a008940cd8d23f42dded072a98;hpb=5f6dd081cce69c0fc68b3a59b97b406bf4d97557;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/decorator/text-decorator.h b/dali-toolkit/internal/text/decorator/text-decorator.h index 4e36fa7..4bcd012 100644 --- a/dali-toolkit/internal/text/decorator/text-decorator.h +++ b/dali-toolkit/internal/text/decorator/text-decorator.h @@ -397,6 +397,23 @@ public: const Vector2& GetPosition( HandleType handleType ) const; /** + * @brief Whether to flip vertically a handle. + * + * @param[in] handleType The handle to flip vertically. + * @param[in] flip Whether to flip vertically. + */ + void FlipHandleVertically( HandleType handleType, bool flip ); + + /** + * @brief Retrieves whether the handle is vertically flipped. + * + * @param[in] handleType The handle to query. + * + * @return @e ture if the handle is vertically flipped. + */ + bool IsHandleVerticallyFlipped( HandleType handleType ) const; + + /** * @brief Whether to flip the selection handles as soon as they are crossed. * * By default they flip when the handle is released.