I need to use a custom Font
for my J2ME Application, the Font
name is verdana, I'm using LWUIT, I have downloaded the .ttf file for my Font
and add it to my package and tried to load it using
Font.createTrueTypeFace method but I got --> unsupported operation exception
so can any one please help ?