Commit c0af193c8e25c4f11d23b8893e9ce1c2d2615bb2

Behdad Esfahbod 2011-04-15T19:26:24

Change buffer default properties to invalid This includes HB_DIRECTION_INVALID and HB_SCRIPT_INVALID. The INVALID will cause a "guess whatever from the text" in hb_shape(). While it's not ideal, it works better than the previous defaults at least (HB_DIRECTION_LTR and HB_SCRIPT_COMMON).