Hi,

I was wondering whether the following r exactly equivalent:

float width, height;
int dpi;

...

1) FT_Set_Pixel_Sizes(face, width, height)
2) FT_Set_Char_Size(face, width*64*72/dpi, height*64*72/dpi, dpi, dpi)

.. or is there anything I'm missing?

Thanx!
Yaron
_______________________________________________
Freetype mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to