Re: [fpc-pascal] Font reading library

2011-04-19 Thread Darius Blaszyk
Ah, if forgot to mention, this work is in FreeType2 as well. Darius On Apr 18, 2011, at 3:20 PM, Felipe Monteiro de Carvalho wrote: > On Tue, Apr 12, 2011 at 6:43 PM, Darius Blaszyk > wrote: >> Hi Felipe, >> Nice work. I have been playing with FreeType as well to have it render on >> OpenGL. F

Re: [fpc-pascal] Font reading library

2011-04-18 Thread Felipe Monteiro de Carvalho
On Tue, Apr 12, 2011 at 6:43 PM, Darius Blaszyk wrote: > Hi Felipe, > Nice work. I have been playing with FreeType as well to have it render on > OpenGL. For that I ported some code from the web and modified it slightly. > The result is a bitmapped font for OpenGL. You can find the code > here: ht

Re: [fpc-pascal] Font reading library

2011-04-12 Thread dhkblaszyk
On Tue, 12 Apr 2011 13:33:35 +0200, Helmut Hartl wrote: (Have a look at : http://www.freetype.org/freetype1/index.html, and the name of the authors ...) What's special with the name of the authors nothing - but a name compare should have revealed the strong indication that fornix has nothing

Re: [fpc-pascal] Font reading library

2011-04-12 Thread Helmut Hartl
Am 12.04.11 11:03, schrieb Felipe Monteiro de Carvalho: Hello, I fixed the compilation of the old freetype and put it in the Lazarus-ccr for now. Maybe it can be added to FPC later on if it proves a good substitute: http://wiki.lazarus.freepascal.org/Freetype#Download nice It's not maintained

Re: [fpc-pascal] Font reading library

2011-04-12 Thread Felipe Monteiro de Carvalho
Hello, I fixed the compilation of the old freetype and put it in the Lazarus-ccr for now. Maybe it can be added to FPC later on if it proves a good substitute: http://wiki.lazarus.freepascal.org/Freetype#Download > http://www.koders.com/delphi/fidEAE4D251909342259720229735A9CBF6C74B15AB.aspx?s=de

Re: [fpc-pascal] Font reading library

2011-04-01 Thread Darius Blaszyk
On Apr 1, 2011, at 10:31 PM, Helmut Hartl wrote: > Am 01.04.11 18:52, schrieb dhkblas...@zeelandnet.nl: >> On Fri, 1 Apr 2011 18:44:02 +0200 (CEST), Michael Van Canneyt >>wrote: >>> On Fri, 1 Apr 2011, Darius Blaszyk wrote: >>> As it happens, I stumbled across this one just now. Suppos

Re: [fpc-pascal] Font reading library

2011-04-01 Thread Helmut Hartl
Am 01.04.11 18:52, schrieb dhkblas...@zeelandnet.nl: On Fri, 1 Apr 2011 18:44:02 +0200 (CEST), Michael Van Canneyt wrote: On Fri, 1 Apr 2011, Darius Blaszyk wrote: As it happens, I stumbled across this one just now. Supposedly this is a native freetype implementation. I did not check it

Re: [fpc-pascal] Font reading library

2011-04-01 Thread dhkblaszyk
On Fri, 1 Apr 2011 18:44:02 +0200 (CEST), Michael Van Canneyt wrote: On Fri, 1 Apr 2011, Darius Blaszyk wrote: As it happens, I stumbled across this one just now. Supposedly this is a native freetype implementation. I did not check it out yet, so if you get to it, please let me know how it wo

Re: [fpc-pascal] Font reading library

2011-04-01 Thread Michael Van Canneyt
On Fri, 1 Apr 2011, Darius Blaszyk wrote: As it happens, I stumbled across this one just now. Supposedly this is a native freetype implementation. I did not check it out yet, so if you get to it, please let me know how it works for you. I'm also interested in implementing this for you own l

Re: [fpc-pascal] Font reading library

2011-04-01 Thread Darius Blaszyk
As it happens, I stumbled across this one just now. Supposedly this is a native freetype implementation. I did not check it out yet, so if you get to it, please let me know how it works for you. I'm also interested in implementing this for you own library. http://www.koders.com/delphi/fidEAE4D2

Re: [fpc-pascal] Font reading library

2011-04-01 Thread Darius Blaszyk
On Apr 1, 2011, at 3:39 PM, Felipe Monteiro de Carvalho wrote: > Hello, > > Which unit exactly? I know that it has bindings to the freetype > library (freetype.pp), but AFAIK that's it. I don't remember that it > has Pascal code to read font files, or at least I couldn't find it if > it has. So

Re: [fpc-pascal] Font reading library

2011-04-01 Thread Felipe Monteiro de Carvalho
Hello, Which unit exactly? I know that it has bindings to the freetype library (freetype.pp), but AFAIK that's it. I don't remember that it has Pascal code to read font files, or at least I couldn't find it if it has. -- Felipe Monteiro de Carvalho ___

Re: [fpc-pascal] Font reading library

2011-04-01 Thread Darius Blaszyk
Hi Felipe, Check fp-image. I have also implemented an OpenGL rendering version once if you need it let me know. Regards, Darius On Apr 1, 2011, at 3:18 PM, Felipe Monteiro de Carvalho wrote: > Hello, > > I just tought I'd ask: Do we have a Pascal library for reading font > files? TTF and oth

[fpc-pascal] Font reading library

2011-04-01 Thread Felipe Monteiro de Carvalho
Hello, I just tought I'd ask: Do we have a Pascal library for reading font files? TTF and other formats. Obtain the information about the font and the glyphs. thanks, -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepasca