1. 27 6月, 2013 3 次提交
  2. 22 6月, 2013 2 次提交
  3. 14 6月, 2013 1 次提交
    • B
      If variation selector is not consumed by cmap, pass it on to GSUB · 79d1007a
      Behdad Esfahbod 提交于
      This changes the semantics of get_glyph() callback and expect that
      callbacks return false if the requested variant is not available, and
      then we will call them back with variation_selector=0 and will retain
      the glyph for the selector in the glyph stream.
      
      Apparently most Mongolian fonts implement the Mongolian Variation
      Selectors using GSUB, not cmap.
      
      https://bugs.freedesktop.org/show_bug.cgi?id=65258
      
      Note that this doesn't fix the Mongolian shaping yet, because the way
      that's implemented is that the, say, 'init' feature ligates the letter
      and the variation-selector.  However, since currently the variation
      selector doesn't have the 'init' mask on, it will not be matched...
      79d1007a
  4. 11 6月, 2013 3 次提交
  5. 07 6月, 2013 2 次提交
    • B
      Fix PKG_CHECK_MODULES usage · 270cfd7a
      Behdad Esfahbod 提交于
      Bug 65246 - Fix build without graphite2
      
      If we don't provide ACTION-IF-NOT-FOUND, configure aborts if it can't
      find the libraries.  We handle that ourselves so we don't want the
      macro to abort.
      270cfd7a
    • B
      Minor · 2fd0e027
      Behdad Esfahbod 提交于
      2fd0e027
  6. 04 6月, 2013 4 次提交
  7. 31 5月, 2013 1 次提交
  8. 30 5月, 2013 1 次提交
  9. 29 5月, 2013 8 次提交
  10. 28 5月, 2013 14 次提交
  11. 25 5月, 2013 1 次提交