This is probably a stupid question but i don't understand it. What means Ems (related to a TextView). For example in
android:ems setEms(int) Makes the TextView be exactly this many ems wide.
Thanks
|
|
Ems is a typography term, it controls text size, etc. Check here. http://en.wikipedia.org/wiki/Em_(typography) |
|||||
|
|
but only when the Adding an |
||||
|
|
|
It is the width of the letter M in a given english font size. So 2em is twice the width of the letter M in this given font. In font differ from english it is the width of the widest letter in this font, this width is different size in pixels then the width size of the M in the english font but it is still 1em. So if I use text with 12sp in english font 1em is relative to this 12sp english font, using Italian font with 12sp gives 1em that is differ in pixels width then the english one. |
|||
|
|
|
See http://en.wikipedia.org/wiki/Em_%28typography%29, that's an unit of measurement for typography. |
|||
|
|