edit .gdr file

Login to reply to this topic.
Wed, 2005-07-20 06:13
Anonymous
Forum posts: 2043
How can i view/edit a gdr file? Is there any tool available? 

Tue, 2005-07-26 13:45
Joined: 2005-04-01
Forum posts: 118
Re: edit .gdr file
ya u can view the .gdr font files by installing some font viewer application.
but how to change them i don't know.

and u can create u r own .gdr font file.

Prashant {prashu}

Tue, 2005-07-26 13:49
chishti_hameed (not verified)
Forum posts: 2043
Re: edit .gdr file
Quote from: prashu
ya u can view the .gdr font files by installing some font viewer application.
but how to change them i don't know.
and u can create u r own .gdr font file.

possible for you to tell detail on creating .gdr?
Tue, 2005-07-26 13:58
Joined: 2005-04-01
Forum posts: 118
Re: edit .gdr file
ya it is.

i'm writing a small artical for this and will be submitting to this site.

that'll have all aspects of .gdr font design...

So wait.

Prashant {prashu}

Tue, 2005-07-26 14:16
chishti_hameed (not verified)
Forum posts: 2043
Re: edit .gdr file
Quote from: prashu
ya it is.

i'm writing a small artical for this and will be submitting to this site.

that'll have all aspects of .gdr font design...

So wait.

How long buddy? ppl need to know this Tongue
Tue, 2005-07-26 14:23
Joined: 2005-04-01
Forum posts: 118
Re: edit .gdr file
as soon as possible i'll try to complete it.
possible little delay coz i'm testing the method to be sure for no fault.

Prashant {prashu}

Tue, 2005-07-26 14:27
chishti_hameed (not verified)
Forum posts: 2043
Re: edit .gdr file
Quote from: prashu
as soon as possible i'll try to complete it.
possible little delay coz i'm testing the method to be sure for no fault.

I'm gonna count days from now Smiley
Tue, 2005-07-26 14:35
Joined: 2005-04-01
Forum posts: 118
Re: edit .gdr file
good idea  Smiley

Prashant {prashu}

Thu, 2005-12-15 11:15
Joined: 2005-11-30
Forum posts: 11
Re: edit .gdr file
Uff....

donno whats wrong with me...

I have gone thru so may sites and FNTTRAN.EXE but not able to get gdr or bdf file of ttf.

EXE is running succesfully but not making gdr file.

Easy GDR Creator sayng FileLoad not completed even I am getting correct view.


What shud i do
Thu, 2005-12-15 14:15
Joined: 2005-04-01
Forum posts: 118
Re: edit .gdr file
HI,
i've worked through the Easy GDR creator and it works fine.
maybe possible ur making some mistake, explain in detail abt ur problem.

Prashant {prashu}

Fri, 2005-12-16 07:56
Joined: 2005-11-30
Forum posts: 11
Re: edit .gdr file
Thank you very much for ur support.
well, my prob is -
I've made a Unicode text file having Unicode font representing Hindi char as प्रियंका (saved that text file as ENCODING  = UNICODE)

Reading that file with the code -

RFs fs;
User::LeaveIfError( fs.Connect() );
_LIT( KStreamStoreName, "C:\\Unicode1.txt");
CleanupClosePushL(fs);
RFile file;
User::LeaveIfError(file.Open(fs, KStreamStoreName, EFileRead | EFileStreamText));
CleanupClosePushL(file);
TBuf<64> buf16;
TFileText aTxtFile;
aTxtFile.Set(file);
if(aTxtFile.Read(buf16) != KErrEof)
    {   
     const TDesC& aText16 = buf16;           
     iAppContainer->SetTextL(aText16);
     }
CleanupStack::PopAndDestroy(2)

I have to read that text and operate on that on charactor by charactor basis. But it is showing square boxes on emulator s60 2nd ed. fp2 
I know unicode is represented by square boxes when it is seen in non unicode environment.
May be that emularot  doesnt support unicode. I have read that same text file contaning unicode chars on Nokia 6600, same square boxes is being seen on that also.

Please let me know in detail how and what shud i do?

Its very much urgent ....


Second thing for converting .ttf file to .gdr or .bdf thru Easy creator-
1. I browsed location of my ttf file.
2. Set size and ASCII/Unicode (actual I needed Symbol/Unicode but atleast for this it shud work)
3. Preview font (It is showing correct)
4. Clicked on Complied to GDR () (Saynig File load not complete)


running on cmd  -
C:\FNTTRAN.EXE  C:\DVBWYG3N.TTF C:\my.bdf
Not making any file 


written a small programm of callprocess(......) of mfc for FNTTRAN.exe that returns bool true for succesful but not making any file....  Angry

Thu, 2005-12-22 03:36
Joined: 2005-11-07
Forum posts: 17
Re: edit .gdr file
IIRC:
-unicode charactor is shown as question mark Huh?? in non-unicode platform
-unicode charactor is shown as box in unicode platform when font is missing
  • Login to reply to this topic.