[ft-devel] [PATCH] ftmodule.h: add config menu for Keil IDE

2018-03-15 Thread opentkernel
From: DU HUANPENG Signed-off-by: DU HUANPENG --- include/freetype/config/ftmodule.h | 76 ++ 1 file changed, 76 insertions(+) diff --git a/include/freetype/config/ftmodule.h b/include/freetype/config/ftmodule.h index

[ft-devel] [PATCH] ftmodule.h: add config menu for Keil IDE

2018-03-15 Thread duhuanpeng
From: DU HUANPENG Signed-off-by: DU HUANPENG --- include/freetype/config/ftmodule.h | 76 ++ 1 file changed, 76 insertions(+) diff --git a/include/freetype/config/ftmodule.h b/include/freetype/config/ftmodule.h index

Re: [ft-devel] Contribution to freetype

2018-03-15 Thread Parth Wazurkar
Thank you so much Ewald. I'll check that out. Regards Parth On Fri, Mar 16, 2018 at 9:13 AM, Ewald Hew wrote: > Hi Parth, > > > I am unable to figure out the working of `FT_Face_InitFunc` in the > `ftdrv.h` > > file. > > particularly, how does the call to `init_face`

[ft-devel] [PATCH] ftmodule.h: add config menu for Keil IDE

2018-03-15 Thread duhuanpeng
From: DU HUANPENG Signed-off-by: DU HUANPENG --- include/freetype/config/ftmodule.h | 76 ++ 1 file changed, 76 insertions(+) diff --git a/include/freetype/config/ftmodule.h b/include/freetype/config/ftmodule.h index

Re: [ft-devel] Contribution to freetype

2018-03-15 Thread Ewald Hew
Hi Parth, > I am unable to figure out the working of `FT_Face_InitFunc` in the `ftdrv.h` > file. > particularly, how does the call to `init_face` function invokes the > particular font format's driver. > Please help. I suggest you read the article here

Re: [ft-devel] Contribution to freetype

2018-03-15 Thread Parth Wazurkar
Hi all, I am unable to figure out the working of `FT_Face_InitFunc` in the `ftdrv.h` file. particularly, how does the call to `init_face` function invokes the particular font format's driver. Please help. Regards Parth On Wed, Mar 7, 2018 at 9:23 PM, Parth Wazurkar

Re: [ft-devel] CMake patches from Microsoft's vcpkg project

2018-03-15 Thread Nikolaus Waxweiler
So.. regarding a minimum version. I'm building FreeType for bundling with freetype-py and I'm using https://github.com/matthew-brett/multibuild to build it on Linux and macOS. For Linux, a CentOS 5.11 image is used to build stuff (https://github.com/pypa/manylinux), which comes with CMake

[ft-devel] Freetype fails to open BDF files

2018-03-15 Thread Akira Urushibata
I have observed that freetype-2.9 cannot open numerous BDF files. After encountering the problem I wrote the following program to investigate. #include #include #include #include #include FT_FREETYPE_H int error; int main( int argc, char** argv ) { FT_Librarylibrary;