custom font??

Login to reply to this topic.
Thu, 2005-07-07 08:20
Joined: 2005-04-01
Forum posts: 118
HI symbians

i've created my own hindi fonts.
but as i stored them into c:\system\font folder overall applications font change to that one.

actually i want that font to only work with my application.

Please help me and inform me, how to use them only for my application?

Please help.

Prashant {prashu}


Sat, 2005-07-09 11:20
Joined: 2005-04-01
Forum posts: 118
Re: custom font??
HI

i've done it.
now i can develop applications ,specific in any language.

Prashant {prashu}

Mon, 2005-08-15 07:41
Joined: 2005-08-15
Forum posts: 1
Re: custom font??
pls send me hindi fonts to my email addy pls hemxxx@gmail.com
Thu, 2006-01-26 07:57
Joined: 2006-01-23
Forum posts: 2
Re: custom font??
Hi,
could you give me some hints how you have done it?
Thanks.
mrahman252003@yahoo.com
Mon, 2006-02-06 05:58
Joined: 2005-03-21
Forum posts: 45
Re: custom font??
Hi,

Can you please tell me how to use Custom font in our application.

Thanks,
Prabhu.
Mon, 2006-02-06 06:22
Joined: 2005-04-01
Forum posts: 118
Re: custom font??
HI SYMBIANS

use this short code to load custom font

TFileName fileName=_L("c:\\k010.gdr");
iCoeEnv->ScreenDevice()->AddFile(fileName,aFileId);
CFont *iFont;
CGraphicsDevice* ScreenDevice=iCoeEnv->ScreenDevice();
TFontSpec aFontSpec(fileName,5);
ScreenDevice->GetNearestFontInTwips(iFont,aFontSpec);
TCharFormat charFormat(aFontSpec.iTypeface.iName, aFontSpec.iHeight);


but first create ur font and put them into a directory.


Prashant {prashu}

Mon, 2006-02-06 07:12
Hindi (not verified)
Forum posts: 2043
Re: custom font??
Hello all,

May I knoe on what devide and Version u r doing the things?

B'coz I am anable to do it in Series 60 S60_2nd_FP2 and  NOKIA 6600. even I am using the same way and it is not woring in emulator also.


please help
  • Login to reply to this topic.