[ft] Query regarding FT_Set_Char_Size() usage

2011-05-20 Thread Vinayak SWARUP
Hi, As per my understanding of the call FT_Set_Char_Size(). There are two sets parameters that need to be defined to put a bitmap with correct size on a display mechanism (say TV, monitor or paper in case of printer) correctly, namely a. FT_F26Dot6 char_width, FT_F26Dot6 char_height,

Re: [ft] Query regarding FT_Set_Char_Size() usage

2011-05-20 Thread Collyer, Oliver, SI
My understanding is that you use a DPI setting of 72 if you want the point sizes to represent pixels. Sent from my iPigeon On 20 May 2011, at 11:29, Vinayak SWARUP vinayak.swa...@st.com wrote: Hi, As per my understanding of the call FT_Set_Char_Size(). There are two sets parameters that

Re: [ft] Query regarding FT_Set_Char_Size() usage

2011-05-20 Thread Wojtek Mamrak
Yes, and then you can use: FT_Set_Pixel_Sizes http://www.freetype.org/freetype2/docs/reference/ft2-base_interface.html#FT_Set_Pixel_Sizes http://www.freetype.org/freetype2/docs/tutorial/step1.html ___ Freetype mailing list Freetype@nongnu.org

Re: [ft] Jam Build Tool

2011-05-20 Thread Brady Duga
Ok, I'm confused. What's this got to do with FreeType? --Brady On May 20, 2011, at 4:09 PM, Chris Molozian ch...@cmoz.me wrote: Hey all, Not sure if this is the right place to ask these questions, I hope the mailing list is still active. I'm trying to use Jam to build what I believe is

Re: [ft] Jam Build Tool

2011-05-20 Thread Chris Molozian
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 FreeType mailing list might contain developers that maintain or can help with any Jam related queries. Chris On 21/05/11 00:11, Brady Duga

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

Re: [ft] Jam Build Tool

2011-05-20 Thread Vincent Torri
On Fri, 20 May 2011, Brady Duga wrote: Ok, I'm confused. What's this got to do with FreeType? because freetype has a modified version of jam, named FTjam, which was written by the freetype devs. There are other versions of jam: http://en.wikipedia.org/wiki/Perforce_Jam There is also