Re: [ft] Setting up freetype for an embedded cross compiled system

2011-09-01 Thread mpsuzuki
de freetype/config/ftheader.h. Have you red and followed the instructions in docs/CUSTOMIZE section 3 "Redefiniting FT_CONFIG_OPTIONS_H and FT_CONFIG_MODULES_H". Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org https://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] Static lib for Xcode

2011-06-12 Thread mpsuzuki
Saturday, June 11, 2011 4:18 AM >> To: freetype@nongnu.org >> Subject: Re: [ft] Static lib for Xcode >> >> Just I've uploaded freetype-2.4.3, 2.4.4 >> arm binaries without debug/trace features, >> and freetype-2.4.4 debug binaries at: >> https://sour

Re: [ft] Static lib for Xcode

2011-06-10 Thread mpsuzuki
>Sent: Friday, June 10, 2011 8:08 PM >>To: freetype@nongnu.org >>Subject: Re: [ft] Static lib for Xcode >> >>Hi, >> >>Could you post what difficulties you got to build >>FreeType2 for iOS? Such info would be appreciated >>for the improvement of docu

Re: [ft] Static lib for Xcode

2011-06-10 Thread mpsuzuki
the improvement of documentation or configure >script in future release. > >Also I have no access to earlier iOS SDKs (rather, >SDKs for iPhone OS ver 2.x). I'm not sure if its >NDA prohibiting the public discussion about it >is still valid, but if anybody got trouble and >is sur

Re: [ft] Static lib for Xcode

2011-06-10 Thread mpsuzuki
iting the public discussion about it is still valid, but if anybody got trouble and is sure that you can tell it, please let me know. I will try to improve. Regards, mpsuzuki On Fri, 10 Jun 2011 17:38:46 -0700 Josh Klint wrote: >I am trying to locate a compiled static lib of free type 2.4.3

Re: [ft] Building freetype as a kernel module

2011-05-26 Thread mpsuzuki
, mpsuzuki On Thu, 26 May 2011 15:40:06 +0800 Vinayak SWARUP wrote: >Is there any possibility to build freetype as a linux kernel module? >I see some user level library references like string.h which we do not have at >the kernel level. > >Thanks &

Re: [ft] FW: Getting the charcode Value when the Glyph ID is known

2011-05-04 Thread mpsuzuki
On Wed, 4 May 2011 14:17:20 + "Balraj Balakrishnan, Integra-PDY, IN" wrote: > We have successfully extracted the character as an image using > one of the samples (example2.cpp) provided in the Freetype site. > But after extraction there is no difference between (comma & > r

Re: [ft] FW: Getting the charcode Value when the Glyph ID is known

2011-05-04 Thread mpsuzuki
On Mon, 2 May 2011 09:19:37 + "Balraj Balakrishnan, Integra-PDY, IN" wrote: >As am new to freetype and all these font stuffs, I couldn't rather >frame my requirement in a right manner. I shall be making an another >attempt to bring about much more clarity in what I really want from >freetype:

Re: [ft] FW: Getting the charcode Value when the Glyph ID is known

2011-04-29 Thread mpsuzuki
d < face->num_glyphs; gid ++ ) { /* blah blah blah */ } is very popular in various softwares using FT2. Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org https://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] Conditionalize Bzip2-compressed font support for inflexible dynamic linker platforms

2011-04-18 Thread mpsuzuki
27;t have this version) Mac OS X 10.3: bzip2, libbz2.a Mac OS X 10.4: bzip2, libbz2.dylib (no archive library) Mac OS X 10.5: bzip2, libbz2.dylib (no archive library) So the developers should be careful when they use back- compatible SDK. But libbz2.a bundled to Mac OS X 10.3 can be linked in

Re: [ft] Do FreeType support "FontLink" which is in MS Windows?

2011-03-24 Thread mpsuzuki
includes a codepoint. However, fontconfig library does not have a feature to replace FontLink completely. Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] repeated file access by SBit cache for blank character

2011-03-09 Thread mpsuzuki
have sufficient time to start at once, please wait for a month. I'm quite sorry. Regards, mpsuzuki On Wed, 09 Mar 2011 09:34:43 +0100 Ingmar Frank wrote: >Hello everybody, > >we've noticed repeated file access by the small bitmap cache when >looking up the blank character (cod

Re: [ft]Some problem about FTC_Cache_RemoveFaceID

2011-02-20 Thread mpsuzuki
patch was my first excersize for that, I should write more cache-centric program... Regards, mpsuzuki diff --git a/src/cache/ftccache.c b/src/cache/ftccache.c index 865fbb7..f01c403 100644 --- a/src/cache/ftccache.c +++ b/src/cache/ftccache.c @@ -574,7 +574,7 @@ FTC_Node frees = NU

Re: [ft] Re: Fw: Compile Error use arm-linux-gcc3.4.1

2011-01-15 Thread mpsuzuki
ction, and the codesize would be worse... Should I insert some ifdef to enable original 3-operands syntax for the platform with THUMB? Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

[ft] Re: Fw: Compile Error use arm-linux-gcc3.4.1

2011-01-15 Thread mpsuzuki
t;smull %1, %2, %4, %3\n\t" /* (lo=%1,hi=%2) = a*b */ + "mov%0, %2, asr #31\n\t" /* %0 = (hi >> 31) */ + "add%0, %0, #0x8000\n\t" /* %0 += 0x8000 */ + "adds %1, %1, %0\n\t" /* %1 += %0 */ + &quo

Re: [ft] freetype on small embedded device

2010-12-29 Thread mpsuzuki
so you want to establish SVG rasterizer on your system? Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] Glyph issue in freetype 2.3.10

2010-11-29 Thread mpsuzuki
essages, to trace its Indic shaper behaviour. Maybe using "pango-view" is sufficient to check the shaper's behaviour. Regards, mpsuzuki >On Fri, Nov 26, 2010 at 5:05 PM, wrote: >> Hi, >> >> On Fri, 26 Nov 2010 16:49:27 +0530 >> Manoj Kumar Bhatta wr

Re: [ft] Glyph issue in freetype 2.3.10

2010-11-26 Thread mpsuzuki
xt layout, it invokes FreeType2 to translate from Unicode to glyph index, and load a glyph data by glyph index. If these 2 functionalities are broken, I guess, the component glyphs would be wrong already (not contextual layout error). If you can make some

Re: [ft] FreeType 2.4.3 DLL

2010-11-05 Thread mpsuzuki
d I don't know if it works with your (or any other) application. All I did was just cross compilation. Regards, mpsuzuki On Fri, 5 Nov 2010 09:54:06 - "Tom Sanham" wrote: >Hello > >I am looking for a built Win32 dll of FreeType V2.4.3. I can pay 50 USD via >PayP

[ft] UVS support in freetype-2.4.x is broken under legacy-compatible configuration

2010-11-04 Thread mpsuzuki
ug was introduced) is available from savannah bugzilla: https://savannah.nongnu.org/bugs/index.php?31545 Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] freetype2 and Win64

2010-10-24 Thread mpsuzuki
kept with the clients linked to forcibly-built LLP64 libfreetype. Unfortunately, still I have no access with Win64 environment, so please test. Regards, mpsuzuki P.S. gcc -Wconversion finds many more problems, but most of them are not specific to LLP64. I classify them as future issues, I'm sorry.

Re: [ft] Is freetype the right program for a small embedded printing system?

2010-10-24 Thread mpsuzuki
rinter's ROM? If stored in the printer, the font format is TrueType? Even if it is in TrueType format, I guess, you are interested in bitmap part only. Your printer have to make bitmap image from outline data? Regards, mpsuzuki ___ Freetype ma

hashing macros in ftcache.h (Re: [ft] freetype2 and Win64)

2010-10-11 Thread mpsuzuki
ients, I think the macros are not required in public header files, so I propose to enclose them by FT_CONFIG_OPTION_OLD_INTERNALS. Regards, mpsuzuki * 2001-10-26 cd605b63022ae135008ce06f0b266cee7b7985e0 Big change of

Re: [ft] freetype2 and Win64

2010-10-08 Thread mpsuzuki
I'm quite sorry for my long long silence. A) bdflib.c commit 704f4d75cdfae502cc0b70e3413c26ad996b1ac2 Author: suzuki toshiya Date: Sun Sep 13 00:50:14 2009 +0900 [BDF] Modify hash API to take size_t value instead of void *. B) t1decode.c & cffgload.c commit 0729bc9f5223aeefa6d0bf8573a2b

Re: [ft] Own stream implementation

2010-09-22 Thread mpsuzuki
object. # When I worked for "partial stream" 2 years ago, # I referred gzip/lzw streams. Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] 'unpatented' hinting and TrueType engine type

2010-09-17 Thread mpsuzuki
Hi, Excuse me, could you post some pictures/screenshots comparing the expected older result & unexpected newer result? Regards, mpsuzuki On Fri, 17 Sep 2010 09:19:18 +0400 Ineiev wrote: >Hello, > >Recently I noticed a change in default FreeType rendering >of one of the fonts I

Re: [ft] setjmp/longjmp

2010-08-30 Thread mpsuzuki
Hi, I think FreeType2 maintainers are aware of the complains against setjmp/longjmp. If there is a patch which can remove setjmp/longjmp without losing any existing feature, it will be welcomed. Regards, mpsuzuki On Mon, 30 Aug 2010 15:51:13 +0200 >Hi everybody. > >I am working in a

Re: [ft] FreeType 2.4.1 has been released

2010-08-06 Thread mpsuzuki
nserted after all CFF operations, aslike existing stack checking for CFF numerical objects. Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] FreeType Font information Removal

2010-05-26 Thread mpsuzuki
FreeType is a renderer of font, it does not generate a font file. ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] Using Unicode with FreeType?

2010-05-15 Thread mpsuzuki
t object named "Arial" including many many glyphs that cannot be found in "arial.ttf". So don't think the name of "font" in the font menu of Windows application is the name of font "file". It's a name of the font object synthesized by Microsoft Window

Re: [ft] configuring freetype for only truetype support

2010-02-25 Thread mpsuzuki
ext step, I will have to describe how to enable & disable gzip, lzw, cache modules. Also it would be possible to write some cpp macros to make the compilation abort if essential dependency is not satisfied. Regards, mpsuzuki /* * This

Re: [ft] configuring freetype for only truetype support

2010-02-25 Thread mpsuzuki
lass, ft_smooth_lcd_renderer_class ) FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcdv_renderer_class ) and find the minimum group fitting your purpose. Keep it in your mind that current Windows bundles some PostScript or CFF OpenType, so "only support truetype"

Re: [ft] Why it dont recognize FT_Init_FreeType?

2010-02-22 Thread mpsuzuki
On Tue, 23 Feb 2010 08:52:25 +0200 a...@freemail.gr wrote: >Why it dont recognize FT_Init_FreeType? Need somthing? You didn't show the project file (or Makefile) for your console program, so only I can do is guessing: have you added any instructions to link libfreetype? Regards,

Re: [ft] How should I cut off FreeType2 ?

2010-02-19 Thread mpsuzuki
Hi, I'm not sure about the coverage of "Ture Type Font functions" you assume, but you can disable the unwanted features listed in modules.cfg. Please find docs/CUSTOMIZE. Regards, mpsuzuki On Fri, 19 Feb 2010 18:08:27 +0800 "Richard" wrote: >I want a Lib includ

Re: [ft] help

2010-02-09 Thread mpsuzuki
or subpixel rendered RGB image) to YUV format is not the task of FreeType2. Please search appropriate graphic format conversion libraries. If you google "RGB to YUV", you will find the mathematical formula to convert RGB pixel data to YUV format. Regards, mpsuzuki __

Re: [freetype] Re-2: [ft] Different Values from Freetype Face

2010-01-29 Thread mpsuzuki
t is not urgent, so you can revert my patch if you find any problem. Regards, mpsuzuki diff --git a/src/ftdump.c b/src/ftdump.c index 840af91..46065c8 100644 --- a/src/ftdump.c +++ b/src/ftdump.c @@ -664,7 +664,24 @@ for ( i = 0; i < num_faces; i++ ) { +#ifdef IGNO

Re: [ft] Different Values from Freetype Face

2010-01-27 Thread mpsuzuki
sion about it. It is not for 2.3.12 release. Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] Different Values from Freetype Face

2010-01-14 Thread mpsuzuki
2-c) Use environmental variable to enable/disable preferred family names. Please give me your comments which is the appropriate way. Regards, mpsuzuki P.S. Following is my experimental patch to implement 2-a & 2-b. 2-a) Add `FT_PARAM_TAG_IGNORE_PREFERRED_FAMILY' and `FT_PA

Re: [ft] Different Values from Freetype Face

2010-01-07 Thread mpsuzuki
sion string [Macintosh]: "Version 2.35" PostScript name [Macintosh]: "Arial-Black" ... Regards, mpsuzuki On Thu, 7 Jan 2010 10:56:25 + "Andreas Heinrich" wrote: >I'm used an older (2003) Freetype Version until now. >Because of Unicode

Re: [ft] Freetype cross compiling for ARM boards

2009-11-19 Thread mpsuzuki
? = 1 >configure:2581: result: >configure: failed program was: ... According to the log, I guess your cross gcc could be installed incorrectly. Could you build any executable (e.g. so-called "Hello World") by arm-none-linux-gnuebi-gcc? Could you build oth

Re: [ft] Error while Installing FreeType-2.3.11 under ScratchBox.

2009-10-26 Thread mpsuzuki
cy. I don't know what kind of errors occur when it's combined with freetype-2.3.x, but I think nobody will work to solve it. I restrict my scope to latest versions of Pango and FT2. Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org h

Re: [ft] Error while Installing FreeType-2.3.11 under ScratchBox.

2009-10-25 Thread mpsuzuki
n if you're using pango-1.26.0 and get the errors about missing FT2 internal headers. Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] Error while Installing FreeType-2.3.11 under ScratchBox.

2009-10-25 Thread mpsuzuki
Excuse me, does pango-1.26.0 include "ftxopen.c" that the file you got an error in your first post? On Sun, 25 Oct 2009 21:48:28 -0700 (PDT) "K.B." wrote: >I am using Pango-1.26.0 which is latest and FreeType-2.3.11 which is also >latest. >So it should not create problems but i am still getti

Re: [ft] Error while Installing FreeType-2.3.11 under ScratchBox.

2009-10-23 Thread mpsuzuki
I guess. Considering such helpless situation in 2009, I recommend you to reconsider to migrate to newer Pango. Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] Re: freetype-2.3.10 regression: font breakage, xine fails

2009-10-10 Thread mpsuzuki
Dear Werner, Thanks very much for spending your time in this weekend! Regards, mpsuzuki On Sat, 10 Oct 2009 21:04:40 +0200 (CEST) Werner LEMBERG wrote: >> The impact of my breaking in PCF driver is wide, so, I'm sorry, I >> want you to consider the next release of fixed ve

Re: [ft] Re: freetype-2.3.10 regression: font breakage, xine fails

2009-10-10 Thread mpsuzuki
Also I've checked BDF driver that has similar structure, there was no modification of me like such wrong truncation. The impact of my breaking in PCF driver is wide, so, I'm sorry, I want you to consider the next release of fixed version, 2.3.10a or 2.3.11. Regards, mpsuzuki P.S. I m

[ft] Re: freetype-2.3.10 regression: font breakage, xine fails

2009-10-10 Thread mpsuzuki
Dear Peter, Thank you for report. Just 5 min ago I received the bug report from Martin, and now I'm trying to fix. Please wait 1 hour. Regards, mpsuzuki On Sat, 10 Oct 2009 20:42:12 +0400 Peter Volkov wrote: >Hi. After bumping freetype-2.3.10 we've received bug report >http:/

Re: [ft] freetype 2.3.9 and recent security warnings?

2009-10-07 Thread mpsuzuki
ome longest list of FreeType security issues? Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] freetype2 and Win64

2009-09-12 Thread mpsuzuki
). By this fix, there is a different support level of BDF between LP64 and LLP64 systems: LP64 system can load 64-bit size BDF (I've never tried), but LLP64 system cannot. I think it's not critical issue, because ILP32 cannot load such from the beginning. And, the BDF greater than 2GB is

Re: [ft] freetype2 and Win64

2009-09-10 Thread mpsuzuki
Hi, On Mon, 7 Sep 2009 13:02:28 +0900 mpsuz...@hiroshima-u.ac.jp wrote: >There are 3 groups of the problem. > >A) bdflib.c >B) t1decode.c & cffgload.c >C) ftcbasic.c & ftccmap.c Just I've fixed B) in git. Soon A) will

Re: [ft] freetype2 and Win64

2009-09-06 Thread mpsuzuki
lue conflict. I guess Win64 is the first LLP64 platform that FreeType2 runs on, maybe we can insert some change if it won't break the compatibilities of non-LLP64 systems. I checked if how many FT2 client softwares use FTC_FACE_ID_HASH() macro by google, but I could not find. Fixing this (pos

Re: [ft] help with mac build

2009-09-03 Thread mpsuzuki
o C compiler flag, when you compile FreeType2. This prevent to build Mac-specific features, so ATSFontGetFileReference() won't be referred. I hope you could solve the problem. Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] freetype2 and Win64

2009-09-02 Thread mpsuzuki
Thank you for info. It seems that now precompiled binaries of mingw-w64 for 32-bit Linux platform are not provided (the last binaries are released on 2009-06-04). I will compile the toolchain from source package, please wait one week or so. Regards, mpsuzuki On Wed, 2 Sep 2009 22:29:55 -0400

Re: [ft-devel] Re: [ft] Re: Few typefaces are not loading

2009-09-02 Thread mpsuzuki
out Unicode cmap. >If it is not a great thing to find the charmap and set that , please >post the solution As I written in above, it would be great work. Regards, mpsuzuki >Dmitry Timoshkov wrote: >> "Noorul Sahabudeen" wrote: >> >>>For few fonts like &

Re: [ft] freetype2 and Win64

2009-09-02 Thread mpsuzuki
OS X, but never worked for Win64. Regards, mpsuzuki On Wed, 2 Sep 2009 18:27:22 -0400 NightStrike wrote: >While compiling freetype2 for Win64 to meet a VLC dependency, I >encounter these warnings: > >configure: WARNING: unrecognized options: --enable-msw, >--disable-dependency

Re: [ft] Re: Few typefaces are not loading

2009-08-27 Thread mpsuzuki
FreeType2 supports TTC format either. Please execute ftdump to the font file and report the result. Regards, mpsuzuki On Fri, 28 Aug 2009 09:48:53 +0530 Noorul Sahabudeen wrote: >I am really sorry. I thought, as Cambria is designed by Microsoft it >should definitely work in windows. B

Re: [ft] Re: Few typefaces are not loading

2009-08-27 Thread mpsuzuki
uot;Cambria Math" in it. Thanks. Is it bundled to Windows Vista? Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

[ft] Re: Few typefaces are not loading

2009-08-27 Thread mpsuzuki
ype2-demos) for the font file, what output ftdump generates? >Some fonts designed by Microsoft itself not working like Cambria I'm not sure what you mean, sorry. Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.

Re: [ft] How to find all the glyphs supported by a typeface

2009-08-26 Thread mpsuzuki
http://freetype.sourceforge.net/freetype2/docs/reference/ft2-base_interface.html#FT_Get_Next_Char Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] Fill and stroke

2009-08-19 Thread mpsuzuki
Hi, Please post sample code & pictures to illustrate the problem you have. I guess your problem might be related to the device resolution, but I'm not sure. Regards, mpsuzuki On Wed, 19 Aug 2009 12:04:31 +0200 "Cristi" wrote: >Hello, > >Is it possible with FreeTyp

Re: [ft] Slim down FreeType2

2009-08-18 Thread mpsuzuki
lex to use as a tutorial. Regards, mpsuzuki On Tue, 18 Aug 2009 21:59:43 +0200 Aya Koshigaya wrote: >Thanks, > >but.. I'd like to slim down the lib to only a few cpp and header >files, so I can include it in my project directly.. I don't want to >create a library that

Re: [ft] Slim down FreeType2

2009-08-18 Thread mpsuzuki
Please check docs/CUSTOMIZE. Editing modules.cfg would be easy. Regards, mpsuzuki On Tue, 18 Aug 2009 18:50:39 +0200 Aya Koshigaya wrote: >Hi, > >as far as I know, FreeType2 is built up in different modules, so I >could remove everything I don't need, right? >I have writ

Re: [ft] Ideographic Variation Sequence (IVS)

2009-07-23 Thread mpsuzuki
be checked explicitly. Regards, mpsuzuki On Thu, 23 Jul 2009 11:17:42 +0200 Jeroen Hoek wrote: >In 2006 the Unicode Consortium introduced the concept of Ideographic Variation >Sequences (IVS) and the Ideographic Variation Database (IVD). This system >allows font designers to includ

Re: [ft] Compiling freetype 2.3.9 with bcc fails

2009-07-14 Thread mpsuzuki
Dear Mirco, Thank you for confirming and the summary in patch. I will add a hook in "make clean" target to delete apinames.obj etc in building directory, and commit to GIT within 24 hours. I thank you again for your patient efforts! Regards, mpsuzuki On Tue, 14 Jul 2009 14:21:19 +

Re: [ft] Compiling freetype 2.3.9 with bcc fails

2009-07-14 Thread mpsuzuki
Dear Mirco, Great Thank you for finding the option to fix the issue. If you apply this patch (after my previous patch posted 5 hours before), mingw32-make will add the option /P128 automatically. Please try. Regards, mpsuzuki diff --git a/builds/compiler/bcc-dev.mk b/builds/compiler/bcc-dev.mk

Re: [ft] Compiling freetype 2.3.9 with bcc fails

2009-07-14 Thread mpsuzuki
tools are more serious about the page size issue, I should update to newer one to reproduce the trouble. Which version do you use? In the free download items of CodeGear, the products since 2007 are provided as 30-days trials. Regards, mpsuzuki __

Re: [ft] Compiling freetype 2.3.9 with bcc fails

2009-07-14 Thread mpsuzuki
fixed (if required). Is there any other problems caused by the object files in the current directory? Regards, mpsuzuki On Tue, 14 Jul 2009 11:18:01 +0200 Mirco Babin wrote: >Hi, > >I tried the following: >bcc32 -e./objs/hello.exe ./src/hello.c >CodeGear C++ 5.93 for Win32 Copyrigh

Re: [ft] Compiling freetype 2.3.9 with bcc fails

2009-07-14 Thread mpsuzuki
ot;-n" is that the >default output filename is dependent with the compilers. >Most Unix compilers generates "a.out" from "hello.c", >but bcc32 generates "hello.exe" from "hello.c" by default. >So if I use "-n" and leave the ou

Re: [ft] Compiling freetype 2.3.9 with bcc fails

2009-07-14 Thread mpsuzuki
generates "a.out" from "hello.c", but bcc32 generates "hello.exe" from "hello.c" by default. So if I use "-n" and leave the output filename for compilers' default, we don't know the output filename. Regards, mpsuzuki On Tue, 14 Jul 2009 08:4

Re: [ft] Compiling freetype 2.3.9 with bcc fails

2009-07-13 Thread mpsuzuki
Unix-like compiler options). It should be improved to set appropriate CCexe_CFLAGS etc for non-Unix compilers. I will work that, please wait. Regards, mpsuzuki On Tue, 14 Jul 2009 14:21:29 +0900 mpsuz...@hiroshima-u.ac.jp wrote: >Hi, > >Just I've installed MinGW 5.1.4 and Borland C++ 5.5 >

Re: [ft] Compiling freetype 2.3.9 with bcc fails

2009-07-13 Thread mpsuzuki
Hi, On Tue, 14 Jul 2009 07:26:51 +0200 Mirco Babin wrote: >If you can give me an adjustment for the apinames.exe, so it's a 2-phase >step, first compile, second link, I'm willing to try it. Thank you. In my case, I could build apinames.exe with bcc32 by single step, and I want to know the condit

Re: [ft] Compiling freetype 2.3.9 with bcc fails

2009-07-13 Thread mpsuzuki
rks correctly), but the quickest fix would be setting CCraw to gcc. If I couldn't provide a fix making apinames.exe built by bcc32 work correctly, I will modify bcc.mk setting CCraw to gcc. Regards, mpsuzuki On Tue, 14 Jul 2009 01:51:30 +0900 mpsuz...@hiroshima-u.ac.jp wrote: >Hi, > &

Re: [ft] Compiling freetype 2.3.9 with bcc fails

2009-07-13 Thread mpsuzuki
mpile with CTRL-C. > >Regards, >Mirco > > >2009/7/13 > >> Hi, >> >> Considering the fact that "-L./objs" does not work, >> I guess bcc32 cannot recognize "/" as valid pathname >> separator. If my guessing is right, the expected &g

Re: [ft] Compiling freetype 2.3.9 with bcc fails

2009-07-13 Thread mpsuzuki
ze value ignored" is repeated infinitly. I had >to abort the compile with CTRL-C. About this issue (endless Warning), I'm not sure if it's a bug of FT2. Ah, there should be a bug in FT2 makefiles, but make command should not cause such "invalid page size" error

Re: [ft] Compiling freetype 2.3.9 with bcc fails

2009-07-13 Thread mpsuzuki
bcc32 -Lobjs -oobjs/apinames.exe src/tools/apinames.c and it successfully finihsed - the pathname separator in your experiment was really "/", not "\"? Regards, mpsuzuki On Mon, 13 Jul 2009 08:50:59 +0200 Mirco Babin wrote: >Hi, > >Update, I manually changed t

Re: [ft] Compiling freetype 2.3.9 with bcc fails

2009-07-10 Thread mpsuzuki
Hi, Could you try following patch? It fixes: * declare the suffix ".exe" to be added to "apinames". * prepare CCexe_CFLAGS & CCexe_LDFLAGS. * put "-Lobj" to CCexe_LDFLAGS when we use bcc. Regards, mpsuzuki diff --git a/builds/win32/win32-def.mk b/build

Re: [ft] *.otf support in version 2.3.5

2009-06-12 Thread mpsuzuki
2.3.5. If it's NOT loaded, the problem is NEW bug. FT2 developers cannot fix the problem without sample font to reproduce the problem. Regards, mpsuzuki On Fri, 12 Jun 2009 20:14:55 +0530 Govind wrote: >Hi, > >I tried some *.otf files with Freetype_2.3.5 version for Bitmap Glyph

Re: [ft] Compiling 64 bit freetype on a mac?

2009-05-25 Thread mpsuzuki
built for 64bit architecture. If you build other binaries without "-arch ..." options, please check the binaries by "file" command. If they are built for 32bit architechture, building freetype for 64bit architechture is not sufficient. I wish other binaries you're going to

Re: [ft] Compiling 64 bit freetype on a mac?

2009-05-22 Thread mpsuzuki
Hi Adam, The basic infomation is written in freetype-2.x.y/doc/INSTALL.MAC. If you experienced any error messages, please attach it. Regards, mpsuzuki On Fri, 22 May 2009 15:27:43 -0600 Adam Ginsburg wrote: >Hi, I need to get 64 bit freetype installed on my mac, but I haven't >figu

Re: [ft] Vert advance on line break

2009-01-22 Thread mpsuzuki
for more intelligent layout systems. In fact, the LineGaps in hhea & OS/2 are no more than the minimum space. Some font file formats does not provide such informations at all. It would be the reason why FT2 tutorials don't describe line-to- line process. Regards, mpsuzuki

Re: [ft] ftmac.c

2009-01-20 Thread mpsuzuki
stable (in Mac OS X 10.0, dynamic loader APIs are almost same with NeXTSTEP. In later, they are deprecated and more SunOS-like interfaces are introduced). Thus, we have to drop older Mac OS X (< 10.3), or we have to be afraid of the removal of legacu dynamic loader APIs. I don&#x

Re: [ft] ftmac.c

2009-01-19 Thread mpsuzuki
c OS X. Thus, I want to remove src/base/ftmac.c. I want to provide Carbon-free implementation which keeps user-visibile behaviour of FT_New_Face in ftmac.c, but I want to remove all APIs using Mac OS specific data types in their arguments, like, FT_

Re: [ft] FT_Face::family/style name

2009-01-15 Thread mpsuzuki
to write your own TrueType parser. The parser in FT2 is src/sfnt/ttload.c::tt_face_load_name(). Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] FT_Face::family/style name

2009-01-14 Thread mpsuzuki
oftwares around freedesktop.org, # using fontconfig might be most easiest way to obtain the # list of pairs of the font file pathname and its family name. Regards, mpsuzuki On Wed, 14 Jan 2009 20:12:54 + Nik Napalm wrote: > >Hi all, > Is there anyway in FreeType to acquire the information ga

Re: [ft] FreeType 2.3.8 released

2009-01-14 Thread mpsuzuki
Dear Werner, Thank you for these 2 weeks of hard-working to release 2.3.8! On Wed, 14 Jan 2009 09:43:38 +0100 (CET) Werner LEMBERG wrote: >FreeType 2.3.8 has been released. > >It is available from > >http://savannah.nongnu.org/download/freetype/ > >or > >http://sourceforge.net/project/s

Re: [ft] Standard Library Dependencies in freetype-2.3.7

2009-01-12 Thread mpsuzuki
de most setjmp/longjmp, but I have no idea to disable setjmp in src/sfnt/ttcmap.c. Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

CodeWarrior project file is not ready to build (Re: [ft] Mac Build - Desperate)

2008-10-13 Thread mpsuzuki
ype-devel list. I have another proposal to work with legacy CW, I will post it to freetype-devel. Regards, mpsuzuki On Wed, 13 Dec 2006 14:50:00 +0900 [EMAIL PROTECTED] wrote: >Hi, > >Thank you for rewriting your trouble report (to fit my poor >English). > >On Tue, 12 Dec 2006 13:

Re: [ft] ftmac.c

2008-10-12 Thread mpsuzuki
nt important features of ftmac.c with only POSIX, and without Carbon frameworks. Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] optimize executable size

2008-09-19 Thread mpsuzuki
such surgery can reduce the size of binary less than 50kB. Is it impossible to restrict the font to outline only, or bitmap only? Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] optimize executable size

2008-09-18 Thread mpsuzuki
. Regards, mpsuzuki On Thu, 18 Sep 2008 18:51:18 +0200 >Hi, > >Anyone have already try to remove all unnecessary freetype code for >following action : > - read a ttf font file > - read a glyph > - read the glyph bitmap array > >Note : I already remove modules from Jam fil

Re: [ft] PHP imagettftext: Bad character spacing / anti-aliasing

2008-08-07 Thread mpsuzuki
for subscribers to track the origin of the difference. Regards, mpsuzuki On Thu, 7 Aug 2008 22:22:59 +0200 >I'm experiencing very bad character spacing / anti-aliasing with a PHP >installation. I compared it to another installation where it works. > >I'm using the follow

Re: [ft] how to build freetype on Mac OSX for SDK10.4 + ppc + i386

2008-08-03 Thread mpsuzuki
isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" \ LDFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" \ ./configure --prefix=xxx --with-old-mac-fonts Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] Optimizer problem? (FT2.3.7 + GCC4.2.3)

2008-07-22 Thread mpsuzuki
ou to build 2 vanilla FreeType2 libaries by yourself - with-optimization-and-without-debug, and with-debug-and-without-optimization. Anyway I'm interested in the bug you reported. When I had a sparetime in August, I will try to reproduce. Regards, mpsuzuki _

Re: [ft] freetype related? problem in typo3

2008-07-21 Thread mpsuzuki
Hi, Could you post the screen shots of both servers' pages and the font you used? Regards, mpsuzuki On Mon, 21 Jul 2008 10:37:12 +0200 Arne Kaiser <[EMAIL PROTECTED]> wrote: >Hi >I have following problem with a fresh webserver install with freebsd 7 and >freetype 2.3.

Re: [ft] freetype+gd with mac fonts?

2008-07-04 Thread mpsuzuki
tax of Mac OS) 7. open ".resource/XXX" (CAP syntax to mount AppleShare volume) 8. open "%XXX" (Linux syntax to mount HFS volume) 9. open ".AppleDouble/XXX" (netatalk syntax to mount AppleShare volume) Maybe, copying the contents of resource fork

Re: [ft] Freetype and 64bit

2008-06-27 Thread mpsuzuki
ds, they are expected to be defined by the compilers internal macros like __LP64__ etc). It's my task but not solved yet, I'm looking for reliable standard... Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] FreeType 2.3.6 has been released

2008-06-10 Thread mpsuzuki
; >There's no rush for me. We've worked around the issue in MacPorts. > >http://trac.macports.org/changeset/37039 Thank you for notice! Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] FreeType 2.3.6 has been released

2008-06-10 Thread mpsuzuki
Dear Sir, Oops, yet I've not finished the improvement of configure to build universal binary on PowerPC Mac OS X 10.4 (requested by Ryan Schmidt). I have to apologize. Werner, could you tell me expected schedule (or feature to be finished) to relase 2.3.7? Regards, mpsuzuki On Tue, 10 Jun

Re: [ft] Accessing font tables?

2008-06-09 Thread mpsuzuki
FT_Load_Sfnt_Table() can be better. FT_Load_Sfnt_Table() receives 4-letter tag to specify the table in the font. How do you think of? Regards, mpsuzuki On Mon, 09 Jun 2008 16:35:30 -0300 Ian Britten <[EMAIL PROTECTED]> wrote: >Hi all, >I'm in the process of upgrading some v2.1.7 code

Re: [ft] freetype universal on Mac OS X 10.4 PowerPC

2008-05-19 Thread mpsuzuki
s successfully. I guess addition of -isysroot to LDFLAGS may cause some troubles and MacPorts developers excluded it from LDFLAGS. Regards, mpsuzuki ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

  1   2   >