Hi,
After many similar situation, I thought to write here.
Often when I am searching for an information (Native App), I cannot find.
It could be my fault, and my "searching algorithm" is not ok, then can somebody enlighten me what am I doing wrong.
For example, here is a simple code:
elm_object_text_set(ad->label, "<align=center>Shake to roll</align>");
I want to know what are all the possiblities to change the "style", like this case,"<align>". I found other example, there is <font_size>
.
So I am searching for a full list, like:
<align> : set the text alignment horizontally. Possible values: xxxxxxx
<font-size>: set the text size in pointes. Possible values: xxxxxxxx. Remarks: xxxxxxxxx. Limitations: xxxxxxxxx.
...
Logical place is API reference of "elm_object_text_set". All(!) I find here: "Set a text of an object." Well, this isn't very useful...
Ok, second logical place to find is API reference: Label. Nothing is here about the possible values to pass to change the label style.
Then I started to search all along forums, guides, but I cannot find a simple full list of possible parameters I can pass to a label.
.
What am I doing wrong, what is the way of thinking that helps me to find such information?
This is not limited to this label style question, as I had this problem several times. All the possible values should be listed under elm_object_text_set I think? Or am I wrong?
Thanks