1. 12 12月, 2018 3 次提交
  2. 24 11月, 2018 4 次提交
  3. 22 11月, 2018 1 次提交
  4. 16 11月, 2018 1 次提交
  5. 13 11月, 2018 1 次提交
  6. 31 10月, 2018 1 次提交
  7. 30 10月, 2018 3 次提交
  8. 29 10月, 2018 1 次提交
  9. 26 10月, 2018 3 次提交
  10. 20 10月, 2018 1 次提交
  11. 19 10月, 2018 1 次提交
  12. 13 10月, 2018 3 次提交
  13. 09 10月, 2018 1 次提交
    • M
      added CFF2 get_extents · b51418f5
      Michiharu Ariza 提交于
      added source hb-ot-cff2-table.cc
      augmented VariationData to return scalars
      misc bug fixes, renaming, cleanup
      b51418f5
  14. 17 9月, 2018 2 次提交
  15. 16 9月, 2018 1 次提交
    • B
      Disallow null-enabled offsets to unsized structures... · 10642b3f
      Behdad Esfahbod 提交于
      ...like UnsizedArrayOf<>.
      
      This fixes a class of crasher bugs, mostly with color and AAT tables.  We
      cannot use nullable offsets to varsized data that does not declare min_size,
      because it's nost safe to use our fixed-size null pool for types that have
      their size external.  So, use non_null'able offsets for these.
      
      A further enhancement would be to make use of min_size in Null<> itself.
      Will try that after.
      10642b3f
  16. 11 9月, 2018 2 次提交
  17. 08 9月, 2018 1 次提交
    • B
      Use enum instead of "static const" in class scope · fda994e1
      Behdad Esfahbod 提交于
      Technically, static const needs an out-of-class definition.  Eg:
      
        CXXLD    libharfbuzz-subset.la
      Undefined symbols for architecture x86_64:
        "OT::FeatureVariationRecord::min_size", referenced from:
            bool OT::GSUBGPOS::subset<OT::PosLookup>(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o
            bool OT::GSUBGPOS::subset<OT::SubstLookup>(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o
        "OT::Record<OT::LangSys>::min_size", referenced from:
            OT::Script::subset(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o
        "OT::IntType<unsigned short, 2u>::min_size", referenced from:
            OT::Script::subset(hb_subset_context_t*) constin libharfbuzz_subset_la-hb-subset.o
            OT::RecordListOf<OT::Feature>::subset(hb_subset_context_t*) const  in libharfbuzz_subset_la-hb-subset.o
      ld: symbol(s) not found for architecture x86_64
      collect2: ld returned 1 exit status
      make[4]: *** [libharfbuzz-subset.la] Error 1
      make[3]: *** [all-recursive] Error 1
      make[2]: *** [all] Error 2
      make[1]: *** [all-recursive] Error 1
      make: *** [all] Error 2
      Exited with code 2
      fda994e1
  18. 07 9月, 2018 1 次提交
  19. 05 9月, 2018 1 次提交
    • M
      Drop hints from CFF2 charstrings · f2d299b0
      Michiharu Ariza 提交于
      Templatized ArgStack so it may store the default value along with blend deltas as BlendArg while parsing blend operator arguments in CFF2 charstring
      Added get_region_count() method to VarRegionList & VariationStore
      f2d299b0
  20. 04 9月, 2018 3 次提交
  21. 03 9月, 2018 2 次提交
  22. 02 9月, 2018 1 次提交
  23. 26 8月, 2018 2 次提交