freetypy.set_lcd_filter_weights

freetypy.set_lcd_filter_weights()

Enable LCD filter with custom weights.

Parameters:b, c, d, e (a,) – The filter weights

Notes

Due to PATENTS covering subpixel rendering, this function doesn’t do anything except raising NotImplementedError if the configuration macro FT_CONFIG_OPTION_SUBPIXEL_RENDERING is not defined in your build of the library, which should correspond to all default builds of FreeType.