Re: [ft] Building Freetype 2.6 for Android fails with arm-linux-androideabi-ranlib: not found.

2015-06-26 Thread suzuki toshiya
Your sudo carries over your PATH environment when it invokes some commands as root? Yaron Cohen-Tal wrote: Hi, Did any1 succeed with building and installing freetype in Android? I use the following script to build it: #!/bin/sh export

Re: [ft-devel] integer suffix abuse

2015-06-24 Thread suzuki toshiya
Hmm, therefore, should we remove all constants using L suffix directly, and use such constants as the macros which is defined with appropriate suffix under the cpp-conditionals for 16-bit, 32-bit and 64-bit systems? Regards, mpsuzuki Alexei Podtelezhnikov wrote: Hi All, I think we abuse the

Re: [ft] Building for x64 only on mac.

2015-03-26 Thread suzuki toshiya
Do you say as: when you follow the standard way like ./configure make, you get 64bit binaries in the case of other libraries, but, you get 32bit binaries in the case of FreeType? Regards, mpsuzuki Rodrigo Cano wrote: Hi, Another application I'm using requires that I have free type built as

Re: [ft] Building for x64 only on mac.

2015-03-26 Thread suzuki toshiya
familiar with this build process. I'm using a 64-bit mac. Do you mean to say that I should be getting a 64-bit binary? Any chance that a universal library is being created instead? -Rod On Thu, Mar 26, 2015 at 8:44 PM, suzuki toshiya mpsuz...@hiroshima-u.ac.jp wrote: Do you say as: when

Re: [ft] Cross compiling for arm (python for android)

2015-03-22 Thread suzuki toshiya
Hi Oliver, According to http://pastebin.ubuntu.com/10650897/ : checking whether the arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/oly/.buildozer/android/platform/android-ndk-r9d/platforms/android-14/arch-arm linker (arm-linux-androideabi-ld) supports

Re: [ft] about CVE4s

2015-03-13 Thread suzuki toshiya
I don't know the detail of this website (e.g. how to use it), but it seems that some CVE reports have the links to the existing fixes in GIT repository. I'm not sure whether this website wants to acknowledge how many bugs were found once (and don't care whether they are fixed or not in the latest

Re: [ft-devel] INT_MIN and FT_Render_Glyph

2015-02-12 Thread suzuki toshiya
.tinyupload.com/?file_id=07910338792891544298 On Thu, Feb 12, 2015 at 12:47 AM, suzuki toshiya mpsuz...@hiroshima-u.ac.jp mailto:mpsuz...@hiroshima-u.ac.jp wrote: Interesting. Could you post some test code to reproduce the issue? Regards, mpsuzuki Brian Sullender wrote: I'm compiling

Re: [ft-devel] INT_MIN and FT_Render_Glyph

2015-02-11 Thread suzuki toshiya
Interesting. Could you post some test code to reproduce the issue? Regards, mpsuzuki Brian Sullender wrote: I'm compiling with VS C++ 11 When INT_MIN is defined as: #define INT_MIN 0x8000 instead of: #define INT_MIN (-2147483647 - 1) FT_Render_Glyph returns

Re: [ft] Unable to build Freetype2 to .dll

2015-02-03 Thread suzuki toshiya
. On Mon, Feb 2, 2015 at 9:18 PM, suzuki toshiya mpsuz...@hiroshima-u.ac.jp mailto:mpsuz...@hiroshima-u.ac.jp wrote: I cannot understand what you did, from your post. Have you red INSTALL.GNU? Caine Volfram wrote: From the Contact page on the Freetype website

Re: [ft] Unable to build Freetype2 to .dll

2015-02-02 Thread suzuki toshiya
I cannot understand what you did, from your post. Have you red INSTALL.GNU? Caine Volfram wrote: From the Contact page on the Freetype website: If you are looking for support, start in this list *if you haven't found anything in the documentation which helps you*. I am able to run GNU

Re: [ft-devel] a couple of warnings from 2.5.4 with mingw/darwinx

2015-01-29 Thread suzuki toshiya
freetype headers seems to have extra assembly codes; whereas the apple SDKs' freetype headers seems to have FT_MACINTOSH always enabled. Am I correct? On Thu, 29/1/15, suzuki toshiya mpsuz...@hiroshima-u.ac.jp wrote: I tried with Fedora's

[ft-devel] Autoconf's checking of size of xxx should not be used with multiarch-at-once compiler (Re: a couple of warnings from 2.5.4 with mingw/darwinx)

2015-01-29 Thread suzuki toshiya
Dear Werner, During the trace of Hin-Tak's report, I found that the sizes of the types checked by Autoconf are not reliable when building is multiarch-at-once manner. Maybe I should discuss with Autoconf maintainers whether it is good idea to make these macros forcibly in such case. Please let me

Re: [ft-devel] a couple of warnings from 2.5.4 with mingw/darwinx

2015-01-29 Thread suzuki toshiya
Dear Werner, is it possible to create a statically linked program for the GUI? In my understanding, even if it is hello world using only standard I/O, we cannot built statically linked binary on Mac OS X, as far as we use the genuine SDKs. There is no libc.a :-( The source of some Carbon

Re: [ft-devel] a couple of warnings from 2.5.4 with mingw/darwinx

2015-01-29 Thread suzuki toshiya
Thanks, finally I could find checking whether cpp computation of bit length in ftconfig.in works... no I can proceed to my next step... Regards, mpsuzuki Hin-Tak Leung wrote: Hi suziki san, Sorry you feel about the fedora cross framework that way... I tried not to go into that as it is

Re: [ft-devel] a couple of warnings from 2.5.4 with mingw/darwinx

2015-01-28 Thread suzuki toshiya
I tried with Fedora's cross compiler (for darwinx), and could not reproduce the error. Which toolchain I should try in next? Regards, mpsuzuki suzuki toshiya wrote: Hi, Yet I could not reproduce the problem on my Mac OS X, I think I should try on the cross building system. However, I'm

Re: [ft-devel] a couple of warnings from 2.5.4 with mingw/darwinx

2015-01-27 Thread suzuki toshiya
Hi, Yet I could not reproduce the problem on my Mac OS X, I think I should try on the cross building system. However, I'm unfamiliar with the defacto standard of the cross compiler for DarwinX on other platform. Considering that you also mentioned for mingw, I guess you're working on some unix

Re: [ft-devel] a couple of warnings from 2.5.4 with mingw/darwinx

2015-01-21 Thread suzuki toshiya
Dear Sirs, Oh sorry - now I'm absent from my office during 3 days, please let me work in this weekend. Regards, mpsuzuki Werner LEMBERG wrote: I have got to the bottom of the latter issue; I mentioned that I was cross-compiling, for apple, right? Ah, I've missed that. Toshiya-san, could

Re: [ft] Calculating the height of the rectangle when selecting text while using Freetype

2015-01-19 Thread suzuki toshiya
Hi, The values face-ascender, face-descender are what declared in a few summarization tables (head, OS/2, etc). Unfortunately, the real ascender descender values are sometimes not exactly equal to the the highest pixel lowest pixel of the glyph outlines. Some font designers say as they are

Re: [ft] Installation Problems

2015-01-16 Thread suzuki toshiya
The error looks like as if configure script is incorrect; PKG_CHECK_MODULES() is a macro for pkg-config, it should be expanded to appropriate sh-script. I'm afraid that autogen (or something else to generate configure script from its skelton) did not finish correctly. FreeType is not responsible

Re: [ft-devel] Multiarch support?

2014-12-14 Thread suzuki toshiya
Yet I've not checked how many Debian packages require freetype-config and could not be fallbacked by pkg-config, but it's slightly difficult for me to understand why they do not separate freetype-config to different package (e.g. something like libfreetype6, libfreetype6-dev,

Re: [ft] Crashing libfreetype.so.6.11.2

2014-12-12 Thread suzuki toshiya
Could you tell me detailed info about the package revision? I will be able to make a deb package including debuggable shared library. Generally speaking, even if there is a bad font in the system which can make freetype library crashed, as far as it is not loaded by the application, the

Re: [ft-devel] longjmp issue 1

2014-12-09 Thread suzuki toshiya
Just I've committed the patch (I removed FT_VALIDATOR() cast, because I think it's useful for the developer to find passing an invalid pointer). Also I committed 2 changesets renaming valid in gxvalid and otvalid if their types are not FT_Validator. More cleanup would be discussed in this list,

Re: [ft-devel] longjmp issue 1

2014-12-09 Thread suzuki toshiya
Dear Werner, Here I drafted the changesets to eliminate the switching of FT_INVALID_(), by 2 approaches. A) mps20141210_introduce-OTV_INVALID.patch.xz GXV_INVALID_XXX or OTV_INVALID_XXX are introduced in gxvalid and otvalid. FT_INVALID_XXX should not be used directly in these validators. # oh,

Re: [ft-devel] longjmp issue 1

2014-12-08 Thread suzuki toshiya
Dear Werner, I'm quite sorry for my latency with this issue. I guess this error might be caused by a removal of FT_INVALID_(). otvalid has a super validator class, OTV_Validator, which includes FT_Validator as a member (otvalidator-root is typed as FT_Validator). To use FT_INVALID() samely in

Re: [ft] FT_Load_Glyph and invalid argument (error 6)

2014-06-16 Thread suzuki toshiya
Please build FreeType2 in debugging mode (see docs/DEBUG) and check how the error occurs. Regards, mpsuzuki Yose Widjaja wrote: Hello All, I just recently ported my codebase to android (from linux) and when my code got to the point of: int glyph_index = FT_Get_Char_Index(face,

Re: [ft] checking national glyhs

2014-06-09 Thread suzuki toshiya
Hi, For the codepoint scanning of ftdump, -v is OK, I think. In general speaking, you should exclude the cmap subtable with non-Unicode mapping (e.g. some east asian fonts and some MacOS fonts have non-Unicode mapping table - there is a possibility that the codepoint you're looking for is used

Re: [ft] checking national glyhs

2014-06-09 Thread suzuki toshiya
Oops, I made a mistake. $ fc-query serif:lang=hu I meant: $ fc-match serif:lang=hu. fc-match can accept the charset specification, but its expression is not easy for human eye (see discussion http://comments.gmane.org/gmane.comp.fonts.fontconfig/4916 ) Regards, mpsuzuki suzuki toshiya wrote

Re: [ft-devel] Displaying a 'EURO' character in freetype.

2014-04-04 Thread suzuki toshiya
Hi, If you see all glyphs in the font by ftview, could you find euro sign in your Arial? Regards, mpsuzuki On 04/04/2014 04:17 PM, Ashutosh Morwal wrote: Hello, I have been trying to display Euro '€' character using freetype, I can display UNICODE characters such as |âãäæë| , but I cannot

Re: [ft-devel] Freetype 2.5 crash on windows 64 bit executable

2014-04-01 Thread suzuki toshiya
Hi, Could you tell me detail about how you built the binary? I can build FreeType2 for debugging for MinGW environment, but I have not tried Borland's C++ Builder. Regards, mpsuzuki On 04/01/2014 05:37 PM, Yuliana Zigangirova wrote: Hi everyone, thank you for the help with the compilation of

Re: [ft] Loading Type42 font

2014-03-07 Thread suzuki toshiya
Oops, I slipped to Cc to the list. If you reply to me privately, I will post to this list. -- Hi, FreeType2 has builtin Type42 driver, thus, if you have the memory image of Type42 font or have saved as a file, you can load as regular TrueType font. However, the glyph in Type11 (CID-keyed

Re: [ft] Problem on render 'j' on non-monospace font face.

2014-03-05 Thread suzuki toshiya
Hi, I could reproduce the problem by your testing code, but yet I'm not sure if this is FreeType2 problem. Because, 1) if I use ftstring included in freetype2-demos (you can use your own testing text, although the default text is brown fox) 2) if I execute your program with bigger glyph

Re: [ft-devel] rewritten library detection in `configure'

2014-03-03 Thread suzuki toshiya
Dear octoploid, Oh, I was too late... Thank you for reporting bzip2 issue. I found almost same issue and was writing a patch to fallback to conventional detection if pkg-config fails, but hesitated to insist such issue would be popular. You made this issue fixed :-) Regards, mpsuzuki octoploid

Re: [ft-devel] A few compiler warnings from Mac OS's gcc.

2014-03-01 Thread suzuki toshiya
Sorry for lated response about this. My analysis is following; a) in recent version of FreeType2 uses 64-bit variant for optimized numerical calculation, EVEN IF YOU DON'T ENABLE FT_CONFIG_OPTION_FORCE_INT64 in ftoption.h. b) at present, for GCC environment, the optimized numerical functions

Re: [ft-devel] A few compiler warnings from Mac OS's gcc.

2014-03-01 Thread suzuki toshiya
Dear Werner, Sorry for my poor English. On 03/02/2014 01:57 AM, Werner LEMBERG wrote: thanks for your analysis. a) on i386, x86_64 and arm where the optimized numerical functions are enabled by default, FT_CONFIG_OPTION_FORCE_INT64 should be enabled, for the developers' visibility.

Re: [ft-devel] Crash in Mac OS X, in a function inside freetype.

2014-01-13 Thread suzuki toshiya
I had same question. Maybe he wants anybody (of the maintainer) to compile a genuine binary. Although nobody can make genuine binary, I will try to compile a debug binary to make it issue the detailed tracing message. Regards, mpsuzuki Werner LEMBERG wrote: I am actually using a dylib created

Re: [ft-devel] freetype on mac os X question/curious comments Re: Freetype-devel Digest, Vol 107, Issue 10

2013-12-27 Thread suzuki toshiya
Hi all, Just I've committed the patch. Regards, mpsuzuki On 12/27/2013 03:39 PM, suzuki toshiya wrote: Hin-Tak Leung wrote: If what you said is true, that must mean Mac OS X's shipped freetype has some custom patch to reorder the font index? No. FreeType2 has 2 drivers for Suitcase font

Re: [ft-devel] freetype on mac os X question/curious comments.

2013-12-19 Thread suzuki toshiya
Hi, I guess it is related with the handling of Suitcase format font. Please let me check. Regards, mpsuzuki On 12/19/2013 03:47 PM, Hin-Tak Leung wrote: Hi Werner, I seem to recall that you don't have much access to Mac OS X; nonetheless, I wonder if you have an idea what's the context of

[ft-devel] a few barriers before true 64-bit or LFS support

2013-11-25 Thread suzuki toshiya
typed variables (on ILP32 systems). Even if we exclude such possibility, FT_StreamRec class does not distinguish the size/pos for memory buffer from those for file handle. On 11/25/2013 09:29 PM, suzuki toshiya wrote: Dear Behdad, Thank you for comment. Yes, the most widely used font formats

Re: [ft-devel] LFS support in builds/unix/ftsystem.c

2013-11-23 Thread suzuki toshiya
Hi, Although I'm working too long time about it, I'm trying to reduce non-essential cast between 64-bit variables and 32-bit variables in FreeType2. The biggest problem of the latency about LFS support is the API design of abstract stream in FreeType2. Please check FT_Stream_XXX() functions in

Re: [ft-devel] LFS support in builds/unix/ftsystem.c

2013-11-23 Thread suzuki toshiya
Dear Werner, OK, I will try to estimate the changeset based on the suggested method (let autoconf to detect configure the macros to enable/ disable LFS support). Regards, mpsuzuki On 11/23/2013 05:23 PM, Werner LEMBERG wrote: Toshiya-san, thanks for your analysis. I wasn't aware of

Re: [ft] Using FreeType for matching font metrics

2013-10-23 Thread suzuki toshiya
Hi, Excuse me, please let me know more detail about your question. You expect that the FreeType2 provides a special API to make a font instance with per-glyph interpolation parameters, even if no other font rasterizer can have such? I remember ISO/IEC 14496-28 (Composite Font Representation)

Re: [ft] Using FreeType for matching font metrics

2013-10-23 Thread suzuki toshiya
On 10/23/2013 08:38 PM, Martin Kotulla (SoftMaker) wrote: On 23.10.2013 13:36, Khaled Hosny wrote: I think some Adobe software does that, or how can Adobe MM font be adapted to metrics of missing fonts in Adobe Reader? Regards, Khaled Yes, it would be similar to what Adobe Reader does when

Re: [ft] Vertical Text and Rotated Characters

2013-10-17 Thread suzuki toshiya
Hi, The glyph rotation (rather, the picking the rotated glyph by the glyph ID substitution) for the vertical writing mode is (now) classified as a part of complex text layout for the internationalization (e.g. Arabic, Indic, etc). Thus, now FreeType2 developers are thinking it's a role of higher

Re: [ft] Can't make install from source on freetype-2.5.0.1

2013-10-14 Thread suzuki toshiya
Hi, Considering the position of -L -lpng12, I guess it's related with the output of libpng-config --ldflags. Could you execute libpng-config --ldflags and report the result? Regards, mpsuzuki On 10/15/2013 08:45 AM, Fong Chun Chan wrote: Hi all, I am trying to build freetype-2.5.0.1 from

Re: [ft] FT_Open_Face

2013-10-03 Thread suzuki toshiya
Hi, I guess you're afraid that some bugs exist in the stream driver of the FreeType2. You could load no font? Or, you could load some fonts, but could not other fonts? If FT_Open_Face() is already failed, the glyph loading should not be tried anymore. According to fterrdef.h, error code 2 (from

Re: [ft] FT_Open_Face

2013-10-03 Thread suzuki toshiya
with `count` and `offset` both 0 are called, and i'm not 100% sure what should be happening in that case. On Thu, Oct 3, 2013 at 9:39 PM, suzuki toshiya mpsuz...@hiroshima-u.ac.jp mailto:mpsuz...@hiroshima-u.ac.jp wrote: Hi, I guess you're afraid that some bugs exist in the stream

Re: [ft] FT_Open_Face

2013-10-03 Thread suzuki toshiya
with FT_New_Face... but now i'm using an encrypted OpenSSL I/O stream so I need to use FT_Open_Face and supply the read function which also does seeking, but i'm guessing something's wrong with my seeking On Thu, Oct 3, 2013 at 10:35 PM, suzuki toshiya mpsuz...@hiroshima-u.ac.jp mailto:mpsuz

Re: [ft] FT_New_Face and PCF fonts

2013-09-24 Thread suzuki toshiya
Hi, Just I've committed, now PCF and BDF drivers return invalid argument error when non-zero face index is given. BTW, the argument checks are done AFTER the opening of the font file by each driver. Although I was going to change the drivers to refuse non-zero face index immediately without any

Re: [ft] FT_New_Face and PCF fonts

2013-09-23 Thread suzuki toshiya
Hi, I could not find any record changing to allow such, from git commit log, so I guess it is unexpected/overlooked behaviour. I want to change it to return an error (invalid argument or something else?). Werner, more consideration is expected? Regards, mpsuzuki On 09/24/2013 11:45 AM, Akira

Re: [ft-devel] using pkg-config

2013-09-15 Thread suzuki toshiya
Excuse me, just a small off-topic question, `libpng-config' script. I will soon need the HarfBuzz library which doesn't provide a `harfbuzz-config' script. Future release of FreeType2 will depend on HarfBuzz? Regards, mpsuzuki On 09/15/2013 06:06 PM, Werner LEMBERG wrote: Folks,

Re: [ft] How do I configure freetype to build without versioning?

2013-09-08 Thread suzuki toshiya
Hi, If you're working with Unix and doing ./configure make ... style, please check builds/unix/unix-cc.in, its last part is a skeleton to invoke GNU libtool, you may be able to manipulate the flags to be passed. Regards, mpsuzuki On 09/09/2013 06:43 AM, Preet wrote: I'm trying to build

Re: [ft-devel] Hebrew support to auto-hinter added

2013-08-26 Thread suzuki toshiya
Consequently, I've added Hebrew support. Great. Did you have a contact with Hebrew typographic expert? Regards, mpsuzuki On 08/27/2013 04:34 AM, Werner LEMBERG wrote: I proudly announce that the first part of the reorganization of FreeType's auto-hinter has been finished. It is now just a

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 ---

Re: [ft] Building FT2 for embedded architectures

2013-04-19 Thread suzuki toshiya
Hi, Could you post config.log generated by passing the --host option to ./configure? Regards, mpsuzuki Wolfgang Draxinger wrote: Hi, I'd like to build FT2 for the ARM Cortex-M3 architecture to use it for text output on a display. My naive attempt to make it use the available

Re: [ft] Building FT2 for embedded architectures

2013-04-19 Thread suzuki toshiya
you compile it? Regards, mpsuzuki On 2013年04月20日 00:46, Wolfgang Draxinger wrote: On 04/19/13 17:13, suzuki toshiya wrote: Hi, Could you post config.log generated by passing the --host option to ./configure? Here you go: This file contains any messages produced by compilers while

Re: [ft] Help finding glyphs in TTF files

2013-03-30 Thread suzuki toshiya
Hi, What kind of text[] is passed to FT_Load_Char()? And what kind of the error is returned? Regards, mpsuzuki Michael Franklin wrote: Hello, First of all, let me say thanks for FreeType. I was thrilled when text first appeared (clean and crisp) on my embedded system for the fist time

Re: [ft] Freetype2 compilation error

2013-03-20 Thread suzuki toshiya
we can expect that cpp macro like ((ULONG_MAX 63) == 0) can be used to check the size of unsigned long. Regards, mpsuzuki HCL Infosystems Ltd wrote: Dear mpsuzuki, Thanks a lot for below information. Regards Amit - Original Message - From: suzuki toshiya mpsuz...@hiroshima

Re: [ft] Freetype2 compilation error

2013-03-20 Thread suzuki toshiya
((ULONG_MAX 63) == 0) can be used to check the size of unsigned long. Regards, mpsuzuki HCL Infosystems Ltd wrote: Dear mpsuzuki, Thanks a lot for below information. Regards Amit - Original Message - From: suzuki toshiya mpsuz...@hiroshima-u.ac.jp To: HCL Infosystems Ltd hpcssupp

Re: [ft] Freetype2 compilation error

2013-03-20 Thread suzuki toshiya
preprocessor would be 31 ###UNQUOTE### Regards Amit - Original Message - From: suzuki toshiya mpsuz...@hiroshima-u.ac.jp To: HCL Infosystems Ltd hpcssupp...@tropmet.res.in Cc: Werner LEMBERG w...@gnu.org

Re: [ft] Freetype2 compilation error

2013-03-19 Thread suzuki toshiya
Hi, Sorry for your inconvenience. Your quotation seems to be the messages during the configuration, not during compilation. Do you mean that the irregular warning like checking whether cpp computation of bit length in ftconfig.in works... ./ft2build.h, line 1: 1506-229 (W) File is empty.

Re: [ft] Freetype2 compilation error

2013-03-19 Thread suzuki toshiya
and make install. Regards Amit - Original Message - From: suzuki toshiya mpsuz...@hiroshima-u.ac.jp To: HCL Infosystems Ltd hpcssupp...@tropmet.res.in Cc: freetype@nongnu.org Sent: Tuesday, March 19, 2013 12:23:33 PM Subject: Re: [ft] Freetype2 compilation error Hi, Sorry

Re: [ft] Freetype2 compilation error

2013-03-19 Thread suzuki toshiya
} +echo '# error autoconf temporal file for CPP testing is included' $f +echo '#endif' $f fi done suzuki toshiya wrote: OK, I will make a testing tarball with new configure script. Please wait a while. Regards, mpsuzuki HCL Infosystems Ltd wrote: Hello mpsuzuki, Thanks

Re: [ft] Freetype2 compilation error

2013-03-19 Thread suzuki toshiya
: suzuki toshiya mpsuz...@hiroshima-u.ac.jp To: freetype freetype@nongnu.org Cc: HCL Infosystems Ltd hpcssupp...@tropmet.res.in, Werner LEMBERG w...@gnu.org Sent: Tuesday, March 19, 2013 1:19:31 PM Subject: Re: [ft] Freetype2 compilation error Just I've uploaded testing tarball. http

Re: [ft] Freetype2 compilation error

2013-03-19 Thread suzuki toshiya
:ft_use_autoconf_sizeof_types:enable_biarch_config:=::: checking whether cpp computation of bit length in ftconfig.in works... yes HCL Infosystems Ltd wrote: Yes please fix it. Regards Amit - Original Message - From: suzuki toshiya mpsuz...@hiroshima-u.ac.jp To: freetype freetype@nongnu.org Cc: HCL

Re: [ft] Freetype2 compilation error

2013-03-19 Thread suzuki toshiya
checking for unistd.h... (cached) yes ###UNQUOTE### Regards Amit - Original Message - From: suzuki toshiya mpsuz...@hiroshima-u.ac.jp To: HCL Infosystems Ltd hpcssupp...@tropmet.res.in Cc: Werner LEMBERG w

Re: [ft] building library from the source code

2013-03-12 Thread suzuki toshiya
; } show_image(); FT_Done_Face( face ); FT_Done_FreeType( library ); return 0; } /* EOF */ On Thu, Mar 7, 2013 at 11:10 AM, suzuki toshiya mpsuz...@hiroshima-u.ac.jp wrote: Hi, Could you post some sample source that you could display a blank screen? Regards, mpsuzuki Parth

Re: [ft] building library from the source code

2013-03-06 Thread suzuki toshiya
Hi, Could you post some sample source that you could display a blank screen? Regards, mpsuzuki Parth Kanungo wrote: Hi all, I used the sample code on the FreeType Documentation Page (PART-1). To run the code, when I used the libraries from GTK+ bundle, my output was perfect. However,

[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] Freetype 2.4.11 Cross Compiling

2013-02-19 Thread suzuki toshiya
Hi, Thank you for the report. Could you post config.log config.status? I should check why the compiler for apinames (basically, the compiler for libfreetype and apinames are distinguished in configure) is set for MIPS platform. Regards, mpsuzuki Dimitris Zenios wrote: Hello everyone i am

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.

Re: [ft] Convert_glyph()

2013-01-17 Thread suzuki toshiya
that the overflow occurs? It appears to be the case, how ever I have not yet to identify which curve caused the error without setting the ras.error. I will do some more debugging and let you know. Best Regards, Dakai From: suzuki toshiya [mpsuz...@hiroshima

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] 2.4.10 install under ubuntu 12.04

2012-10-15 Thread suzuki toshiya
Have you extracted tarball (tar.gz, tar.bz2 etc), or, zip file? Regards, mpsuzuki Vince Miller wrote: I'm attempting a plain vanilla install of 2.4.10 in support of GD 2.4.2 and Mapserver 6.0.3. Ubuntu 12.04 includes GNU Make 3.81. Here's the result: *** begin snippet

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] 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] 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] 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 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 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] NPUSHW in skipcode().

2012-09-17 Thread suzuki toshiya
Dear Dakai, Thanks! I was showing all characters with ftview and wondering why I could not receive any errors :-), Regards, mpsuzuki Dakai Liu wrote: Hi Werner and Mr. Suzuki, Sorry, This IS a false alarm. The problem does happen in version 2.1.4, which is what we are using. And the

Re: [ft] NPUSHW in skipcode().

2012-09-16 Thread suzuki toshiya
Dear Dakai, Thank you for the information. If possible, please let me know which Japanese font hits this issue... Regards, mpsuzuki Dakai Liu wrote: Dear List, I have encountered a byte interpreter exception when rendering a Japanese font. I think I may have found a bug in SkipCode()

Re: [ft] NPUSHW in skipcode().

2012-09-16 Thread suzuki toshiya
: suzuki toshiya [mpsuz...@hiroshima-u.ac.jp] Sent: Monday, 17 September 2012 2:53 PM To: Dakai Liu Cc: freetype@nongnu.org Subject: Re: [ft] NPUSHW in skipcode(). Dear Dakai, Thank you for the information. If possible, please let me know which Japanese font hits this issue... Regards

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] 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] error with redhat

2012-09-04 Thread suzuki toshiya
One of the point I have to emphasize is: if you dislike the efforts to recover a Linux system which is confused by overwriting installation of unmanaged software package (I know some people could enjoy it), do not set the prefix as --prefix=/usr. It will overwrite existing software

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] Help Loading Microsoft Sans Serif Bold

2012-08-22 Thread suzuki toshiya
a TTF file can include only 1 face, so micross.ttf would include only the regular weight version, and bold version would be included in another font file. Please search it. Regards, mpsuzuki J Ansell wrote: I am attempting to use freetype to load the default font on Windows 7 which is

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] 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] Freetype FT_Request_Size() crashes

2012-07-12 Thread suzuki toshiya
not compile anything but finishes. Is it designed only for Win32? Regards, mpsuzuki suzuki toshiya wrote: Thanks, the report is interesting because it says the binaries on Mac OS X 10.6.8 and Android crash too. You are the reporter of the issue? Regards, mpsuzuki Paul Dean wrote

Re: [ft] Freetype FT_Request_Size() crashes

2012-07-12 Thread suzuki toshiya
/MacOS/FreetypeBug 2012-07-13 14:55:52.159 FreetypeBug[5826:903] App Started 2012-07-13 14:55:52.176 FreetypeBug[5826:903] App Exited What's difference from your case? Regards, mpsuzuki suzuki toshiya wrote: Dear Paul, Thank you for updating the sample source. I could reproduce the issue

Re: [ft] Freetype FT_Request_Size() crashes

2012-07-08 Thread suzuki toshiya
(release multithreaded or singlethreaded), the crash does not appear. Regards, mpsuzuki suzuki toshiya wrote: Dear Paul, I could reproduce the crash by http://aquawicket.com/FreetypeBug.zip , but I could not reproduce it with smaller program like attached one. Does this bug occur when

Re: [ft] Freetype FT_Request_Size() crashes

2012-07-08 Thread suzuki toshiya
Now I'm trying to build FreetypeBug with cmake-2.8.8 + Xcode on Mac OS X 10.6.8. But generated project (or Unix makefiles) does not compile anything but finishes. Is it designed only for Win32? Regards, mpsuzuki suzuki toshiya wrote: Thanks, the report is interesting because it says

Re: [ft] Rendering chinese characters

2012-07-06 Thread suzuki toshiya
and your time . Thanks and Regards, Daya -Original Message- From: suzuki toshiya [mailto:mpsuz...@hiroshima-u.ac.jp] Sent: Wednesday, June 27, 2012 4:14 PM To: Daya Devi K (WT01 - Product Engineering Services) Cc: freetype@nongnu.org Subject: Re: [ft] Rendering chinese

Re: [ft] Freetype FT_Request_Size() crashes

2012-07-01 Thread suzuki toshiya
Dear Paul, I could reproduce the crash by http://aquawicket.com/FreetypeBug.zip , but I could not reproduce it with smaller program like attached one. Does this bug occur when a program uses both of SDL and FreeType2? Regards, mpsuzuki suzuki toshiya wrote: I will check. Regards, mpsuzuki

Re: [ft] Freetype FT_Request_Size() crashes

2012-07-01 Thread suzuki toshiya
In addition, if I build freetype-2.4.9 with bundled MSVC 2008 project file and link FreeTypeBug.exe with freetype249MT.lib or freetype249ST.lib (release multithreaded or singlethreaded), the crash does not appear. Regards, mpsuzuki suzuki toshiya wrote: Dear Paul, I could reproduce the crash

<    1   2   3   4   5   >