Search code examples
java-melcdui

How to change the font size of J2ME command text?


I want to reduce the font size of the Command text. How to achieve that ?


Solution

  • MIDP 2 has no API that would allow to reduce the font size of the lcdui Command text (label).

    Full list of available methods is provided in lcdui Command API documentation - one can easily find out that there is nothing about fonts there