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

2012-04-11 Thread 钱晓明
freetype-2.4.9\src\bdf\bdflib.c(772): warning C4244: “function”: conversion from 'ptrdiff_t' to 'unsigned long', possible loss of data error = (*cb)( buf + start, end - start, lineno, (void*)&cb, client_data ); freetype-2.4.9\src\base(39): warning C4306: “function”: conversion f

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:

[ft-devel] Build freetype2 64bit in windows

2012-04-11 Thread 钱晓明
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: convert "ptrdiff_t" to "unsigned long" convert "int" to "FT_Pointer" convert "FT_PtrDist

Re: [ft-devel] ttfautohint - latest source build error OSX

2012-04-11 Thread Werner LEMBERG
> I support the use of pandoc. Yeah, it's very nice. It took me some days to evaluate the various documentation systems: My first thought was to use doxygen, but this format is not really suited for standalone documentation like a user guide $(Q#|(B maybe it is, but I haven't found an easy way

Re: [ft-devel] ttfautohint - latest source build error OSX

2012-04-11 Thread Dave Crossland
I support the use of pandoc. Does it output texinfo? ___ Freetype-devel mailing list Freetype-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/freetype-devel

Re: [ft-devel] Wavelet rasterization

2012-04-11 Thread Werner LEMBERG
> I've stumbled upon this paper that claim wavelet rasterization may > give better cell coverage (than freetype): This is a nice paper, thanks for the link. However, it says that wavelet rasterization can't compete with specialized rasterizers like FreeType w.r.t. speed. Additionally, the cell

Re: [ft-devel] ttfautohint - latest source build error OSX

2012-04-11 Thread Werner LEMBERG
> Pulled latest source today and built as usual but install fails with >following error; [...] > > install: ./ttfautohint.html: No such file or directory There is a new dependency for building from git: You need pandoc. http://code.google.com/p/pandoc/downloads/list Note that the new document