Hello everyone,
I have made an EditField has 35 pixels height.
By the way, it has a problem to display some characters such as 'g', 'j', 'q', 'y'.
Below part of them aren't displayed.
I found the document for optimal size of UI controls. (https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm)
According to this document, minimum optimal height for EditField is 64.
EditField I made has smaller height than minimum optimal height.
Is this why this problem happens?