freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft-devel] Issue in font size!!!


From: Majid
Subject: [ft-devel] Issue in font size!!!
Date: Wed, 1 Aug 2007 05:25:41 -0700 (PDT)

I have a function setfont in that function i send font size after creating
font i.e
 set_font_size(int size)
{
error = FT_Set_Char_Size(
        this->face,    /* handle to face object           */
        0,       /* char_width in 1/64th of points  */
                size*64,//this->point_size,   /* char_height in 1/64th of 
points */
                300,     /* horizontal device resolution    */
                300 );   /* vertical device resolution      */


}
but font size is not changing...........%-|%-|

what is the issue
I have read the documentaion, as well
Regards Majid

-- 
View this message in context: 
http://www.nabble.com/Issue-in-font-size%21%21%21-tf4199784.html#a11944519
Sent from the Freetype - Dev mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]