1. 15 2月, 2013 3 次提交
    • B
      [Indic-like] Disable automatic joiner handling for basic shaping features · cfc507c5
      Behdad Esfahbod 提交于
      Not for Arabic, but for Indic-like scripts.  ZWJ/ZWNJ have special
      meanings in those scripts, so let font lookups take full control.
      
      This undoes the regression caused by automatic-joiners handling
      introduced two commits ago.
      
      We only disable automatic joiner handling for the "basic shaping
      features" of Indic, Myanmar, and SEAsian shapers.  The "presentation
      forms" and other features are still applied with automatic-joiner
      handling.
      
      This change also changes the test suite failure statistics, such that
      a few scripts show more "failures".  The most affected is Kannada.
      However, upon inspection, we believe that in most, if not all, of the
      new failures, we are producing results superior to Uniscribe.  Hard to
      count those!
      
      Here's an example of what is fixed by the recent joiner-handling
      changes:
      
        https://bugs.freedesktop.org/show_bug.cgi?id=58714
      
      New numbers, for future reference:
      
      BENGALI: 353892 out of 354188 tests passed. 296 failed (0.0835714%)
      DEVANAGARI: 707336 out of 707394 tests passed. 58 failed (0.00819911%)
      GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
      GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
      KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
      KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
      LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
      MALAYALAM: 1047983 out of 1048334 tests passed. 351 failed (0.0334817%)
      ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
      SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
      TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
      TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
      TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
      cfc507c5
    • B
      Add hb_ot_map_feature_flags_t · ec544866
      Behdad Esfahbod 提交于
      Code cleanup.  No (intended) functional change.
      ec544866
    • B
      Clean-up add_bool_feature · e7ffcfaf
      Behdad Esfahbod 提交于
      e7ffcfaf
  2. 16 11月, 2012 1 次提交
    • B
      Bunch of independent changes (ouch) · f3064103
      Behdad Esfahbod 提交于
      API additions:
      
      	hb_segment_properties_t
      	HB_SEGMENT_PROPERTIES_DEFAULT
      	hb_segment_properties_equal()
      	hb_segment_properties_hash()
      
      	hb_buffer_set_segment_properties()
      	hb_buffer_get_segment_properties()
      
      	hb_ot_layout_glyph_class_t
      
      	hb_shape_plan_t
      	hb_shape_plan_create()
      	hb_shape_plan_create_cached()
      	hb_shape_plan_get_empty()
      	hb_shape_plan_reference()
      	hb_shape_plan_destroy()
      	hb_shape_plan_set_user_data()
      	hb_shape_plan_get_user_data()
      	hb_shape_plan_execute()
      
      	hb_ot_shape_plan_collect_lookups()
      
      API changes:
      
      	Rename hb_ot_layout_feature_get_lookup_indexes() to
      	hb_ot_layout_feature_get_lookups().
      
      New header file:
      
      	hb-shape-plan.h
      
      And a bunch of prototyped but not implemented stuff.  Coming soon.
      (Tests fail because of the prototypes right now.)
      f3064103
  3. 15 11月, 2012 1 次提交
  4. 13 11月, 2012 2 次提交
  5. 06 9月, 2012 1 次提交
  6. 05 9月, 2012 1 次提交
  7. 02 8月, 2012 4 次提交
  8. 30 7月, 2012 1 次提交
  9. 20 7月, 2012 1 次提交
  10. 25 4月, 2012 1 次提交
  11. 24 4月, 2012 2 次提交
  12. 05 8月, 2011 2 次提交
  13. 31 7月, 2011 2 次提交
  14. 08 7月, 2011 4 次提交
  15. 15 6月, 2011 1 次提交
  16. 28 5月, 2011 2 次提交
  17. 12 5月, 2011 1 次提交
  18. 06 5月, 2011 3 次提交
  19. 03 5月, 2011 1 次提交
  20. 22 4月, 2011 1 次提交
  21. 14 10月, 2010 2 次提交
    • B
      Make sure boolean features always use value=1 · 39dede9f
      Behdad Esfahbod 提交于
      Previously boolean features turned on the entire feature mask.  This is
      wrong if feature is Alternate and user has provided values bigger than one.
      Though, I don't think other engines support such corner cases.
      39dede9f
    • B
      Fix applying default-value for features · 852912fc
      Behdad Esfahbod 提交于
      Previously if a default global feature was overrided by a non-global
      user feature, we were not setting any default mask for the feature,
      essentially disabling the feature by default.  Fix that.
      852912fc
  22. 13 10月, 2010 3 次提交