[ft] Newbie to freetype

2010-01-15 Thread rsr
Hi, I am new to this technology.I tried executing the example1 given in the tutorial.I wonder the output given by that. My assumption was,If given a character it will result in the bitmap of the charater.Please correct me if i am wrong? Also,Can any one please expalin me how does

[ft] Confused with FT_SET_CHAR_SIZE and FT_LOAD_CHAR

2010-01-15 Thread rsr
Hi, I am using the example1.c given in the tutorial to get started with the freetype library. /* use 50pt at 100dpi */ error = FT_Set_Char_Size( face,50*64,0, 100,0 );/* set character After reading document API,i assumed we can set the