1. 09 8月, 2011 8 次提交
  2. 08 8月, 2011 1 次提交
  3. 07 8月, 2011 11 次提交
  4. 06 8月, 2011 9 次提交
  5. 05 8月, 2011 4 次提交
    • B
      [API] Changes to main shape API · 02aeca98
      Behdad Esfahbod 提交于
      hb_shape() now accepts a shaper_options and a shaper_list argument.
      Both can be set to NULL to emulate previous API.  And in most situations
      they are expected to be set to NULL.
      
      hb_shape() also returns a boolean for now.  If shaper_list is NULL, the
      return value can be ignored.
      
      shaper_options is ignored for now, but otherwise it should be a
      NULL-terminated list of strings.
      
      shaper_list is a NULL-terminated list of strings.  Currently recognized
      strings are "ot" for native OpenType Layout implementation, "uniscribe"
      for the Uniscribe backend, and "fallback" for the non-complex backend
      (that will be implemented shortly).  The fallback backend never fails.
      
      The env var HB_SHAPER_LIST is also parsed and honored.  It's a
      colon-separated list of shaper names.  The fallback shaper is invoked if
      none of the env-listed shapers succeed.
      
      New API hb_buffer_guess_properties() added.
      02aeca98
    • B
      Make test.cc do something more useful · 57692adf
      Behdad Esfahbod 提交于
      Hardcoded to the uniscribe backend for now.  Will fix soon.
      57692adf
    • B
      Remove C++ guards from source files · c605bbbb
      Behdad Esfahbod 提交于
      Where causing issues for people with MSVC.
      c605bbbb
    • B
      Zero map objects · 8336186a
      Behdad Esfahbod 提交于
      8336186a
  6. 04 8月, 2011 7 次提交