> I am accessing FreeType through the freetype.py binding
> (http://freetype-py.readthedocs.org/en/latest/introduction.html),
> and the GETINFO[1] seems to always return 35, even when LCD subpixel
> rendering is activated:
>
> FT_LOAD_DEFAULT | FT_LOAD_TARGET_LCD

Well, the LCD target doesn't imply subpixel hinting...

Do you compile FreeType with FT_CONFIG_OPTION_SUBPIXEL_RENDERING
defined in `ftoption.h'?  Otherwise you will never get value 38.

> It seems FT_Property_Set is not accessible with the python
> binding...  Is there something I am missing?
 
I guess that accessing FT_Property_Set is simply not implemented.


    Werner

_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to