Efl.Text_Markup_Util.text_to_markup

Description

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.

Signature

text_to_markup @static {
    params {
        @in text: string;
    }
    return: mstring;
}

C signature

char *efl_text_markup_util_text_to_markup(const char *text);

Parameters

  • text (in) - The text (UTF-8) to convert to markup.

Implemented by