1. 13 11月, 2012 2 次提交
  2. 02 11月, 2012 1 次提交
  3. 12 8月, 2012 1 次提交
    • B
      [OT] Unbreak Thai shaping and fallback Arabic shaping · 9f9f04c2
      Behdad Esfahbod 提交于
      The merger of normalizer and glyph-mapping broke shapers that
      modified text stream.  Unbreak them by adding a new preprocess_text
      shaping stage that happens before normalizing/cmap and disallow
      setup_mask modification of actual text.
      9f9f04c2
  4. 10 8月, 2012 1 次提交
  5. 02 8月, 2012 2 次提交
  6. 01 8月, 2012 2 次提交
  7. 31 7月, 2012 2 次提交
  8. 30 7月, 2012 1 次提交
  9. 19 7月, 2012 1 次提交
  10. 17 7月, 2012 1 次提交
  11. 06 6月, 2012 1 次提交
  12. 12 5月, 2012 1 次提交
  13. 11 5月, 2012 1 次提交
  14. 10 5月, 2012 1 次提交
  15. 09 5月, 2012 2 次提交
  16. 11 4月, 2012 1 次提交
  17. 10 4月, 2012 1 次提交
  18. 08 4月, 2012 1 次提交
    • B
      Add simple Hangul shaper that recomposes Jamo when feasible · c9a841f4
      Behdad Esfahbod 提交于
      Previously, we were NOT actually recomposing Hangul Jamo.  We do now.
      The two lines in:
      
      test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt
      
      Now render the same with the UnDotum.ttf font.  Previously the second
      linle was rendering boxes.
      
      We can also start applying OpenType Jamo features later.  At this time,
      I have no idea how the 'ljmo', 'vjmo', 'tjmo' features are supposed to
      work.  Maybe someone can explain them to me?
      c9a841f4
  19. 06 4月, 2012 1 次提交
  20. 08 3月, 2012 4 次提交
  21. 20 1月, 2012 1 次提交
  22. 17 1月, 2012 1 次提交
  23. 09 9月, 2011 1 次提交
  24. 05 8月, 2011 1 次提交
  25. 29 7月, 2011 1 次提交
  26. 22 7月, 2011 1 次提交
  27. 08 7月, 2011 5 次提交
  28. 03 6月, 2011 1 次提交
    • B
      [Indic] Start an Indic shaper · b9ddbd55
      Behdad Esfahbod 提交于
      Nothing functional in there yet.
      
      So far, we're parsing IndicSyllabicCategory.txt and IndicMatraCategory.txt
      fils from Unicode Character Database and store them in an array to be used
      by the shaper.  Also hooked up the shaper, but it does not do anything
      right now.
      b9ddbd55