1. 10 10月, 2018 36 次提交
  2. 09 10月, 2018 4 次提交
    • B
      [font] Add get_nominal_glyphs() callback (note the plural) · b314c4e9
      Behdad Esfahbod 提交于
      Unused as of now.  To be wired up to normalizer, which would remove
      overhead and allow hb-ot-font initialization to become a no-op, so
      we can enable it by default.
      b314c4e9
    • B
      Minor · ca6a3170
      Behdad Esfahbod 提交于
      ca6a3170
    • C
      builds: Fix and clean up MSVC DLL builds · 8e4ad1d7
      Chun-wei Fan 提交于
      Instead of passing a CFLAG/CXXFLAG to define HB_EXTERN, define it
      directly in src/hb.hh as __declspec(dllexport) extern when we are
      building HarfBuzz as DLLs on Visual Studio.  Define HB_INTERNAL
      as nothing without defining HB_NO_VISIBILITY when building HarfBuzz as
      DLLs to avoid linker errors on Visual Studio builds.
      
      Also "install" harfbuzz-subset.dll into $(PREFIX)\bin as the
      hb-subset utility will depend on that DLL at runtime, when HarfBuzz is
      built as DLLs.  Since it consists of private APIs that are subject to
      change, we do not install its headers nor .lib file.
      8e4ad1d7
    • B
      Another old bot fix · e640f3a6
      Behdad Esfahbod 提交于
      e640f3a6