oops - NOw they agree. evas is fixed to 75 dpi - thats how it thinks now.

maybe i should export this as engine and then evas calls? lets see.


SVN revision: 11758
This commit is contained in:
Carsten Haitzler 2004-10-06 00:08:12 +00:00
parent 7edce6a8d6
commit 8375062f08
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ evas_common_font_load_init(RGBA_Font *fn)
FT_Activate_Size(fn->ft.size);
}
fn->real_size = fn->size * 64;
error = FT_Set_Char_Size(fn->src->ft.face, 0, fn->real_size, 100, 100);
error = FT_Set_Char_Size(fn->src->ft.face, 0, fn->real_size, 75, 75);
if (error)
{
fn->real_size = fn->size;