I want align text to center on elm_label
widget. I can't find any functions about text align as evas object text function or elm_label
function. Also, I can't find a function that can get the text size (absolute pixel or relative size) on a label.
I have tried elm_object_style_set
with marker
, it was showed bold text on center of label, but font size was too small (smaller than default style). (and I don't want bold on text.)
How I can align text to the center of a label?