Layout of text/spacing changes in TextArea when clicking on it -


i have codenameone application has textarea should display multi-line text.

when run app in simulator , click on text-area, spacing between lines , possibly between characters change area text occupies shrinks bit.

why this? should prevent it?

that due switch our drawing native editing render things differently. e.g. things line spacing hard accurately every native device.

textarea has setrowsgap method allows specify spacing between rows in pixels since differs between os's not ideal.


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -