lv_label_get_letter_pos() function
Get the relative x and y coordinates of a letter
Arguments
obj
pointer to a label object
char_id
index of the character [0 ... text length - 1]. Expressed in character index, not byte index (different in UTF-8)
pos
store the result here (E.g. index = 0 gives 0;0 coordinates if the text if aligned to the left)