1. 24 7月, 2018 1 次提交
  2. 23 7月, 2018 1 次提交
  3. 22 7月, 2018 1 次提交
    • E
      Add a new API, hb_ot_layout_get_feature_name_ids (#976) · 0c1b287b
      Ebrahim Byagowi 提交于
      This new API returns cvXX and ssXX related NameId, things like
      featUiLabelNameId, featUiTooltipTextNameId, sampleTextNameId, ... of cvXX
      and UINameId of ssXX, in a unified way.
      
      However HarfBuzz currently doesn't expose an API for retrieving the actual
      information associated with NameId from the `name` table and that should be
      done separately.
      0c1b287b
  4. 18 7月, 2018 1 次提交
  5. 12 6月, 2018 1 次提交
  6. 09 6月, 2018 1 次提交
  7. 07 6月, 2018 2 次提交
  8. 02 6月, 2018 1 次提交
  9. 01 6月, 2018 1 次提交
  10. 25 5月, 2018 4 次提交
  11. 08 5月, 2018 5 次提交
  12. 02 5月, 2018 1 次提交
  13. 10 3月, 2018 2 次提交
  14. 04 3月, 2018 1 次提交
  15. 28 2月, 2018 2 次提交
  16. 27 2月, 2018 1 次提交
  17. 26 2月, 2018 2 次提交
  18. 24 2月, 2018 1 次提交
  19. 12 2月, 2018 1 次提交
  20. 11 2月, 2018 1 次提交
  21. 01 2月, 2018 1 次提交
    • B
      [ot-layout] Fix nullptr dereference. · 148ca610
      Bruce Mitchener 提交于
      If the `calloc` for `gsub_accels` or `gpos_accels` fails, then the
      unlikely branch afterwards can be taken, which frees up the
      `hb_ot_layout_t`, but since those fields can now be `nullptr`, then
      we don't want to dereference them.
      148ca610
  22. 20 1月, 2018 1 次提交
  23. 10 1月, 2018 2 次提交
  24. 02 12月, 2017 1 次提交
  25. 31 10月, 2017 1 次提交
  26. 28 10月, 2017 2 次提交
  27. 15 10月, 2017 1 次提交