I have found the following syntax of EDC text part in a basic EFL native werable application
elm_object_text_set(ad->label, "<align=center>Hello MessageTest</align>");
I would like to know more about the guideline of inline text syntax like above.
I am NOT talking about writing EDC file. I am talking about the hardcoded text syntax as it's used above. how to add size and other supported properties
into a hardcoded design description syntax?
Thank you.