How to create custom fonts

2000-06-09 Thread David Heil
In order to use FntDefineFont, you have to have a custom font resource. Can anyone tell me how (or point me to relevant documentation) to create a custom font resource? Is this done in Constructor? My application is already using largeBoldFont and I am getting requests to make the text bigger a

How to create custom fonts?

2001-05-09 Thread Mark A. Peters
I see that the font manager in the Palm OS allows an app to provide a custom font for use in text drawing. What I don't see is how to create such a font, or where it goes when created. The FontType data structure appears to allow specifying some information about a font, but not the font itself.

How to create Custom Fonts

2004-07-20 Thread Saurabh Agarwal
Hello, I want to use custom fonts for the application. I have downloaded XFont tool for creating custom font. It created .pfn file. For defining custom font we need resource. How to create resource using .pfn file. Thanks. -- For information on using the Palm Developer Forums, or to unsubscr

Re: How to create custom fonts

2000-06-09 Thread Richard M. Hartman
Search for FontHack123 on PalmGear, visit the author's site. There is lots of info on fonts & a font editor available there. -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! David Heil wrote in message <13917@palm-dev-forum>... In order to use FntDe

RE: How to create custom fonts?

2001-05-09 Thread Richard Burmeister
> From: Mark A. Peters > > What I don't see is how to create > such a font, > or where it goes when created. The FontType data structure > appears to allow > specifying some information about a font, but not the font itself. > From: Peter Hribar [[EMAIL PROTECTED]] : all you need to know is MAC

Re: How to create custom fonts?

2001-05-09 Thread prasad
From: Mark A. Peters <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: Palm Developer Forum <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 10:05 PM Subject: How to create custom fonts? > I see that the font manager in the Palm OS allows an app to provide a custom > font for

Re: How to create custom fonts?

2001-05-09 Thread Mark A. Peters
Thanks, that helps alot - it looks pretty straightforward now. Mark Peters in article 48708@palm-dev-forum, Richard Burmeister at [EMAIL PROTECTED] wrote on 5/9/01 9:59 AM: > >> From: Mark A. Peters >> >> What I don't see is how to create >> such a font, >> or where it goes when created. The

Re: How to create custom fonts?

2001-05-09 Thread Ole Grossklaus
Mark, You might want to look at the public archive of www.vfdide.com There is a full source sample that deals with custom fonts (the tree view sample) You can simply cut&paste out the font related things hth Ole "Mark A. Peters" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:48706@palm-dev-fo

Re: How to create custom fonts?

2001-05-10 Thread Mark A. Peters
Thanks Ole! Mark Peters in article 48775@palm-dev-forum, Ole Grossklaus at [EMAIL PROTECTED] wrote on 5/9/01 10:36 PM: > > Mark, > > You might want to look at the public archive of www.vfdide.com > There is a full source sample that deals with custom fonts (the tree view > sample) > > You ca

re: How to create Custom Fonts

2004-07-21 Thread BrownB
Using XFont, you can import some MSWin fonts. Choose one, import, save the file *.pfn. If you need high density font, you must create a font family resizing all chars to half the size of original font and save this in another file for low resolution font. With PilRC, create a font as the example

Re: How to create Custom Fonts

2004-07-22 Thread Saurabh Agarwal
Thanx Brown. "BrownB" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Using XFont, you can import some MSWin fonts. Choose one, import, save the file *.pfn. If you need high density font, you must create a font family resizing all chars to half the size of original font and save thi