Re: [ft] what's the mean of CEIL( x )?

2006-05-19 Thread David Turner
) ~63 int(x) = (x 6) the macro CEIL(x) as defined really returns int(ceil(x)) note that int(x) is (x 6) and *not* x/64.0 !! Hope this helps, - David Turner - The FreeType Project (www.freetype.org) David Turner [EMAIL PROTECTED] ??:[EMAIL PROTECTED

Re: [ft-devel] Unix Font Performance/Rendering patches available

2006-05-19 Thread David Turner
before. I have tried to find the bug numerous time in Cairo, without success. I hope we'll be able to get rid of it some day, but at the moment I consider this to be an annoyance rather than a blocking bug. Regards, - David Turner - The FreeType Project (www.freetype.org

Re: [ft-devel] Unix Font Performance/Rendering patches available

2006-05-19 Thread David Turner
Leon Woestenberg a écrit : David, thanks for sharing the patches. I understand from the FIR code it can do horizontal or vertical FIR filtering, not both, is that correct? Yes, that's correct. For an application where I put text in an interlaced video, I used 5-taps vertical FIR filtering

Re: [ft] Render 16x16 font, ASCII is gray, but CJK is Mono

2006-05-18 Thread David Turner
Hello Charles, have you tried using the FT_LOAD_NO_BITMAP flag to prevent loading embedded bitmaps from the font ? Hope this helps, - David Turner - The FreeType Project (www.freetype.org) Charles Wang a écrit : Hi, Using FT Lib which version is 2.2.1. * Code start

Re: [ft-devel] Regression in light hinting mode with freetype 2.2.1

2006-05-18 Thread David Turner
://turnerdavid.neuf.fr/freetype/patches/font-patches.html, but the result is still Mac OS X-like. I'll let you decide wether you should disable horizontal hinting in your build of the library, or not. Regards, - David Turner - The FreeType Project (www.freetype.org) Frederic Crozat a écrit : Hi

[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

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

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-devel] FreeType version 2.2.1 released

2006-05-17 Thread David Turner
to internal computations needed by the bytecode interpreter. I'd appreciate if someone could test this patch and inform me of any problems with it. If it works well, we'll add it to our list of rogue patches. Regards, - David Turner - The FreeType Project (www.freetype.org) [EMAIL PROTECTED

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] Direct Rendering with Win32

2006-05-10 Thread David Turner
. You might need to convert quadratic beziers to cubic ones, but this is rather trivial. D/ don't forget to bracket these calls with BeginPath and EndPath to get filled glyphs. Hope this helps, - David Turner - The FreeType Project (www.freetype.org) Murillo, Alex a écrit : Hello, I am

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

2006-05-03 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/05/03 09:40:33 Modified files: . : ChangeLog include/freetype/internal: ftmemory.h Log message: * include/freetype/internal

[ft-cvs] freetype2 ./ChangeLog include/freetype/config/f...

2006-05-02 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/05/02 06:34:27 Modified files: . : ChangeLog include/freetype/config: ftconfig.h include/freetype: fterrdef.h

[ft-cvs] ft2demos ./ChangeLog src/ftdump.c

2006-05-02 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:ft2demos Branch: Changes by: David Turner [EMAIL PROTECTED]06/05/02 08:20:42 Modified files: . : ChangeLog src: ftdump.c Log message: * src/ftdump.c: added dump of glyph

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

2006-05-02 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/05/02 09:00:29 Modified files: . : ChangeLog include/freetype/internal: ftmemory.h src/base : ftbitmap.c ftmac.c

[ft-cvs] ft2demos ./ChangeLog src/ftcommon.c src/ftcommo...

2006-05-02 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:ft2demos Branch: Changes by: David Turner [EMAIL PROTECTED]06/05/02 10:30:00 Modified files: . : ChangeLog src: ftcommon.c ftcommon.h ftview.c Log message: * src/ftcommon.c

[ft-devel] regarding 2.2.1 (ARRAY issue fixed)

2006-05-02 Thread David Turner
, - David Turner - The FreeType Project (www.freetype.org) *** Information contained in this email message is confidential and may be privileged, and is intended only for use of the individual or entity named above

Re: [ft-devel] w.r.t. new release

2006-04-29 Thread David Turner
Werner LEMBERG a écrit : David, since you've already made bundles publicly available for 2.2., we have to release 2.2.1 as the `official' one -- redoing a 2.2 release would lead to confusion. it wasn't officially announced (no message at freetype-announce for example), I wouldn't care

Re: [ft-devel] 2.2 doc updates, tag moved

2006-04-28 Thread David Turner
Hi Steve, Steve Langasek a écrit : Hi David, On Fri, Apr 21, 2006 at 10:50:07AM +0200, David Turner wrote: I've just tested this version and found that there's a regression building ft2demos 2.1.10 against it First of all, the ft2demos release are *always* tied to the corresponding

Re: [ft] Spacing/Kerning wrong on an OpenType (otf) font

2006-04-25 Thread David Turner
Hope this helps, - David Turner - The FreeType Project (www.freetype.org) ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

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

2006-04-21 Thread David Turner
CVSROOT:/sources/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/04/21 08:35:11 Modified files: . : ChangeLog include/freetype: freetype.h ftincrem.h ftmodapi.h Log message: * include

[ft-cvs] freetype2 ./ChangeLog src/sfnt/ttcmap.c

2006-04-21 Thread David Turner
CVSROOT:/sources/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/04/21 08:38:35 Modified files: . : ChangeLog src/sfnt : ttcmap.c Log message: * src/sfnt/ttcmap.c: removed compiler

[ft-devel] 2.2 doc updates, tag moved

2006-04-21 Thread David Turner
/freetype-2.2.tar.bz2 Regards, - David Turner - The FreeType Project (www.freetype.org) ___ Freetype-devel mailing list Freetype-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype-devel

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

2006-04-13 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/04/13 07:51:58 Modified files: . : ChangeLog src/autofit: afloader.c Log message: * src/autofit/afloader.c: removing

[ft-cvs] freetype2 include/freetype/freetype.h include/f...

2006-04-13 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/04/13 16:31:02 Modified files: include/freetype: freetype.h ftcache.h ftchapters.h ftglyph.h ftstroke.h src/base

Re: [ft] FT_Memory arguments in version 2.2.0

2006-04-12 Thread David Turner
rogue library that uses the stroker at the moment (remember, it's still experimental until 2.2 is released) Would it be OK to change the API to accept a FT_Library instead of a FT_Memory at that point ? (just like all others, e.g. FT_Outline_New, FT_New_Glyph, etc...). Cheers, - David Turner

Re: [ft-devel] 答复: performance on FreeTyp e actions

2006-04-12 Thread David Turner
on the flags you've been using to load it. Did you check the error codes returned by all functions, as well as the type of the FT_Glyph you're manipulating ? Regards, - David Turner - The FreeType Project (www.freetype.org) Thanks, Ronen. -- View this message in context: http://www.nabble.com

Re: [ft-devel] ft22 and pango

2006-04-12 Thread David Turner
talking about GTK 1 apps, or GTK 2 apps, or both ? Please let us know, - David Turner - The FreeType Project (www.freetype.org) Greetings from Lux. *** Information contained in this email message is confidential

Re: [ft-devel] Re: rounding bug in MS TT rasterizer

2006-04-12 Thread David Turner
Hi Werner, that's fabulous news. I've investigated the issue, and storing the original font unit coordinates is not too trivial at the moment. I hope to hack the fix after the 2.2 release, which I'm currently preparing by fixing the documentation comments, plus other things I'll talk about

Re: [ft-devel] compilation broken if !FT_OPTIMIZE_MEMORY

2006-04-12 Thread David Turner
Hi Werner, Werner LEMBERG a écrit : Undefining FT_OPTIMIZE_MEMORY with the CVS of today leads to a bunch of errors. The compiler log starts as below. David, plesae fix this -- unfortunately, it's a non-trivial operation due to FT_CONFIG_OPTION_OLD_INTERNALS... I'm not going to fix this,

Re: [ft] ft2.2 win32 intel c++ patch

2006-04-03 Thread David Turner
Werner LEMBERG a crit: second, in ftcbasic.c, without the patch, icl will ICE. What's `ICE'? I believe it stands for "Internal Compiler Error", yep, that's a compiler bug :-) Cheers, - David Turner - The FreeType Project (www.freetype.org)

Re: [ft] FreeType 2.2 tagged in CVS Repository

2006-04-03 Thread David Turner
the tag for minor enhancements before the release. Let's declare that we'll do that in three days. Until then, let's get sure that anyone that uses it to retrieve the sources doesn't get anything that doesn't work. Regards, - David Turner - The FreeType Project (www.freetype.org) Werner

Re: [ft-devel] performance on FreeType actions

2006-04-03 Thread David Turner
- does it read from disk? Yes 3) FT_Init_FreeType - is it heavy (this is done in the ImageMagick library for each rendering)? Not heavy performance wise, but allocates memory. The biggest performance issues will be with FT_New_Face and FT_Load_Glyph Hope this helps, - David Turner

Re: [ft-devel] multithreading and 64 bits

2006-04-03 Thread David Turner
sytem configuration? Yes, let us know if you encounter problems, they should not happen Hope this helps, - David Turner - The FreeType Project (www.freetype.org) Cline PILLET Ingnieur RD Dpartement PrinterWorkflow TagG-Informatique ZI Praz Bon 73410 ALBENS FRANCE

[ft-cvs] freetype2/include/freetype ftcache.h

2006-04-01 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/04/01 09:14:12 Modified files: include/freetype: ftcache.h Log message: updating cache documentation CVSWeb URLs: http://cvs.savannah.gnu.org

[ft-cvs] freetype2 ./ChangeLog docs/CHANGES

2006-04-01 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/04/01 16:22:06 Modified files: . : ChangeLog docs : CHANGES Log message: updating documentation CVSWeb URLs

[ft-cvs] freetype2 ./ChangeLog include/freetype/config/f...

2006-04-01 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/04/01 16:11:53 Modified files: . : ChangeLog include/freetype/config: ftheader.h Log message: * include/freetype/ftcache.h

Re: [ft-devel] ft 2.2RC4 VS2003 patch

2006-04-01 Thread David Turner
Hello yi luo, thanks for your patch. The corresponding changes have already been updated in the CVS, as well as the .dsp project file which includes all sources now (some of them were missing, causing link errors when using certain features) Regards, - David Turner - The FreeType Project

[ft-cvs] freetype2 ./ChangeLog src/sfnt/ttkern.c

2006-03-27 Thread David Turner
CVSROOT:/sources/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/03/27 20:10:26 Modified files: . : ChangeLog src/sfnt : ttkern.c Log message: * src/sfnt/ttkern.c

Re: [ft-devel] FT_SubGlyphRec in FreeType 2.2 - Amanith

2006-03-24 Thread David Turner
function yesterday night, it's in the CVS. You'll find the corresponding freetype.h snippet below. Note that I only exposed the FT_SUBGLYPH_FLAG_XXX macros, the structure itself is still internal, which gives us room for changes in the future. Hope this helps, - David Turner - The FreeType Project

[ft-cvs] freetype2 ./ChangeLog builds/unix/install.mk

2006-03-20 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/03/20 12:13:14 Modified files: . : ChangeLog builds/unix: install.mk Log message: * builds/unix/install.mk

Re: [ft-devel] Re: [ft-cvs] freetype2 ./ChangeLog docs/CHANGES src/autofit/...

2006-03-20 Thread David Turner
Hi Werner, Werner LEMBERG a écrit : ft2demos no longer compiles -- it uses the cache manager... It does now, you caught the code before I commited the changes to ft2demos as well :-) BTW, we have this line in ftcache.h typedef struct FTC_ManagerRec_* FTC_Manager; but no FTC_ManagerRec

[ft-devel] Fourth Release candidate for 2.2

2006-03-10 Thread david turner
Hello, this one fixes rounding issues for global and glyph metrics. Please test: http://turnerdavid.neuf.fr/freetype/freetype-2.2rc4.tar.bz2 or CVS with tag VER-2-2-0-RC4 Regards, - David *** Information

Re: [ft-devel] porting freetype to Texas DSP C55x

2006-03-09 Thread david turner
described previously. There are great chances that you're essentially trashing your memory manager's internal data structures. Hope this helps, - David Turner - The FreeType Project (www.freetype.org) == FT_CALLBACK_DEF( void* ) ft_alloc

Re: [ft-devel] Third Release candidate for FT 2.2 available

2006-03-07 Thread David Turner
by printing it through FireFox, just before having to send it to its recipient. Oh the rage !!! But this is now fixed. Regards, - David Turner - The FreeType Project (www.freetype.org) Steve Langasek a écrit : On Mon, Mar 06, 2006 at 01:05:03PM +0100, david turner wrote: Hi Steve

[ft-cvs] freetype2 ./ChangeLog src/base/ftobjs.c

2006-02-26 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/26 07:57:45 Modified files: . : ChangeLog src/base : ftobjs.c Log message: * src/base/ftobjs.c

[ft-cvs] freetype2 ./ChangeLog include/freetype/config/f...

2006-02-25 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/25 12:49:40 Modified files: . : ChangeLog include/freetype/config: ftoption.h src/autofit: afcjk.c src/base

[ft-cvs] freetype2 ./ChangeLog builds/unix/ftsystem.c in...

2006-02-25 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/25 14:53:02 Modified files: . : ChangeLog builds/unix: ftsystem.c include/freetype/config: ftheader.h

Re: [ft-devel] compiling FreeType with C++

2006-02-25 Thread David Turner
Hi Behdad, funny, I've received your e-mail from the mailing lists seconds after committing the same fixes :-). Your patch is deeper though, because it also involves the -Wmissing-prototypes warnings. I'll apply it manually to get rid of these as well. Thanks, - David Turner - The FreeType

[ft-cvs] freetype2/include/freetype/internal/services sv...

2006-02-24 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/22 12:55:04 Added files: include/freetype/internal/services: svtteng.h Log message: adding missing file CVSWeb URLs: http

[ft-cvs] freetype2 ./ChangeLog src/bdf/bdflib.c

2006-02-24 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/23 12:37:18 Modified files: . : ChangeLog src/bdf: bdflib.c Log message: * src/bdf/bdflib.c: fixed a bug

[ft-cvs] freetype2 ./ChangeLog src/bdf/bdflib.c

2006-02-24 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/23 12:40:14 Modified files: . : ChangeLog src/bdf: bdflib.c Log message: * src/bdf/bdflib.c: fixed a problem

[ft-cvs] freetype2/src/cache ftccmap.c

2006-02-24 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/23 22:57:31 Modified files: src/cache : ftccmap.c Log message: additionnal backwards-compatibility hacks CVSWeb URLs: http

[ft] First FreeType 2.2.0 release candidate available

2006-02-24 Thread David Turner
. Fortunately, these are rather rare, and we provide some patches for most of them at the following address: http://www.freetype.org/freetype2/patches/rogue-patches.html Best Regards, - David Turner - The FreeType Project (www.freetype.org

[ft] Third Release candidate for FT 2.2 available

2006-02-24 Thread david turner
as soon as possible. Regards, - David Turner - The FreeType Project (www.freetype.org) PS: Current list of supported distributions RHEL 4 Mandrake 9.2 Ubuntu 5.04 Ubuntu 5.10 Debian Sarge (3.1r1) *** Information

[ft-devel] Second 2.2 release candidate available (works on Sarge)

2006-02-24 Thread david turner
cvs -d :pserver:[EMAIL PROTECTED]:/sources/freetype co -r VER-2-2-0-RC2 freetype2 cd freetype2 sh autogen.sh As usual, I'm interested in reports of success/failures for various systems, addressed to this mailing list. Regards, - David Turner - The FreeType Project (www.freetype.org) PS

Re: [ft-devel] compile problem: freetype/internal/services/svtteng.h: No such file or directory

2006-02-24 Thread David Turner
Yes, and this is fixed now, Sorry, - David Behdad Esfahbod a écrit : Hi David, Trying to compile CVS, I get the following: In file included from /home/behdad/src/sv/freetype/freetype2/src/base/ftbase.c:30: /home/behdad/src/sv/freetype/freetype2/src/base/ftobjs.c:37:38: error:

[ft-devel] Third Release candidate for FT 2.2 available

2006-02-24 Thread david turner
as soon as possible. Regards, - David Turner - The FreeType Project (www.freetype.org) PS: Current list of supported distributions RHEL 4 Mandrake 9.2 Ubuntu 5.04 Ubuntu 5.10 Debian Sarge (3.1r1) *** Information

[ft-cvs] freetype2 ./ChangeLog include/freetype/config/f...

2006-02-22 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/21 22:36:23 Modified files: . : ChangeLog include/freetype/config: ftoption.h include/freetype: ftmodapi.h

[ft-cvs] freetype2/src/sfnt ttmtx.c

2006-02-21 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/21 17:10:27 Modified files: src/sfnt : ttmtx.c Log message: fixed compiler warning CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

Re: [ft-devel] OTB support broken

2006-02-21 Thread david turner
Oops, that was my fault, I've commited a fix - David Werner LEMBERG a écrit : The attached font isn't displayed correctly with ftview from the CVS (using devel/ftoption.h). Werner

[ft-devel] First FreeType 2.2.0 release candidate available

2006-02-21 Thread David Turner
. Fortunately, these are rather rare, and we provide some patches for most of them at the following address: http://www.freetype.org/freetype2/patches/rogue-patches.html Best Regards, - David Turner - The FreeType Project (www.freetype.org

Re: [ft-devel] Re: [ft-cvs] freetype2 ./ChangeLog builds/amiga/src/base/fts...

2006-02-20 Thread david turner
Hello Chia-I, To me, `sfnt_interface' in sfdirver.c is made way too horrible only to have certain degree of ABI compatibility with the target release, i.e. 2.1.7. This does not help distribution maintainers at all. If we do not target any previous release, but instead, try to please certain

Re: [ft-devel] Re: Progress towards binary backwards compatibility

2006-02-20 Thread david turner
Steve Langasek a écrit : Ok. I don't suppose you have any sort of ETA for a release that includes this ABI compatibility? I understand the desire to avoid an ABI transition, but from my POV the delays in settling on a final ABI are much more problematic than the details of what that ABI would

Re: [ft-devel] Re: Progress towards binary backwards compatibility

2006-02-20 Thread David Turner
Steve Langasek a écrit : Hi David, On Fri, Feb 17, 2006 at 09:54:14AM -0500, david turner wrote: I've also discovered that Debian Woody uses 2.0.9, while Sarge uses 2.1.2. Uh, that's not the case, FWIW. Woody does use 2.0.9, but Sarge uses 2.1.7. Thanks steve, this certainly

Re: [ft-devel] Re: [ft-cvs] freetype2 ./ChangeLog builds/amiga/src/base/fts...

2006-02-20 Thread David Turner
Hi Chia-Wu, Chia-I Wu a crit: On Sun, Feb 19, 2006 at 05:26:14PM +0100, Werner LEMBERG wrote: When FT_OPTIMIZE_MEMORY is defined, `long_metrics' is always NULL while `number_Of_HMetrics' is usually non-zero. This crashes libXfont and thus xorg. The only fix I come up

[ft-cvs] freetype2 ./ChangeLog builds/unix/unix-cc.in in...

2006-02-17 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/17 17:23:13 Modified files: . : ChangeLog builds/unix: unix-cc.in include/freetype: ftcache.h src/cache

[ft-devel] Progress towards binary backwards compatibility

2006-02-17 Thread david turner
Hello everyone, I commited yesterday night a massive patch to the current CVS in order to respect the layout of internal objects of FreeType 2.1.7. Note that the current code is not ready for release yet, we need to change the build system to export the FT_BASE functions again, and there are

Re: [ft-devel] On the impact of installing the next FreeType release on a typical Unix distribution

2006-02-16 Thread david turner
if you could find a way to embedded the FreeType functionality within the FontForge sources directly, instead on relying on something so fragile. Please understand that we don't want to maintain _that_ level of backwards compatibility. Regards, - David Turner - The FreeType Project

[ft-devel] On the impact of installing the next FreeType release on a typical Unix distribution

2006-02-15 Thread david turner
installations. Preferabbly ones with old releases of fontconfig/libXft/Pango/Qt/etc... - release something stable as early as possible. Any comments ? - David Turner - The FreeType Project (www.freetype.org

[ft-devel] internal differences between 2.1.10 and current CVS

2006-02-15 Thread david turner
Hello again, following my recent message regarding internals and the safe installation of the next FreeType release, I've performed the big diff to see what should be taken care of. See the details at the end of this message. It seems that this is going to be rather easy, except for the

Re: [ft-devel] On the impact of installing the next FreeType release on a typical Unix distribution

2006-02-15 Thread david turner
Ilya Konstantinov a écrit : but there are still cases where a program obtains a FT_Face object through libfreetype7, then call an internal function in libfreetype6, You're talking about libraries which accept/offer FreeType structures in their public APIs, e.g. (just an example -- I

Re: [ft-devel] On the impact of installing the next FreeType release on a typical Unix distribution

2006-02-15 Thread David Turner
upgrades their programs adequately. After that, we'll probably disable them by default, but provide a --enable-old-internals configure option, just in case. in other words, the hacks are going to stay in the sources for a very long time :-) - David Turner - The FreeType Project (www.freetype.org

Re: [ft-devel] How can I do to make the font a little thin?

2006-02-13 Thread david turner
this helps, - David Turner - The FreeType Project (www.freetype.org) Werner ___ Freetype-devel mailing list Freetype-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype-devel

Re: [ft-devel] porting freetype to Texas DSP C55x

2006-02-13 Thread david turner
_Memory object   either statically, or with the TI functions as well. Hope this helps, - David Turner - The FreeType Project  (www.freetype.org)   Tanks in advance  Peter ___ Freetype-devel mailing list Freetype-devel@nongnu.org http:

Re: [ft-devel] More crashes on ARM

2006-01-30 Thread david turner
Frank Meerkoetter a écrit : Quoting david turner [EMAIL PROTECTED]: Hello, the cmap-clazz value is definitely wrong, and there is no way the charmap was built with it. In other words, the field has been rewritten after creation of the charmap !! Can you re-run the program but set a watch

Re: [ft-devel] More crashes on ARM

2006-01-30 Thread david turner
a écrit : Quoting david turner [EMAIL PROTECTED]: Hi, Can you put a watchpoint on the cmap's clazz field to detect where it is over-written ? Really, it should give us meaningful information. I'm not sure if i understand correctly what you wan't me to do. The crash happens directly after cmap

Re: [ft-devel] More crashes on ARM

2006-01-30 Thread david turner
Hello Frank, Frank Meerkoetter a écrit : Hi, (gdb) frame 1 #1 0x409eb304 in FT_Get_Next_Char (face=0x4bb90, charcode=0, agindex=0xbefff738) at ftobjs.c:2436 2436 gindex = cmap-clazz-char_next( cmap, code ); (gdb) l 2431{ 2432 FT_UInt32 code =

[ft-cvs] freetype2 ./ChangeLog builds/unix/install.mk

2006-01-28 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/01/27 16:42:32 Modified files: . : ChangeLog builds/unix: install.mk Log message: * builds/unix/configure.ac: fixed

Re: [ft-devel] More crashes on ARM

2006-01-28 Thread David Turner
, this should fix the problem Hope this helps, - David Turner - The FreeType Project (www.freetype.org) Frank Meerkoetter a écrit : Hi, i'm encountering other problems than allready reported with freetype on ARM. A segfault happens in this function: FT_CALLBACK_DEF( FT_Error

Re: [ft-devel] internal.h

2006-01-27 Thread david turner
Werner LEMBERG a crit: I've just commited a much simpler fix: - we define FT2_BUILD_LIBRARY when compiling the library - config/ftheader.h only includes the internals when FT2_BUILD_LIBRARY is defined. This was my first idea too, but I don't think this is the

Re: [ft-devel] patch requested for freetype2/internal header usage (using font_bbox)

2006-01-24 Thread david turner
be compatible with any release of FT2. Hope this helps, - David Turner - The FreeType Project (www.freetype.org) PS: It's sort of funny to see that the original developer went to great lengths (peeking within the library internals) to get the values it needed, without being able to use

Re: [ft-devel] patch requested for freetype2/internal header usage (using font_bbox)

2006-01-24 Thread David Turner
Drew Parsons a écrit : OK. In that case you mean the 65536 needs to removed from the other 3 coords. That is I want: else { fprintf(out, /FontBBox [%ld %ld %ld %ld] def\n, ti-ttface-bbox-xMin, ti-ttface-bbox-yMin, ti-ttface-bbox-xMax,

[ft-devel] Re: [ft] Optimizing FT_Init_FreeType

2006-01-24 Thread David Turner
modules to support only the TrueType format ? I doubt that A/ would be interesting. As for B/, you'll need to change your freetype/config/ftmodule.h to match the modules you want to include. Look at INSTALL.ANY in the docs folder. Regards, - David Turner - The FreeType Project (www.freetype.org

Re: [ft-devel] web page for the forthcoming 2.2.0 release

2006-01-23 Thread david turner
; that is, unless you use a super-duper parameter like --please-destroy-my-desktop that only the cautious will care to use. Any comments ? - David Turner - The FreeType Project (www.freetype.org) Werner ___ Freetype-devel mailing list Freetype-devel

Re: [ft-devel] patch requested for freetype2/internal header usage (using font_bbox)

2006-01-23 Thread david turner
this information useful. Please let us know of any change or patch you'd be able to provide, we'd be happy to add it to our list. Regards, - David Turner - The FreeType Project (www.freetype.org) Drew Parsons a écrit : Dear FreeType developers, I am involved with Xprint, an X11 extension

[ft-cvs] freetype2 ./ChangeLog src/sfnt/ttsbit0.c

2006-01-19 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/01/19 13:10:49 Modified files: . : ChangeLog src/sfnt : ttsbit0.c Log message: * src/sfnt/ttsbit0.c

Re: [ft-devel] when does the next version of freetype release?

2006-01-18 Thread david turner
Chia-I Wu a crit: On Tue, Jan 17, 2006 at 06:22:45PM +0100, Werner LEMBERG wrote: I want to know when does the next version (ver 2.2.0?) of freetype release? Hopefully within a month or so. Will it be released with FT_OPTIMIZE_MEMORY defined?

Re: [ft] Creating an [OT]TF font from BDF font

2005-12-14 Thread David Turner
rst array. The first array item would have ppem == 0 to indicate "global" values, instead of size-specific ones. - I don't understand completely the difference between atoms and non-property strings. Aren't these the same things ? Why distinguish them then ? Hope this helps, - David

Re: [ft-devel] current cvs on suse 10

2005-11-21 Thread David Turner
for the Pango patch, and something similar can be back-ported to Qt 3 as well. Unfortunately, I don't have the time to do that myself :-( Regards, - David Turner - The FreeType Project (www.freetype.org) Regards, ismail ___ Freetype-devel mailing

Re: [ft-devel] Freetype CVS fontconfig

2005-11-15 Thread David Turner
Hello, FT_Free was *never* public. You should upgrade your fontconfig to a more recent version, since it must include the necessary patch to get rid of all FT2 internals dependencies. Regards, - David Turner - The FreeType Project (www.freetype.org) Ismail Donmez a écrit : Hi all, After

Re: [ft-devel] About customization of freetype for BDF

2005-10-15 Thread David Turner
better try PCF or WinFNT instead if all you need is a bitmap font format. It will be much much lighter for your CPU and RAM. Regards, - David Turner - The FreeType Project (www.freetype.org) ___ Freetype-devel mailing list Freetype-devel

[ft-cvs] freetype2 ./ChangeLog ./Jamfile src/base/ftbitm...

2005-06-30 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]05/06/30 11:46:46 Modified files: . : ChangeLog Jamfile src/base : ftbitmap.c src/otvalid: otvcommn.h otvgdef.c

[ft-cvs] ft2demos/src Jamfile

2005-06-30 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:ft2demos Branch: Changes by: David Turner [EMAIL PROTECTED]05/06/30 12:11:53 Modified files: src: Jamfile Log message: fixing typo CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/freetype

Re: [ft-devel] consistency of ftoutln.c and ftbitmap.c

2005-05-17 Thread David Turner
. Will this break anything? Yes, modifying a public structure that can be allocated by the user generally means breaking any application that uses the library. Do NOT do this. - David Turner - The FreeType Project (www.freetype.org) ___ Freetype-devel mailing list

<    1   2   3   4