or we leave everything as it is.change default filter (patching cairo source)change build options for Freetype on Windos (enable FT_CONFIG_OPTION_SUBPIXEL_RENDERING, potential patent infringement?)font rendering looks ugly ( at least for small font size like for menus, lists and codepanes)We have to discuss how we proceed.But there is no public API for this function anymore, so I had toFT_LCD_FILTER_DEFAULTbut for this (so far, the best) result I usedthe default is�� FT_LCD_FILTER_LEGACYFT_LCD_FILTER_NONEsince 1.8 this API is private again (the code for the different filter settings is still there).in cairo 1.7. was a public API for the lcd_filter.Ok, the best I could do:Sadly, it only works because I changed the default lcd_filter from cairo.
You can choose between
FT_LCD_FILTER_LEGACY
FT_LCD_FILTER_LIGHT
FT_LCD_FILTER_DEFAULT
change the code.
The problems:
font rendering looks different on windows and linux
possible solutions:
I do not know, and I'm starting to lose all interest.