config_query  FT2_BYTECODE "Enable bytecode interpreter?" y &&
config_query  FT2_SUBPIXEL "Enable LCD subpixel rendering enhancements (patented in some countries)?" n &&
if [[ ${FT2_BYTECODE} == "y" ]]; then
  config_query_list FT2_SUBPIXEL_HINTING "Choose subpixel hinting method." new old both
fi &&
config_query  FT2_SVG "Enable OT-SVG?" n &&
persistent_remove FT2_FIR_FILTER
