View Single Post
Old 2nd March 2008, 11:30   #458  |  Link
Pelican9
Coder
 
Pelican9's Avatar
 
Join Date: Jan 2007
Location: Around the World
Posts: 697
Quote:
Originally Posted by hm10 View Post
Yes.

Quote:
Originally Posted by hm10 View Post
i need to put my new letters in the end of the letdat (after 256) and than in the end of letdati (after 256)?

line, x pos', width, dec after, dec before (from left to right)?

(0, 0, 0, 0, 0), //1 ?
Yes. Yes.
You have to put your data here (line 292-):
Code:
290:       (0,    0,  0, 0, 0))
291://   ,( // put the new data here (normal)
292://     (0,    0,  0, 0, 0),
293://             ...
294://     (0,    0,  0, 0, 0))
295:       );
and here (line 556-):
Code:
554:       (0,    0,  0, 0, 0))
555://   ,( // put the new data here (italic)
556://     (0,    0,  0, 0, 0),
557://             ...
558://     (0,    0,  0, 0, 0))
559:       );
But you can put your data anywhere, I will correct it.

Last edited by Pelican9; 2nd March 2008 at 11:33.
Pelican9 is offline   Reply With Quote