Efl.Text_Markup_Util (class)

Description

Utility class for markup, such as conversions

Members

markup_to_text static

Converts a markup string to a (UTF-8) plain text. This is used mainly to set a markup text with the Efl.Text.text.set.
char *efl_text_markup_util_markup_to_text(const char *text);


text_to_markup static

Converts a given (UTF-8) text to a markup-compatible string. This is used mainly to set a plain text with Efl.Text_Markup.markup.set.
char *efl_text_markup_util_text_to_markup(const char *text);


Events