[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] FreeType GETINFO[]
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] FreeType GETINFO[] |
Date: |
Thu, 06 Nov 2014 12:40:51 +0100 (CET) |
> 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