X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fdecorator%2Ftext-decorator.h;h=4bcd012519449d11f5121c5e2bdbe48719dc0e17;hb=05dc87a9b905f2cda598bcbf5a4981ea1e6c4d9a;hp=4e36fa73e2dfe4a008940cd8d23f42dded072a98;hpb=daa53bafd34781116b8cb3a2a8c54475a932ba21;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.