Strange font related bug on Nokia E61

| No Comments | No TrackBacks

I haven't looked at this bug very far, but when I load Gulim font (a Chinese font without latin glyphs, I converted it from a free font on the Internet), the messaging application does not display anything when I open a message (the list is fine). After I tested pasting Chinese bible text from S60Bible, I noticed that the messaging application is using the gulim font (so I can see the Chinese txt).

I am loading the font using this code:

for (TInt i = 0; i < entries->Count(); ++i)
{
Int id = 0;
tmpFontPath.Copy(KFontDir);
tmpFontPath.Append((*entries)[i].iName);
CEikonEnv::Static()->screendevice ()->AddFile(tmpFontPath, id);
}

Can it be because of the ID (I am just starting from 0). If I can change a font for other application, can I change the system font?

I will try to solve this later at home.

Update: This is the problem:

http://www3.symbian.com/faq.nsf/0/BA5F628A350FBFEB80257336001D0C68?OpenDocument

No TrackBacks

TrackBack URL: http://symbian.compactbyte.com/mt/mt-tb.cgi/11

Leave a comment

About this Entry

This page contains a single entry by Yohanes Nugroho published on November 13, 2006 5:14 PM.

Small bug: Icon must have a correct resolution was the previous entry in this blog.

Porting to Nokia 7710 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.