X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Ftext%2Fscript.h;h=7ab8d89faa2c4961578b179f2008c32f274811d7;hp=e3f4c633c7529e9de71f403c513ca3ee1f8d7652;hb=1b2bbfd393cdd9008d15304278bc70e5d0ab5764;hpb=fa94cbfac0b89a888a5f0acb893cab9c025a8395 diff --git a/dali-toolkit/public-api/text/script.h b/dali-toolkit/public-api/text/script.h index e3f4c63..7ab8d89 100644 --- a/dali-toolkit/public-api/text/script.h +++ b/dali-toolkit/public-api/text/script.h @@ -40,6 +40,24 @@ namespace Text Script GetCharacterScript( Character character ); /** + * @brief Whether the character is a white space. + * + * @param[in] character The character. + * + * @return @e true if the character is a white space. + */ +bool IsWhiteSpace( Character character ); + +/** + * @brief Whether the character is a new paragraph character. + * + * @param[in] character The character. + * + * @return @e true if the character is a new paragraph character. + */ +bool IsNewParagraph( Character character ); + +/** * @brief Whether the character is a zero width non joiner. * * @param[in] character The character.