[ft-cvs] freetype2 ./ChangeLog include/freetype/internal...

2006-05-17 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/05/17 13:34:21 Modified files: . : ChangeLog include/freetype/internal: tttypes.h src/autofit: afangles.c afcjk.c

[ft-cvs] freetype2 ./ChangeLog src/autofit/afangles.c sr...

2006-05-17 Thread Werner LEMBERG
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: Werner LEMBERG [EMAIL PROTECTED] 06/05/17 22:55:05 Modified files: . : ChangeLog src/autofit: afangles.c afcjk.c afhints.c aflatin.c

Re: [ft] In freetype how can one set font size in pt, but keep resolution independent?

2006-05-17 Thread Werner LEMBERG
Got a question regarding how does one set font in pt's in freetype, but keep resolution independent. This doesn't work. I read through a bunch of the freetype API documentation, the tutorials, the glyph conventions, but still am unsure how to set a fontsize (that is a long) and make the

[ft] Segfault in FT_Get_Name_Index, Solaris 9, FreeType 2.1.8+

2006-05-17 Thread Jan-Åke Larsson
I get a segfault (or bus error, sometimes) from FT_Get_Name_Index on Solaris 9, with FreeType 2.1.8, 2.1.9 and 2.2.1. FreeType 2.1.7 works fine (but there, FT_LOAD_TARGET_LIGHT does not work) Steps to reproduce: Load font, map char name d to char index. Sometimes the map returns index 0,

Re: [ft] Segfault in FT_Get_Name_Index, Solaris 9, FreeType 2.1.8+

2006-05-17 Thread David Turner
Hello, please provide the font file's name, and where we could download it. by the way, which version of GCC are you using ? Regards, - David Turner - The FreeType Project (www.freetype.org) Jan-Åke Larsson a écrit : I get a segfault (or bus error, sometimes) from FT_Get_Name_Index on

Re: [ft] Segfault in FT_Get_Name_Index, Solaris 9, FreeType 2.1.8+

2006-05-17 Thread David Turner
Hello, I've just tested it with FreeType CVS on a x86 Linux machine, and it seems to work well with the font you sent me. Running with valgrind doesn't show any bad memory access or other errors. I don't have a Solaris 9 machine here, and won't be able to due much here. Given the line were

RE: [ft] Segfault in FT_Get_Name_Index, Solaris 9, FreeType 2.1.8+

2006-05-17 Thread Ian Brown
David, I noticed that the orginal author says he sometimes gets a bus error. This indicates that he is running on a SPARC. On the SPARC architecture, you can only access 16 bit values on 16 bit address boundaries, 32 bit values on 32 bit address boundaries etc. Whilst on an x86

Re: [ft] Segfault in FT_Get_Name_Index, Solaris 9, FreeType 2.1.8+

2006-05-17 Thread Jan-Åke Larsson
David Turner wrote: I don't have a Solaris 9 machine here, and won't be able to due much here. Given the line were the segfault is detected, I suppose that the value of the 'service' variable is bogus (and not NULL). Yes, but might be overwritten somewhere else, no? I don't suppose that the

Re: [ft] Segfault in FT_Get_Name_Index, Solaris 9, FreeType 2.1.8+

2006-05-17 Thread Jan-Åke Larsson
Ian Brown wrote: On the SPARC architecture, you can only access 16 bit values on 16 bit address boundaries, 32 bit values on 32 bit address boundaries etc. Yep: But dereferencing a bogus pointer would sometimes cause a bus error, sometimes a segfault, I'd imagine. /JÅ -- ceci n'est pas une

[FT]FreeType2 compile problem with ARM Developer Suite(ADS) v1.2

2006-05-17 Thread 嘉哲
Hi, Does anyone know how to compile FreeType2 with ARM Developer Suite v1.2? This is what I done now and followed the standard procedure by the file install.any. 1: Disable PRE-COMPILED HEADERS 2: Add ‘freetype/include’ to my Access Paths of DebugRel Setting and set it to System

[ft] Need some help getting started

2006-05-17 Thread Lance
Hi all, I'm working on a simple GUI that will run on an ARM based system using Linux 2.4 with framebuffer support. My application is simple enough that a window system (x or whatever) seems like overkill. At this point, I am able to render images on my display but now I need a way to render

[ft] Italian mirror working up to date again

2006-05-17 Thread Werner LEMBERG
The Italian mirror at http://freetype.fis.uniroma2.it/index2.html is again up to date. Werner ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] Building freetype-2.1.10 on Cygwin

2006-05-17 Thread Werner LEMBERG
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries How can I tell which symbols are undefined? Is there a log file of some kind somewhere? We had to comment out the use of a proper symbol list for backwards compatibility. I think that the

Re: [ft-devel] FreeType version 2.2.1 released

2006-05-17 Thread David Turner
Hello everyone, here's attached a small patch to libXfont-X11R7.0-1.0.0 that I've just written to let the library compile with 2.2 I still consider the patch experimental, for the following reasons: - first of all, I could only _compile_ and install libXfont with it. I have no idea of how to

Re: [ft-devel] ftview/ftstring segfault with -e unic

2006-05-17 Thread David Turner
Werner LEMBERG a écrit : The bug is in FTC_CMapCache_Lookup() [...] Thanks for your analysis. David, please fix this. Done in the CVS :-) The threshold has been raised from 4 to 16. Regards, - David Turner - The FreeType Project (www.freetype.org)

Re: [ft-devel] FreeType version 2.2.1 released

2006-05-17 Thread James Cloos
David == David Turner [EMAIL PROTECTED] writes: David here's attached a small patch to libXfont-X11R7.0-1.0.0 that I've just David written to let the library compile with 2.2 I'm giving it a test now. I should have a report back by the end of the day. -JimC -- James H. Cloos, Jr. [EMAIL

[ft-devel] inkscape fails with FT221

2006-05-17 Thread David Somers
I've just tried to install Inkscape 0.43 on my gentoo box and it (or one of its components) seems to use the FT internal headers: libnrtype/FontInstance.cpp:29:40: freetype/internal/tttypes.h: No such file or directory libnrtype/FontInstance.cpp:30:41: freetype/internal/ftstream.h: No such file

Re: [ft-devel] FreeType version 2.2.1 released

2006-05-17 Thread James Cloos
I compiled libXfont-1.1.0 with your patch and then xfs-1.0.2 (the X Font Sever) against that. Both are also against freetype-2.2.1. I did these via the gentoo ebuilds (hacking the libXfont ebuild to add your patch), so I'll have to recompile to get better debugging, but running the xfs under

[ft-devel] Italian mirror working up to date again

2006-05-17 Thread Werner LEMBERG
The Italian mirror at http://freetype.fis.uniroma2.it/index2.html is again up to date. Werner ___ Freetype-devel mailing list Freetype-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype-devel

[ft-devel] New rogue patch: OpenOffice.org

2006-05-17 Thread Bernhard Rosenkraenzer
OpenOffice.org (including the upcoming 2.0.3 release) uses freetype/internal headers -- bug report with patch attached at http://qa.openoffice.org/issues/show_bug.cgi?id=65507 Best regards, bero ___ Freetype-devel mailing list

[ft-devel] Re: [ft] Building freetype-2.1.10 on Cygwin

2006-05-17 Thread Werner LEMBERG
The patch lets the unresolved symbols appear. Thanks. What might I be missing? Nothing. :-) Cannot export FT_GetFile_From_Mac_ATS_Name: symbol not defined Cannot export FT_GetFile_From_Mac_Name: symbol not defined Cannot export FT_New_Face_From_FOND: symbol not defined Cannot export