Re: [ft] Mac Build - Desperate

2006-12-11 Thread suzuki toshiya
Hi, Just I've written my manuscript of How to build FreeType2 by CodeWarrior, without existing project file. The documentation is based on CodeWarrior v9.0, but I think essential steps are same in older CW. Please check : http://www.gyve.org/~mpsuzuki/BuildFreeType2ByCodeWarrior/ Regards,

Re: [ft] 2.3.5 compile error on Mac OS X

2007-07-06 Thread suzuki toshiya
Hi, I will check the issue next Monday (Jul-9th), please wait. Regards, mpsuzuki Benjamin Reed wrote: I'm trying to build 2.3.5 on OSX 10.4, and I get this error: gcc -pedantic -ansi -I/Volumes/Shared/fink.build/freetype219/freetype-2.3.5/objs -I./builds/unix

Re: [ft] 2.3.5 compile error on Mac OS X

2007-07-08 Thread suzuki toshiya
Dear BenJamin Reed, I couldn't reproduce the problem on Mac OS X 10.4.10 on PowerPC. You're using Intel Mac? Regards, mpsuzuki suzuki toshiya wrote: Hi, I will check the issue next Monday (Jul-9th), please wait. Regards, mpsuzuki Benjamin Reed wrote: I'm trying to build 2.3.5 on OSX 10.4

Re: [ft] returned DataType for FT_New_Face

2007-08-22 Thread suzuki toshiya
Hi, bnTheMan wrote: HI, if I put this line of code... error = FT_New_Face( library, fname, 0, face ) ... then what should I set error to? ex... int, string, unsigned int etc... Please consider the convenient web page at

Re: [ft] How to get a glyph index of Japanese charactor

2008-08-27 Thread suzuki toshiya
Hi, Hongyu Zhang wrote (2008/08/27 20:10): I am using the default FT_ENCODING_UNICODE charmap which contains Japanese font. Basically it's OK. Some legacy fonts designed for classic MacOS have only Shift-JIS encoding (no Unicode encoding interface), but most fonts produced recently have

Re: [ft] How to get a glyph index of Japanese charactor

2008-08-27 Thread suzuki toshiya
suzuki toshiya wrote (2008/08/27 22:25): When I set the charcode to be its binary code (eg. 0xE38193), glyph index 0 is returned. Hmm, I'm not sure what the encoding you wanted use. Regarding the 24bit length of 0xE38193, I guess you wanted to use UTF-8. Please try UCS-4 codepoint (e.g

Re: [ft] Minimizing small file reads

2008-11-17 Thread suzuki toshiya
Hi, In the system supporting memmap() and FreeType2 is configured to use it, the number of system call would be much reduced in comparison with the system without memmap. In the target platform which you're working for, memmap() is available? Or, available and configured to use it, but you think

Re: [ft] Minimizing small file reads

2008-11-18 Thread suzuki toshiya
everything in memory so that I don't need any calls to read() after some initial read(s). Perhaps, there's a way to prefetch entire font files? If mmap() can be used to avoid small reads, I should probably investigate how to make use of it. Josh On Mon, Nov 17, 2008 at 9:34 PM, suzuki toshiya [EMAIL

Re: [ft] Compiling freetype 2.3.9 with bcc fails

2009-07-10 Thread suzuki toshiya
Hi, Mirco Babin wrote (2009/07/10 20:24): bcc32 -oobjs/apinames src/tools/apinames.c CodeGear C++ 5.93 for Win32 Copyright (c) 1993, 2007 CodeGear src/tools/apinames.c: Turbo Incremental Link 5.81 Copyright (c) 1997-2008 CodeGear Fatal: Unable to open file 'APINAMES.OBJ' mingw32-make: ***

Re: [ft] Compiling freetype 2.3.9 with bcc fails

2009-07-10 Thread suzuki toshiya
. Please wait 24 hours. Regards, mpsuzuki Regards, Mirco 2009/7/10 suzuki toshiya mpsuz...@hiroshima-u.ac.jp Hi, Mirco Babin wrote (2009/07/10 20:24): bcc32 -oobjs/apinames src/tools/apinames.c CodeGear C++ 5.93 for Win32 Copyright (c) 1993, 2007 CodeGear src/tools/apinames.c: Turbo

Re: [ft] Freetype cross compiling for ARM boards

2009-11-19 Thread suzuki toshiya
Hi Sorry for your inconvenience. I will check soon, but please post your config.log if possible. Regards, mpsuzuki Basil Saji wrote: My name is Basil. I am trying to port the freetype library to a arm development board. I am using the arm cross compiler executable arm-none-linux-gnueabi and

Re: [ft] Building Freetype in another project

2010-07-15 Thread suzuki toshiya
Hi Julian, I cannot guarantee I can solve your issue, but I want to try. Please give me some small sample project which builds FT2 with jam. Regards, mpsuzuki Werner LEMBERG wrote: Now the problem, this is the code i changed/added to try and get the freetype to build in OUR project [...]

Re: [ft] Compressing CJK Fonts effectively

2010-09-07 Thread suzuki toshiya
It's interesting theme for CJK people, but difficult to give quick answer. The meaning of embedded system is too broad to guess the system limitation, in comparison with desktop, laptop, netbook or OLPC, please describe more :-) # small ROM but large RAM? # consuming CPU is better than

Re: [ft] Compressing CJK Fonts effectively

2010-09-07 Thread suzuki toshiya
Ah, I slipped to mention about the font program size and the expected resolution. Michiel, thank you for reminding it. In CJK Ideographs, apparently, the number of control points to draw Bezier/Spline curve is greater than Latin script. The number of the operator to connect the control points is

Re: [ft] FT_Outline_Render makes different bitmaps in 32-bit and 64-bit programs?

2010-10-26 Thread suzuki toshiya
; + ras.precision_bits = 12; + ras.precision_step = 256; + ras.precision_jitter = 50; } else { Tom Bishop, Wenlin Institute wrote: On Oct 25, 2010, at 10:05 PM, suzuki toshiya wrote: Hi, Since 2.3.8? I'm really interested in, because I had committed many changes for 16-bit/64-bit

Re: [ft] Get copyright information from ttf file

2010-11-12 Thread suzuki toshiya
Hi, TrueType/OpenType has the entries to hold copyright, license, manufacture, designers etc. Please find the ID of the strings in the name subtable in http://www.microsoft.com/typography/otspec/name.htm And, FreeType2 has a feature to get the strings in the name subtable by the ID:

Re: [ft] Glyph issue in freetype 2.3.10

2010-12-01 Thread suzuki toshiya
Haha, I was feeling the version of Pango was slightly too old and thinking about how to encourage you to update newer revision. Regards, mpsuzuki Manoj Kumar Bhatta wrote: I'm afraid something wrong in Pango, and it might be long-term issue to analize why this trouble occurs. I have

Re: [ft] Glyph issue in freetype 2.3.10

2010-12-01 Thread suzuki toshiya
candidates for you to migrate from GTK/DirectFB? Regards, mpsuzuki Manoj Kumar Bhatta wrote: Hi, If you do not mind, could you please tell me what are improvements of freetype 2.3.7 to 2.3.10/11 ? Any performance improvement,if so how to measure ? Thanks, Manoj 2010/12/2 suzuki toshiya

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]Some problem about FTC_Cache_RemoveFaceID

2011-01-17 Thread suzuki toshiya
Hi, I will check, but please wait a few weeks. I'm quite sorry. Regards, mpsuzuki 于晨 wrote: Hello everyone, I found some strange thing when I used FTC_Cache_RemoveFaceID() to clear the cmap cache nodes, it seemed that there was a node can't be freed, as the code is: count =

Re: [ft]Some problem about FTC_Cache_RemoveFaceID

2011-02-20 Thread suzuki toshiya
Hi, Just I've confirmed that the part you found is a bug, FTC_Cache_RemoveFaceID() cannot free all of the cache nodes related with a face with given face ID. It inflates the footprint of the application in runtime, but the leaked memory is freed by FTC_Manager_Done(), so it is difficult to be

[ft] 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] help!Freetype2.4.4

2011-05-11 Thread suzuki toshiya
I have no access to the conventional genuine development environment for VxWorks (Tornado?). There is any free development tools? I heard that VxWorks 6 switched their genuine tool to new workbench based on Eclipse. Regards, mpsuzuki 刘承 wrote: Excuse me: I Need for help,but My English is

Re: [ft] Jam Build Tool

2011-05-20 Thread suzuki toshiya
Hi, How about perforce's mailing list? http://maillist.perforce.com/mailman/listinfo/jamming Regards, mpsuzuki Chris Molozian wrote: Apologies if this is the wrong place: http://www.freetype.org/jam/index.html I couldn't find a dedicated mailing list for Jam and assumed that the

[ft] Proposal to hide FT_MACINTOSH from ftconfig.h

2011-05-28 Thread suzuki toshiya
Hi all, Now I'm working with Savannah Bug #32321, and I will improve the C preprocessor hook (to forcibly disable Carbon dependent feature on the recent 64bit platforms without Carbon framework) in ftconfig.h to work with legacy Mac OS X (10.0-10.1), like this:

Re: [ft] subset fonts

2011-08-11 Thread suzuki toshiya
FreeType is a font rendering library and not for font production. The font subsetting method is quite varied for the purposes (e.g. subsetting for PDF, for OOXML, for WOFF are quite different), so please post the detail of what you want to do. Marko Vranić wrote: Hi, I'm new with Free Type,

Re: [ft] Regarding API of the latest version of freetype

2011-08-11 Thread suzuki toshiya
I'm not sure whether you're trying to build FreeType as a libary, or trying to build some demo (after finishing the build of the library), or trying to build an application including a part of source of FreeType (without building library). Please post what you want to do and what kind of similar

Re: [ft] subset fonts

2011-08-12 Thread suzuki toshiya
at 9:19 PM, suzuki toshiya mpsuz...@hiroshima-u.ac.jpwrote: FreeType is a font rendering library and not for font production. The font subsetting method is quite varied for the purposes (e.g. subsetting for PDF, for OOXML, for WOFF are quite different), so please post the detail of what you want

Re: [ft] Unable to add glyph to unassigned unicode value

2011-08-13 Thread suzuki toshiya
downloaded it (denemo.ttf) and it works except for E3C6 which I tried to add. Do you know the steps to add a new glyph in the unused unicode range and make it display in gtk? Thanks, -Ferdinand --- On Fri, 8/12/11, suzuki toshiya mpsuz...@hiroshima-u.ac.jp wrote: From: suzuki toshiya mpsuz

Re: [ft] platform problems(ios、android) and align with outline font

2011-09-16 Thread suzuki toshiya
where is the attachment? mobile_web wrote: Hi, There are two problems with using freetype.I beg someone can help me to solve these problems. 1. I use official example : example2.cpp to get outline font. But all charatores return the same baseline,so i can't got Align Text. 2. There are

Re: [ft] Differences between 2.1.10 and 2.4.6

2011-10-16 Thread suzuki toshiya
Hi, One of the most big change between 2.1.10 to 2.4.6 would be that the genuine TrueType hinting is enabled because the patent was expired. Anyway, I'm interested in the difference you prefer 2.1.10 than 2.4.6, could you post some screen shots comparing both result? Regards, mpsuzuki Vojtěch

Re: [ft] sub-glyph graphics-state question

2011-10-26 Thread suzuki toshiya
Hi, I'm interested in this issue, but I won't have a time to take a look until the night of Friday. I'm sorry. Werner LEMBERG wrote: I encountered a bug rendering a font called SimBraille. I don't know this font! Yet I've not checked the rendering result, but there is a web site providing a

Re: [ft] Cannot run C compiled programs Mac OSX

2011-12-13 Thread suzuki toshiya
Hi David, I will take a look, please wait 24 hours. Regards, mpsuzuki David Welch wrote: Hello all, Im trying to install freetype on a MacBook running OS X 10.6. Here's my procedure: = $ curl -L -o freetype-2.4.8.tar.bz2

Re: [ft] ugly output with freetype and gtk

2012-01-17 Thread suzuki toshiya
17.01.2012, 14:57 +0100 schrieb suzuki toshiya: Hi, Thank you for reporting with illustrative screenshot. Your screenshot does not seem to be hinting issue, rather, it looks like something wrong in the rasterization itself, forced to say, integer overflow etc. The noise pixel on glyph d seem to lack

Re: [ft] FreeType2

2012-04-03 Thread suzuki toshiya
Hi, Do you want to make a subsetted font from a TTF? I remember recently Google Android developers produced something useful for such purpose... Regards, mpsuzuki ali_b wrote: Hi, I would like to know, if I can use FreeType2 to load a ttf Font, delete some charakters from it, and save it as

Re: [ft] FreeType2

2012-04-04 Thread suzuki toshiya
is that Cairo can subset PostScript or CFF OpenType fonts. suzuki toshiya wrote: Hi, Do you want to make a subsetted font from a TTF? I remember recently Google Android developers produced something useful for such purpose... Regards, mpsuzuki ali_b wrote: Hi, I would like to know, if I can

Re: [ft] R: R: help pls

2012-04-05 Thread suzuki toshiya
So you had built freetype-2.4.9 after renaming its directory to freetype2, you had extracted ft2demos-2.4.9 at the same directory that freetype2 directory is located, and you issued make? Giuseppe Ventura wrote: yes -Messaggio originale- Da: suzuki toshiya [mailto:mpsuz...@hiroshima

Re: [ft] R: R: R: help pls

2012-04-05 Thread suzuki toshiya
originale- Da: suzuki toshiya [mailto:mpsuz...@hiroshima-u.ac.jp] Inviato: giovedì 5 aprile 2012 17:27 A: Giuseppe Ventura Cc: freetype@nongnu.org Oggetto: Re: R: R: [ft] help pls So you had built freetype-2.4.9 after renaming its directory to freetype2, you had extracted ft2demos-2.4.9

Re: [ft] R: R: R: R: R: R: help pls

2012-04-06 Thread suzuki toshiya
: lucid@ubuntu:/freetype2/ft2demos-2.4.9$ make Please compile the library before the demo programs! SAME ERROR! -Messaggio originale- Da: suzuki toshiya [mailto:mpsuz...@hiroshima-u.ac.jp] Inviato: venerdì 6 aprile 2012 11:56 A: Giuseppe Ventura Cc: freetype Oggetto: Re: R: R: R: R: R: [ft

Re: [ft] R: R: R: R: R: R: R: R: R: help pls

2012-04-06 Thread suzuki toshiya
Pick 1 executable file and give --help option to it, aslike ./ftview --help. Giuseppe Ventura wrote: Yes ft2demos-2.4.9/bin But i have many files How to use them? -Messaggio originale- Da: suzuki toshiya [mailto:mpsuz...@hiroshima-u.ac.jp] Inviato: venerdì 6 aprile 2012 13:00

Re: [ft] R: R: R: R: R: R: R: R: R: R: help pls

2012-04-06 Thread suzuki toshiya
Nothing left of me. Giuseppe Ventura wrote: Please You can write some example for use this binaries file? I not undtand help! thanks -Messaggio originale- Da: suzuki toshiya [mailto:mpsuz...@hiroshima-u.ac.jp] Inviato: venerdì 6 aprile 2012 13:51 A: Giuseppe Ventura Cc: freetype

Re: [ft] R: help pls

2012-04-06 Thread suzuki toshiya
Have you red ft2demos-2.4.9/README ? Giuseppe Ventura wrote: I've downloaded ft2demos but when i run make I've error: ft2demos-2.4.9$ make make: Nothing to be done for `all'. -Messaggio originale- Da: suzuki toshiya [mailto:mpsuz...@hiroshima-u.ac.jp] Inviato: giovedì 5 aprile 2012

Re: [ft] Problem rendering Arabic Text.

2012-04-25 Thread suzuki toshiya
Hi, Blaine1666 wrote: I've an application that uses SDL, SGE and Freetype libraries to render text on Screen. Latin text works fine, but Arabic text appears from left to right. This is a complex language, is RTL and the glyphs are different depending on the possition, and my application

Re: [ft] Installing freetype

2012-05-20 Thread suzuki toshiya
Hi, The relationship between your trouble and your question is unclear. I guess what you want is SDL text output. If you ask the question about the installation of FreeType2 in this list, the replies would be the information to install FreeType2 as self-standing library, without the combination

Re: [ft] TT_PLATFORM_MACINTOSH : which mapping converts Unicode into the expected encoding?

2012-05-28 Thread suzuki toshiya
Hi, Excuse me, FreeType2 has no feature to convert character encoding. If you mean how to select the charcode-to-glyph mapping table for Unicode, the solution would be TT_PLATFORM_APPLE_UNICODE. TT_PLATFORM_MACINTOSH is used for the legacy system before Unicode, the recent Macintosh uses

Re: [ft] TT_PLATFORM_MACINTOSH : which mapping converts Unicode into the expected encoding?

2012-05-28 Thread suzuki toshiya
. I could find an interesting list of the encodings at: http://opensource.apple.com/source/CF/CF-550/CFStringEncodingDatabase.c Regards, mpsuzuki Thanks again Tom -Original Message- From: suzuki toshiya [mailto:mpsuz...@hiroshima-u.ac.jp] Sent: 28 May 2012 13:32 To: Tom Sanham

Re: [ft] Freetype FT_Request_Size() crashes

2012-06-12 Thread suzuki toshiya
I will check. Regards, mpsuzuki Werner LEMBERG wrote (2012/06/12 14:49): [Forwarding to the list since I don't use Windows. Anyone interested in looking into this?] Werner == From: Paul Dean aquawic...@hotmail.com

Re: [ft] Rendering chinese characters

2012-06-26 Thread suzuki toshiya
Hi, Are you sure that your font file (I don't know what it is) include the character for +0x00027267? If you are sure, how you have checked it? Regards, mpsuzuki daya@wipro.com wrote: Hi, I m using the following piece of code for rendering the Chinese character and the font file

Re: [ft] Rendering chinese characters

2012-06-26 Thread suzuki toshiya
or not pls anyone let me know the way to find whether a character is present in the font file or not Thanks and regards, Daya -Original Message- From: suzuki toshiya [mailto:mpsuz...@hiroshima-u.ac.jp] Sent: Tuesday, June 26, 2012 12:14 PM To: Daya Devi K

Re: [ft] Rendering chinese characters

2012-06-26 Thread suzuki toshiya
In addition, if you're working on Unix like systems, please try ftview command. It will show the glyphs in the font without consideration if they are accessible via some character code, so it might be helpful to know if the font supports non-BMP characters. Regards, mpsuzuki suzuki toshiya

Re: [ft] Rendering chinese characters

2012-06-26 Thread suzuki toshiya
to copy the equivalent character of 0x00027267,which I am not able to.I m able copy only squares!!! ) Thanks in adv... Thanks Regards, Daya From: suzuki toshiya [mpsuz...@hiroshima-u.ac.jp] Sent: Tuesday, June 26, 2012 1:06

Re: [ft] Rendering chinese characters

2012-06-27 Thread suzuki toshiya
suggest me some font file which support non bmp characters if u know Thanks a lot for ur help Regards, Daya From: suzuki toshiya [mpsuz...@hiroshima-u.ac.jp] Sent: Tuesday, June 26, 2012 4:13 PM To: Daya Devi K (WT01 - Product

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

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

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

  1   2   3   4   5   >