|
BenQ Mobile |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Font | |
| javax.microedition.lcdui | The UI API provides a set of features for implementation of user interfaces for MIDP applications. |
| Uses of Font in javax.microedition.lcdui |
| Methods in javax.microedition.lcdui that return Font | |
Font |
StringItem.getFont()
Gets the application's preferred font for rendering this StringItem. |
Font |
List.getFont(int index)
Gets the application's preferred font for rendering the specified element of this Choice. |
Font |
Graphics.getFont()
Gets the current font. |
static Font |
Font.getDefaultFont()
Gets the default font of the system. |
static Font |
Font.getFont(int fontSpecifier)
Gets the Font used by the high level user interface
for the fontSpecifier passed in. |
static Font |
Font.getFont(int face,
int style,
int size)
Obtains an object representing a font having the specified face, style, and size. |
Font |
ChoiceGroup.getFont(int index)
Gets the application's preferred font for rendering the specified element of this Choice. |
Font |
Choice.getFont(int elementNum)
Gets the application's preferred font for rendering the specified element of this Choice. |
| Methods in javax.microedition.lcdui with parameters of type Font | |
void |
StringItem.setFont(Font font)
Sets the application's preferred font for rendering this StringItem.
|
void |
List.setFont(int index,
Font font)
Sets the application's preferred font for rendering the specified element of this Choice.
|
void |
Graphics.setFont(Font font)
Sets the font for all subsequent text rendering operations. |
void |
ChoiceGroup.setFont(int index,
Font font)
Sets the application's preferred font for rendering the specified element of this Choice.
|
void |
Choice.setFont(int elementNum,
Font font)
Sets the application's preferred font for rendering the specified element of this Choice.
|
|
BenQ Mobile |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
|
Copyright © 2006 BenQ Mobile GmbH & Co. OHG or respective copyright owner. All Rights Reserved. BenQ Corp. is a trademark licensee of Siemens AG. |
For further information about Mobility Toolkit (MTK) visit our Developer Portal. |