Re: [ft-devel] FreeType 2.3.5, minor issues

2007-07-05 Thread suzuki toshiya
Hi, Sean McBride wrote: 2) ftbase.c #includes a bunch of source files. It uses for all of them except ftmac.c where it uses instead... why? In VTK I need to change this to for it to build. The inclusion of ftmac.c was changed when I divided ftmac.c into OSX-only ftmac.c and

Re: [ft-devel] About the Cmap format 12

2007-10-07 Thread suzuki toshiya
Hi, Before all, please provide detailed infos on the font, the version and exact file size. Werner has ver 0.90, I have (an access to) 5.00. Both of us could display the glyphs. In addition, yet you have not provided infos which application we should use to reproduce the issue. I guess you

Re: [ft-devel] FreeType 2.3.5, minor issues

2008-02-15 Thread suzuki toshiya
Hi all, Sorry for long latency about this issue. Yesterday I've replaced #include ftmac.c by #include ftmac.c I wish it does not confuse FT2 developers. Regards, mpsuzuki Werner LEMBERG wrote: Now, src/base/ftbase.c includes ftmac.c by #include ftmac.c syntax. This looks

Re: [ft-devel] Re: About 2.3.6 Release, maybe there is a bug~

2008-06-22 Thread suzuki toshiya
Dear Sir, Just I've fixed builds/unix/configure.raw on CVS, please check. I checked on my G4 PowerBook (Mac OS X 10.4.11 + 10.4u SDK), but not on Intel or G5 platforms. The fix is quite simple: If CFLAGS has -isysroot option and LDFLAGS doesn't have, configure duplicates -isysroot XXX to

[ft-devel] Re: [Fontforge-devel] Working with TTC font type

2009-08-11 Thread suzuki toshiya
Dear Werner, Oops, I mistyped sourceforge as sourcforge, e between c and f is missing. I'm sorry and thank you for notice. Regards, mpsuzuki Werner LEMBERG wrote (2009/08/12 3:32): Just I've registered ttf2ttc on sourceforge. Nice! http://ttf2ttc.sourcforge.net/ This isn't

[ft-devel] builds/unix/configure.raw is updated.

2009-09-12 Thread suzuki toshiya
Hi, During the work for Win64 with cross build, I found 2 issues of existing builds/unix/configure.raw. 1) After the check of suffix for native executable by CC_BUILD, the temporal files are not removed. a.out is left in the working directory. 2) GCC for cross build is not recognized as gcc, so

Re: [ft-devel] Missing glyphs in Opentype fonts in FreeType 2.4.0

2010-07-15 Thread suzuki toshiya
Hi, I want to check, but Adobe's Minion is not free font. I want to test by Vollkorn family, but its glyph order is not same with ASCII or Unicode, it's slightly difficult for me to find what's missing. Please let me know what is missing in Vollkorn family. Regards, mpsuzuki Tobias Wolf wrote:

Re: [ft-devel] Missing glyphs in Opentype fonts in FreeType 2.4.0

2010-07-15 Thread suzuki toshiya
... Regards, mpsuzuki Tobias Wolf wrote: On Do, 2010-07-15 at 23:24 +0900, suzuki toshiya wrote: Hi, I want to check, but Adobe's Minion is not free font. I want to test by Vollkorn family, but its glyph order is not same with ASCII or Unicode, it's slightly difficult for me to find what's

Re: [ft-devel] [FYI] MingLiU identifier

2010-11-22 Thread suzuki toshiya
Dear Werner, Thanks for comment. I'm sorry for unclear word; I used tls as the abbreviation for Tag/Length/checkSum. I will refine the patch and commit within a few days. Regards, mpsuzuki Werner LEMBERG wrote: Attached is a patch detecting tricky fonts by the combination of cvt/fpgm/prep

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

2011-01-15 Thread suzuki toshiya
Dear Johnson, I will take a look, but I don't have ARMv4 machine to check the assembly code. Could you help me to check the revised version will work or not? The easiest/simplest fix would be disabling the assembly code for smaller versions of ARM architecture, but it won't be what you want...

Re: [ft-devel] AF_Err_Ok undefined

2011-02-03 Thread suzuki toshiya
Hi, Today I could not do building test, so just guessing (sorry), maybe it is because afdummy.c does not include aferrors.h (e.g. it defines the error prefix AF_Err, afcjk.c etc includes it). I will try tomorrow, I'm sorry for your inconvenience. Regards, mpsuzuki Chris Liddell wrote: Hi

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

2011-04-01 Thread suzuki toshiya
. diff --git a/ChangeLog b/ChangeLog index 86a9468..88ff7cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-04-01 suzuki toshiya mpsuz...@hiroshima-u.ac.jp + + * builds/unix/configure.raw: Check linker flexibility for Bzip2. + If the dynamic linker is inflexible and GNU

Re: [ft-devel] more Unicode character blocks for Indic autofitting

2011-04-07 Thread suzuki toshiya
Dear Werner, I remember Indic autofitter is designed to beautify the script with hanging baseline typography. Thus, it is not for all scripts derived from Brahmi. Following scripts are supposed to have hanging baseline typography. I think Tibetan script should be handled by Indic autofitter.

Re: [ft-devel] [Patch] CJK autofit/autohint blue zones

2011-04-20 Thread suzuki toshiya
The reason why I switched off the anti-aliasing was that the original comparison posted by JustFillBug was the comparison of B/W rendering. Anyway, I have to agree with that it is not practical condition. I will make the picture comparing them under anti-aliasing cases. Regards, mpsuzuki Werner

Re: [ft-devel] [Patch] CJK autofit/autohint blue zones

2011-04-20 Thread suzuki toshiya
Just Fill Bugs wrote: On 04/20/2011 08:34 PM, Just Fill Bugs wrote: On 04/20/2011 02:16 PM, mpsuz...@hiroshima-u.ac.jp wrote: Maybe my impression about vertical bluezone is based on the typography in Japanese market, so, I don't think this is generic. Please let me know if there is such

Re: [ft-devel] [PATCH] CJK Autohinter should not clump stems together when there are too many of them

2011-04-20 Thread suzuki toshiya
Just I've committed your patch to git head, thanks! Regards, mpsuzuki r6144 wrote: 在 2011-04-20三的 19:57 +0900,mpsuz...@hiroshima-u.ac.jp写道: On Wed, 20 Apr 2011 12:35:29 +0200 (CEST) Werner LEMBERG w...@gnu.org wrote: One of my anxiety was that the priority to the black/white evenness can

Re: [ft-devel] more Unicode character blocks for Indic autofitting

2011-04-21 Thread suzuki toshiya
Dear Werner, I propose following update as the minimum back-compatible patch for next release of FreeType2. diff --git a/src/autofit/afindic.c b/src/autofit/afindic.c index 488d546..057d851 100644 --- a/src/autofit/afindic.c +++ b/src/autofit/afindic.c @@ -84,6 +84,12 @@ AF_UNIRANGE_REC(

Re: [ft-devel] [PATCH] Always check the checksum to identify tricky fonts

2011-04-25 Thread suzuki toshiya
Thank you for advice, but the algorithm would be OR, so, considering the proposal of Kan-Ru Chen, the unified conditional would be: if ( (face-family_name tt_check_trickyness_family( face-family_name )) || tt_check_trickyness_sfnt_ids( (TT_Face)face ) ) return

Re: [ft-devel] Registration of a set of trickyfonts by NEC

2011-04-28 Thread suzuki toshiya
Oops, my proposal was insufficient because it was proposed without samples to reproduce the issue. Just I've posted sample PDF at: https://savannah.nongnu.org/patch/download.php?file_id=23313 It seems that no objection against the change of algorithm to lookup a tricky font, I will apply my

Re: [ft-devel] Registration of a set of trickyfonts by NEC

2011-04-28 Thread suzuki toshiya
are proprietary) including the clarification you commented. Regards, mpsuzuki On Thu, 28 Apr 2011 18:23:32 +0900 Miles Bader mi...@gnu.org wrote: suzuki toshiya mpsuz...@hiroshima-u.ac.jp writes: BTW, during the production of sample PDF, I found that OpenOffice.org generates wrong

Re: [ft-devel] benchmark of sfnt checksum recalculation

2011-04-30 Thread suzuki toshiya
100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2011-04-30 suzuki toshiya mpsuz...@hiroshima-u.ac.jp + [truetype] Recalculate the sfnt table checksum always. + + * src/truetype/ttobjs.c (tt_get_sfnt_checksum): Recalculate + the sfnt table checksum even if non-zero value

[ft-devel] configure option to disable mmap()

2011-04-30 Thread suzuki toshiya
Dear Werner, During the benchmark tests, sometimes I build FreeType2 library without mmap() on GNU/Linux, to guess the situation in legacy or embedded systems without mmap() functions that the slower standard I/O is used. At present, configure script always uses mmap() if it is found, so I added

Re: [ft-devel] configure option to disable mmap()

2011-05-01 Thread suzuki toshiya
Thank you for comment, just I've committed. Regards, mpsuzuki Werner LEMBERG wrote: At present, configure script always uses mmap() if it is found, so I added an option --disable-mmap to ignore it. Although this is only for developers who want to make irregular configuration, is it

Re: [ft-devel] [Patch] CJK autofit/autohint blue zones

2011-05-08 Thread suzuki toshiya
I'm sorry for long long delay after your first post of blue zone patch. Just I've committed your patch to git head. Testing the latency for bluezone calculation by ftbench, I found that the bluezone patched version is not slower than the original. BTW, from a Korean expert in SC34/WG2, I heard

[ft-devel] FT_IS_CID_KEYED() should ignore t1cid fonts?

2011-05-12 Thread suzuki toshiya
Dear Werner, Now I'm trying to extend CJK bluezone patch to support CID-keyed font using Adobe-{CNS1,GB1,Japan1,Korea1} CID. It would be useful to apply autohint to non-TrueType CID-keyed font embedded in PDF. # I think it is useful to make the image comparing large # character set. It seems

[ft-devel] builds/unix/install-sh is removed from GIT repository

2011-05-15 Thread suzuki toshiya
Hi, builds/unix/install-sh is a file installed by automake, so it is modified when autogen.sh is executed. I think it is something like config.guess and ltmain.sh, so I registered install-sh to builds/unix/.gitignore and builds/unix/install-sh is removed from GIT repository. If I'm

[ft-devel] preliminary draft of how to build freetype2 by Xcode

2011-06-16 Thread suzuki toshiya
Just I've drafted a document how to build FreeType2 by Xcode. http://gyvern.ipc.hiroshima-u.ac.jp/~mpsuzuki/howtobuild-ft2-xcode31_20110617a.pdf If anybody finds a mistake or misleading info, or has a proposal to improve, please let me know. Regards, mpsuzuki

Re: [ft-devel] Freetype2 - Install issues under Linux SUSE SLES 11 SP1

2011-09-14 Thread suzuki toshiya
Hi, Have you checked docs/INSTALL.UNIX? If you got any error in the process described in there, please post in detail. I'm afraid that the subscriber of this list with the access to Linux/s390 is few, but I'm interested in. In addition, jam rules in freetype2 are designed to build the library

Re: [ft-devel] Freetype2 - Install issues under Linux SUSE SLES 11 SP1

2011-09-15 Thread suzuki toshiya
/4.3/../../../../s390x-suse-linux/bin/ld: cannot find -lz Any idea what dependency is this? Regards, Claude suzuki toshiya wrote: Hi, I think .zip file is designed for the systems using \r\n for line separator, like, Microsoft Windows, Microsoft DOS etc. Could you try .tar.gz source

Re: [ft-devel] Zlib.dll licensing

2011-10-03 Thread suzuki toshiya
The dependency of freetype on zlib is not essential and it is possible to build freetype without the zlib functionality. It's difficult to understand what you mean Zlib.dll, you can find the license at http://zlib.net/zlib_license.html Regards, mpsuzuki Chris Walker wrote: I am interested in

Re: [ft-devel] FreeType 2.4.7 no longer compiles on Mac OS X, 2.4.6 does

2011-10-24 Thread suzuki toshiya
Werner LEMBERG wrote: 1. Download FreeType 2.4.6 to Mac OS X 10.6.8 2. Configure and build: export MACOSX_DEPLOYMENT_TARGET=10.6 ./configure --with-old-mac-fonts \ CFLAGS=-Os -arch i386 -arch x86_64 make 3. It builds fine. 4. Repeat the above for 2.4.7, and you'll get: In file included

Re: [ft-devel] FreeType 2.4.7 no longer compiles on Mac OS X, 2.4.6 does

2011-10-27 Thread suzuki toshiya
Adam Twardoch (List) wrote: libtool: link: /usr/bin/gcc -arch i386 -arch x86_64 -o bin/.libs/ftdiff obj/ftdiff.o obj/common.o obj/ftcommon.o -L/usr/local/lib -L/usr/lib freetype2/objs/.libs/libfreetype.dylib -lz -lbz2 obj/graph.a -L/opt/X11/lib -L/usr/X11/lib -lX11 -lm ld: warning: ignoring

Re: [ft-devel] FreeType 2.4.7 no longer compiles on Mac OS X, 2.4.6 does

2011-10-27 Thread suzuki toshiya
appropriately. Regards, mpsuzuki Christian Demmer wrote (2011/10/27 21:21): Hello, I can confirm the problem compiling ft2demos on OSX 10.6.8. suzuki toshiya wrote: ranlib obj/graph.a This fix works. Calling make again finshes building ft2demos. Also I observed that calling make clean does not remove

Re: [ft-devel] FreeType 2.4.7 no longer compiles on Mac OS X, 2.4.6 does

2011-10-30 Thread suzuki toshiya
Werner LEMBERG wrote: Here is my draft to GNU-libtoolize graph.a target in freetype2-demos package. Also it improves make clean to remove graph.a itself. Please test and give me comment. Looks good! Thanks for working on this. BTW, please test with FreeType's `make devel; make' also.

[ft-devel] platform detection by make command (`make devel' on Mac OS X)

2011-11-03 Thread suzuki toshiya
to Unix than the concept of the owner. Of course, adding Mac OS X specific program would be sufficient to fix this issue. Any comments? Regards, mpsuzuki suzuki toshiya wrote: Werner LEMBERG wrote (2011/10/31 3:01): # `make devel; make' does not work well on Mac OS X, I will try to fix

Re: [ft-devel] freetype, undefined behaviour, and clang

2011-11-22 Thread suzuki toshiya
Hi, Thanks, I have to thank you (as always) for finding the issue. The part was introduced by me, commit 5d3ff05615dda6d1325ed612381a17a0df04c975 Author: suzuki toshiya mpsuz...@hiroshima-u.ac.jp Date: Sat Aug 1 00:32:24 2009 +0900 cache: Check higher bits in flags for non ILP32 systems

Re: [ft-devel] freetype, undefined behaviour, and clang

2011-11-23 Thread suzuki toshiya
Nothing to say, I have to try. Yet I've not installed clang in my daily-using machine, but it is Debian and it won't be so hard to install clang. Also my MacBook already has (an old) clang. Regards, mpsuzuki Sean McBride wrote: On Wed, 23 Nov 2011 03:00:06 +0900, suzuki toshiya said: Thanks

Re: [ft-devel] freetype, undefined behaviour, and clang

2011-11-26 Thread suzuki toshiya
for the simplest programs, like hello-world, but apinames built with -ftrapv by my clang aborts with Illegal instruction error. It seems that I have to learn more to make usable clang by myself... Regards, mpsuzuki suzuki toshiya wrote: Nothing to say, I have to try. Yet I've not installed clang

Re: [ft-devel] freetype, undefined behaviour, and clang

2011-11-26 Thread suzuki toshiya
İsmail Dönmez wrote: I built gcc-4.6.1 and clang/llvm-2.9 by myself. It can make working binary for the simplest programs, like hello-world, but apinames built with -ftrapv by my clang aborts with Illegal instruction error. It seems that I have to learn more to make usable clang by myself...

Re: [ft-devel] platform detection by make command (`make devel' on Mac OS X)

2011-12-02 Thread suzuki toshiya
Hi all, Sorry for long lated action. I added a check for /dev/null to identify Unix-like system. Now `make devel' works on the latest Mac OS X. It does not work on Cygwin still (not regression, I think), more work is needed to recognize Cygwin as Unix. Regards, mpsuzuki suzuki toshiya wrote

Re: [ft-devel] FreeType 2.4.7 no longer compiles on Mac OS X, 2.4.6 does

2011-12-02 Thread suzuki toshiya
Hi all, Sorry for long lated action. Just I've committed my proposal (use GNU Libtool in freetype2 library directory, if available) to freetype2-demos. Now, if freetype2 directory is configured made, graph.a is created with GNU Libtool and would be processed correctly. If freetype2 directory is

Re: [ft-devel] Strict compiler warns at gxvmort2.c

2011-12-06 Thread suzuki toshiya
Dear Antoine, Thank you for finding the issue, I think the issue may cause the errors reported by Sean McBride with clang. I have to fix the signedness issue. Regards, mpsuzuki Antoine Leca wrote: Hi Toshiya-san, Microsoft's compiler bails out while compiling src/gxvalid/gxvalid.c cl /Za

Re: [ft-devel] Fixes for some compile and link errors when using FT_CONFIG_OPTION_PIC

2012-01-04 Thread suzuki toshiya
Dear Erik, Sorry for your trouble and thank you for providing a patch, I will check it in this weekend. Please give me a few days. Regards, mpsuzuki Werner LEMBERG wrote: The commits in question are both dealing with compilation of 'complex' structures and static globals. Thanks for the

Re: [ft-devel] Fixes for some compile and link errors when using FT_CONFIG_OPTION_PIC

2012-01-16 Thread suzuki toshiya
, mpsuzuki suzuki toshiya wrote: Dear Erik, Sorry for your trouble and thank you for providing a patch, I will check it in this weekend. Please give me a few days. Regards, mpsuzuki Werner LEMBERG wrote: The commits in question are both dealing with compilation of 'complex' structures

[ft-devel] Testing PIC mode code (Re: Fixes for some compile and link errors when using FT_CONFIG_OPTION_PIC)

2012-01-16 Thread suzuki toshiya
mode is NOT required (e.g. Linux). If it's # misunderstanding, please let me know. Any comments? Regards, mpsuzuki suzuki toshiya wrote: Dear Erik, I have made some overhaul for PIC build, and, your patch to modify resource fork support for PIC build is applied with some coding style

Re: [ft-devel] Testing PIC mode code (Re: Fixes for some compile and link errors when using FT_CONFIG_OPTION_PIC)

2012-01-17 Thread suzuki toshiya
. Thanks. I heard that BREW's official SDK is based on ARM RVCT compiler in Microsoft Visual C++ IDE. I don't have MSVC IDE, but I will check if there is any free-charged version of RVCT compiler. Regards, mpsuzuki On Tue, 17 Jan 2012 07:54:40 +0100, suzuki toshiya mpsuz...@hiroshima-u.ac.jp wrote

Re: [ft-devel] FreeType Amalgamation

2012-01-19 Thread suzuki toshiya
Werner LEMBERG wrote: Can you give an example? Perhaps we can rename macros if it is not too cumbersome. An example is GET_PIC() macro defined by src/xxx/yyypic.h. Aah, this is stuff written by a contributor, and which I've never had the energy to fully integrate (including formatting)

Re: [ft-devel] FreeType Amalgamation

2012-01-19 Thread suzuki toshiya
Werner LEMBERG wrote: 3) A new ftconfig.h should be created that has a preamble for decoding the platform, [...] How shall this work? There are dozens of platforms, and you want to hard-code them all in a configuration header file? I'm afraid that MacOS specific ugly hacks (detecting Mac

Re: [ft-devel] Testing PIC mode code (Re: Fixes for some compile and link errors when using FT_CONFIG_OPTION_PIC)

2012-01-28 Thread suzuki toshiya
Dear Erik, Could you notice the current status of your efforts to replace sizeof(*xxx_p) by sizeof(xxx) in FreeType2 source code? Recently I've searched some tools to automate such translation, but I could not find easy tools, so I think the manual work is needed. suzuki toshiya wrote

Re: [ft-devel] FreeType patches to support amalgamation

2012-02-22 Thread suzuki toshiya
Hi, For first, I state that I have no objection against the decision by Werner, because now the time he spends for the maintenance of FreeType2 (in official branch) is longer than those of other FreeType2 developers (maybe except of David Turner). But, if I just talk about the idea to change

Re: [ft-devel] where might be a problem

2012-02-24 Thread suzuki toshiya
Excuse me, I got Forbidden error to the URL. Could you add read permission to others? Regards, mpsuzuki pravin@gmail.com wrote: Hi All, Lohit Devanagari does not have Bold variant and presently using auto bold algorithm. It does not work correctly in gnome see

Re: [ft-devel] where might be a problem

2012-02-24 Thread suzuki toshiya
. Regards, mpsuzuki pravin@gmail.com wrote: 2012/2/24 suzuki toshiya mpsuz...@hiroshima-u.ac.jp Excuse me, I got Forbidden error to the URL. Could you add read permission to others? corrected now. Thanks, Pravin Satpute Regards, mpsuzuki pravin@gmail.com wrote: Hi All

Re: [ft-devel] where might be a problem

2012-02-24 Thread suzuki toshiya
Dear Alexei, Thank you for notice, the latest FreeType2 shows the problem. I will check if the previous stroker shows no problem. Regards, mpsuzuki Alexei Podtelezhnikov wrote: On Fri, Feb 24, 2012 at 4:05 AM, pravin@gmail.com pravin@gmail.com wrote: Lohit Devanagari does not have

Re: [ft-devel] Auto Embolding of Lohit Devanagari

2012-02-26 Thread suzuki toshiya
Dear Alexei, Thank you for trying to reproduce this issue. Today I'm out of my office and I don't bring 64-bit machine, but I have some (Debian GNU/Linux and Mac OS X on amd64), I will try within a few days. Alexei Podtelezhnikov wrote: On Fri, Feb 24, 2012 at 9:54 PM, suzuki toshiya mpsuz

Re: [ft-devel] Auto Embolding of Lohit Devanagari

2012-02-28 Thread suzuki toshiya
Please show Lohit Devanagari with ftview, at appropriate size, then, hit space bar once. You may find the auto-embolden shapes. If you hit space bar once more, you may find the auto-oblique shapes. Regards, mpsuzuki pravin@gmail.com wrote: yes I think pango is also involve in this. Can i

Re: [ft-devel] Auto Embolding of Lohit Devanagari

2012-02-29 Thread suzuki toshiya
. I will check the situation in other GNU/Linux in tomorrow. Regards, mpsuzuki suzuki toshiya wrote: Dear Alexei, Thank you for trying to reproduce this issue. Today I'm out of my office and I don't bring 64-bit machine, but I have some (Debian GNU/Linux and Mac OS X on amd64), I will try

Re: [ft-devel] Build freetype2 64bit in windows

2012-04-11 Thread suzuki toshiya
Hi, Thank you for reporting your issue, please let me ask some question. 钱晓明 wrote: Hi, I am using solution file 'freetype.sln' in vc2010 directory to build freetype 2.4.9. I create new configuration for x64, and the build process has no error but with many warnings. I see warings for these:

Re: [ft-devel] Regression issue - CFF

2012-04-14 Thread suzuki toshiya
I will check which changeset relates this difference. Ivan Nincic wrote: Hello Werner, FYI: I run into a regression issue with the latest FT (trunk) version. Attached is a sample font. I don't claim that this is a valid font however FT was able to render the file in 2.4.4 but not in 2.4.9.

Re: [ft-devel] Aftermath.

2012-04-14 Thread suzuki toshiya
I guess the preference using shared library for security issue is because the upgrading of single shared library can fix the security holes of various softwares depending the library by single action. I can upgrade MY software quickly is not valid objection to the preference. The valid objection

Re: [ft-devel] Regression issue - CFF

2012-04-14 Thread suzuki toshiya
Ah, I slipped to check what is the standard behaviour, thank you. I got same results on Adobe Acrobat 9 on Microsft Windows and Preview (5.0.3) on Mac OS X. Regards, mpsuzuki Werner LEMBERG wrote: FYI: I run into a regression issue with the latest FT (trunk) version. Attached is a sample

Re: [ft-devel] Regression issue - CFF

2012-04-14 Thread suzuki toshiya
Another followup for the standard behaviour. Although Adobe Acrobat 9 on Microsoft Windows does not show any glyphs for sample PDF, sample OTF can be browsed by fontview.exe (on Microsoft Windows XP SP2). Regards, mpsuzuki suzuki toshiya wrote (2012/04/14 21:23): Ah, I slipped to check what

Re: [ft-devel] details

2012-04-14 Thread suzuki toshiya
The next comment might be something like our target is not Android nor iOS or our application does not eat PDF nor web documents. I guess the background would not be by the characteristic of the system running in the target devices, it would be by the culture of the engineers. Regards, mpsuzuki

Re: [ft-devel] Aftermath.

2012-04-15 Thread suzuki toshiya
style. Regards, mpsuzuki Miles Bader wrote: suzuki toshiya mpsuz...@hiroshima-u.ac.jp writes: Anyway, such discussion is out of the scope of the people saying i don't get why I feel as some people asking for a bread (or fermented paste) in the miller's market. Anyway, I'm sure all

Re: [ft-devel] Regression issue - CFF

2012-04-16 Thread suzuki toshiya
Sorry, I don't have working older Acrobat in my hand. Could you post screenshots if possible? Regards, mpsuzuki Ivan Nincic wrote: Hi Suzuki, I think the font may have worked for older Acrobat Reader versions. IvanN -Original Message- From: suzuki toshiya [mailto:mpsuz

Re: [ft-devel] Regression issue - CFF

2012-04-16 Thread suzuki toshiya
Thank you for comment. Also I'm interested in whether this issue is caused by the font file itself, or, inappropriate modification during the font embedding by PDF generator. I will try some checking... Regards, mpsuzuki Werner LEMBERG wrote: Just I've checked Adobe Reader 5.0 on Mac OS X

Re: [ft-devel] Regression issue - CFF

2012-04-17 Thread suzuki toshiya
). IvanN -Original Message- From: suzuki toshiya [mailto:mpsuz...@hiroshima-u.ac.jp] Sent: Monday, April 16, 2012 9:12 PM To: Werner LEMBERG Cc: inin...@pdftron.com; freetype-devel@nongnu.org Subject: Re: [ft-devel] Regression issue - CFF Thank you for comment. Also I'm interested

Re: [ft-devel] Better render hline last cell at smooth

2012-05-07 Thread suzuki toshiya
Hi, Could you post some pictures comparing the results with/without your patch? Regards, mpsuzuki 向雅 wrote: Hi, I doing some tests for render, and get this: If change hline render last cell, will get better smooth at right side: diff --git a/src/smooth/ftgrays.c b/src/smooth/ftgrays.c

Re: [ft-devel] subscribe

2012-05-08 Thread suzuki toshiya
Good afternoon (it's 13:45 in Japan), I'm afraid you've configured for self-hosting (cygwin would be recognized as an unix), not configured for cross-development. Could you describe how you configured, and post config.log? Regards, mpsuzuki nyjkk...@gmail.com wrote: Good evening,

Re: [ft-devel] subscribe

2012-05-09 Thread suzuki toshiya
, mpsuzuki nyjkk...@gmail.com wrote: Il 09/05/2012 06:47, suzuki toshiya ha scritto: Good afternoon (it's 13:45 in Japan), I'm afraid you've configured for self-hosting (cygwin would be recognized as an unix), not configured for cross-development. Could you describe how you configured, and post

Re: [ft-devel] subscribe

2012-05-10 Thread suzuki toshiya
Dear Werner, I have a concern that young people prefer to ask everything Google than type ls and lookup some documents. And, unfortunately, Google prefers a message in stackoverflow or mailing list. Is it possible to make some hyperlinks from http://freetype.sourceforge.net/index2.html

Re: [ft-devel] PDF text rendering error

2012-06-10 Thread suzuki toshiya
Some fonts embedded in the document look like the NEC FA fonts that I had ever registered as the tricky hinting fonts. I will check, please wait a while. Regards, mpsuzuki Johnson Y. Yan wrote: Werner, Do you mean the font must be rendered use TT_CONFIG_OPTION_BYTECODE_INTERPRETER? I open it,

Re: [ft-devel] PDF text rendering error

2012-06-11 Thread suzuki toshiya
hinting # fallback!) and their copyrights were dated as 1995,1996. But # the fonts in the sample documents are dated as 1995-1998. I will update the registry of the tricky hinting fonts. Regards, mpsuzuki suzuki toshiya wrote: Some fonts embedded in the document look like the NEC FA fonts that I

Re: [ft-devel] PDF text rendering error

2012-06-11 Thread suzuki toshiya
Johnson Y. Yan wrote (2012/06/11 16:03): Werner and Toshiya-san, I put the font as a tricky font to deal with. static const char trick_names[TRICK_NAMES_COUNT] [TRICK_NAMES_MAX_CHARACTERS + 1] = { DFKaiSho-SB, /* dfkaisb.ttf */ DFKaiShu,

Re: [ft-devel] PDF text rendering error

2012-06-11 Thread suzuki toshiya
Attached is my proposal to fix this issue, please try. In my case (Debian GNU/Linux xpdf-3.02-11), using the patched freetype library by LD_PRELOAD, xpdf shows readable result (without patch, the result is unreadable). Regards, mpsuzuki suzuki toshiya wrote: Johnson Y. Yan wrote (2012/06/11

Re: [ft-devel] PDF text rendering error

2012-06-12 Thread suzuki toshiya
error, : (. If the way i call the function is wrong? FT_Load_Glyph(FtFace, gid, FT_LOAD_NO_BITMAP). Johnson Y. Yan 发件人: suzuki toshiya 发送时间: 2012-06-11 16:38:11 收件人: Johnson Y. Yan 抄送: freetype-devel 主题: Re: [ft-devel] PDF text rendering error Attached is my proposal to fix this issue, please

Re: [ft-devel] PDF text rendering error

2012-06-13 Thread suzuki toshiya
This is compilable via command line? Johnson Y. Yan wrote: Toshiya-san, please check again, thanks. Johnson Y. Yan 发件人: suzuki toshiya 发送时间: 2012-06-13 00:18:46 收件人: Johnson Y. Yan 抄送: freetype-devel 主题: Re: [ft-devel] PDF text rendering error Hmm. Can you post the C source code

Re: [ft-devel] PDF text rendering error

2012-06-13 Thread suzuki toshiya
Johnson Y. Yan wrote: *sure* that you are linking to the right, patched FreeType library? ---see the render (gid = 2134) result saved as png image. I think what Werner asked is could you check if your binary is linked with the patched library, not with the unpatched libary?.

Re: [ft-devel] PDF text rendering error

2012-06-13 Thread suzuki toshiya
; FT_Library_Version( library, maj, min, pat); fprintf( stderr, FreeType2 version %d:%d:%d\n, maj, min, pat ); } will give FreeType2 version 2.4.12061. Regards, mpsuzuki suzuki toshiya wrote: Johnson Y. Yan wrote: *sure* that you are linking to the right, patched FreeType library? ---see the render (gid

Re: [ft-devel] PDF text rendering error

2012-06-13 Thread suzuki toshiya
to modify? or, i render error, you are still right? Johnson Y. Yan 发件人: suzuki toshiya 发送时间: 2012-06-13 23:09:11 收件人: Johnson Y. Yan 抄送: freetype-devel 主题: Re: [ft-devel] PDF text rendering error I attached the TTF in your sample PDF, and attached PNG is my rasterization result. I think it's OK

Re: [ft-devel] WOFF support in FreeType?

2012-06-27 Thread suzuki toshiya
At present, FreeType2's compress font file I/O is designed for the case that whole of font file is compressed as single stream. On the other hand, WOFF will request the per-table decompression. The easiest support would be done by the construction of the sfnt font file image by using zlib, and

Re: [ft-devel] [PATCH] Fix CFLAGS and LDFLAGS share configure test

2012-06-28 Thread suzuki toshiya
Dear Gilles, Oops, it's my shame that I was overlooking this for 3 years, although the number of ./configure in my PC is countless. Thank you very much. Regards, mpsuzuki Werner LEMBERG wrote: -AC_MSG_RESULT([whether CFLAGS and LDFLAGS share ${c}]) +AC_MSG_CHECKING([whether CFLAGS and

Re: [ft-devel] Regression issue - CFF

2012-08-07 Thread suzuki toshiya
I reproduced this issue by 2.4.6, 2.3.12, 2.3.0. Although it would be an issue, I think this is NOT regression. Regards, mpsuzuki Ivan Nincic wrote: Hello Werner, FYI: I ran into a discrepancy between how FT (latest) and Acrobat render some CFF fonts. It seem that the error is cause due

Re: [ft-devel] freetype rendering problems

2012-08-09 Thread suzuki toshiya
Thank you for reporting, I will check when the difference was introduced. Regards, mpsuzuki Mauro Conzato wrote: Hello, We have a strange rendering issue with freetype library that is driving us to ask an opinion from you. Our application is using two free true type fonts:

Re: [ft-devel] freetype rendering problems

2012-08-09 Thread suzuki toshiya
Dear Mauro, Could you tell me how to reproduce the reported issue? I built test.cpp, and trying to print the rasterized bitmap dump other parameters, but I could not find which character and which size should be specified. In my case, r at size 11-13 is similar, but different. $

Re: [ft-devel] controlling FreeType modules

2012-08-30 Thread suzuki toshiya
Indeed, I think FreeType3 should have some distinction of APIs between the APIs bound to real single font file, and APIs not bound to. Maybe I should investigate the existing software and make a list of referred APIs and their popularity. Regards, mpsuzuki Akira TAGOH wrote: On Thu, Aug 30,

Re: [ft-devel] controlling FreeType modules

2012-09-06 Thread suzuki toshiya
Loading a font face by its name is too platform dependent problem (some platform may have multiple font management systems and their registries are often left with no synchronization), putting everything for CFR into FreeType2 would be slightly difficult. My concern is that the system maintainer

Re: [ft-devel] controlling FreeType modules

2012-09-07 Thread suzuki toshiya
Chris Liddell wrote: On 07/09/12 03:34, Akira TAGOH wrote: On Thu, Sep 6, 2012 at 11:32 PM, Chris Liddell chris.lidd...@artifex.com wrote: I just think that Freetype should remain an engine which takes a font from some source, and uses it to to create outline or bitmap glyphs. I would not

Re: [ft-devel] Freetype 2.4.10 MSVC++ / Cygwin Compile fails

2012-09-18 Thread suzuki toshiya
Today I don't have my machine with MSVC in my hand... I think make setup visualc is not designed for the combination of Cygwin bash/make + MSVC. It would be suitable for MinGW make + MSVC. The binaries you want to build are those running on Windows platform WITHOUT cygwin? Or, those running

Re: [ft-devel] Freetype 2.4.10 MSVC++ / Cygwin Compile fails

2012-09-19 Thread suzuki toshiya
-RMWChaos On 2012-09-18 12:01, suzuki toshiya wrote: Today I don't have my machine with MSVC in my hand... I think make setup visualc is not designed for the combination of Cygwin bash/make + MSVC. It would be suitable for MinGW make + MSVC. The binaries you want to build are those running

Re: [ft-devel] Freetype 2.4.10 - undefined reference to `FT_Get_Glyph' and FT_Done_Glyph

2012-09-22 Thread suzuki toshiya
Hi, Because you've not disclosed the symbol table of ftglyph.o, nor your Makefile, it is almost impossible to guess what's going on. Please show them. Regards, mpsuzuki Yuliana Zigangirova wrote: Dear friends, I have updated to Freetype 2.4.10 (my previous version was 2.1.9) and can not

Re: [ft-devel] Freetype 2.4.10 - undefined reference to `FT_Get_Glyph' and FT_Done_Glyph

2012-09-23 Thread suzuki toshiya
Have you tried and it didn't work well? Yuliana Zigangirova wrote: Hi; thank you again for your answering my questions. Am 23.09.2012 09:18, schrieb suzuki toshiya: Hi, g++ -m32 -o ... -L./../goo -lGoo -L./../fofi -lFofi -L./../SFFonts/freetype -lFreetype -L./../SFFonts -lSFFonts -L./libs

Re: [ft-devel] freetype2 installation problems in Cygwin

2012-10-12 Thread suzuki toshiya
Hi Marcano, Please describe the commands that you've executed, and what errors you've got. Regards, mpsuzuki VMarcano wrote: Hi, everybody. I am trying to use freetype2 libraru in Cygwin. I downloaded freetype-2.4.9.tar.bz2 and extracted its contents to a folder in my machine (under /usr

Re: [ft-devel] freetype2 installation problems in Cygwin

2012-10-13 Thread suzuki toshiya
the linrary installed, and, on the other hand, how to solve the external references which avoid to complete the linking process. I will appreciate any helo. Regards, Marcano. suzuki toshiya wrote: Hi Marcano, Please describe the commands that you've executed, and what errors you've got. Regards

Re: [ft-devel] Unable to load OpenType font (test case + font attached)

2012-11-06 Thread suzuki toshiya
Thank you for providing a sample. For first, please let me comment to your question why. An OpenType embedded in PDF should not be expected to be usable as a self standing OpenType font. It is a component of PDF, and some essential information are removed (because the identical or substitution

Re: [ft-devel] Unable to load OpenType font (test case + font attached)

2012-11-06 Thread suzuki toshiya
-keyed CFF font for CJK scripts has no Encoding dict. I have to work more about... Regards, mpsuzuki suzuki toshiya wrote: Thank you for providing a sample. For first, please let me comment to your question why. An OpenType embedded in PDF should not be expected to be usable as a self standing

Re: [ft-devel] Unable to load OpenType font (test case + font attached)

2012-11-06 Thread suzuki toshiya
use conventional CID-keyed font embedding with raw CFF format (without sfnt container). If anybody knows a sample PDF that embeddes CFF/OpenType but its cmap should not be used, please let me know. Regards, mpsuzuki suzuki toshiya wrote: Here is a preliminary patch to permit a font WITHOUT

Re: [ft-devel] Greetings

2013-02-17 Thread suzuki toshiya
Hi, I can work on Linux and Mac OS systems. Is there an Xcode project for FreeType, or is it basically still configure driven? Yes, still configure driven. I've ever written a howto document to build FreeType2 by Xcode.

[ft-devel] Win64 issues and coding style

2013-02-27 Thread suzuki toshiya
Dear Werner, Sorry for my lated action to Win64 homework, now I'm working for... During the fix work, I think about a possibility to improve the coding style to clarify why some kludges (looking like unneeded) are inserted. For example, ft_internal_function(unsigned long arg) { ... }

Re: [ft-devel] Win64 issues and coding style

2013-02-27 Thread suzuki toshiya
Dear Werner, OK, I will insert casts and comments for initial fix of Win64. I will discuss the naming convention after fixing all -Wconversion messages for further clarification. It seems that the naming conventions for the variables in ftcalc should be considered carefully. Regards, mpsuzuki

Re: [ft-devel] Avoid div-by-zero in color conversion code

2013-07-29 Thread suzuki toshiya
Werner, Sorry for my presumptuous behavior, just I've committed Behdad's patch. Regards, mpsuzuki On 07/30/2013 07:38 AM, Behdad Esfahbod wrote: Werner, Please apply this minor patch: diff --git a/src/base/ftbitmap.c b/src/base/ftbitmap.c index 975818e..fb09e00 100644 ---

  1   2   3   >