[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Jun 26 17:58:25 PDT 2013


 src/hb-ot-shape-complex-indic.cc |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9245e98742667dfffe06523e8051beda1bc04811
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Jun 26 20:57:58 2013 -0400

    [Indic] Add Javanese config
    
    We should add for other scripts too, send me the virama codepoint
    and script name...

diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc
index eb1e0be..d3c475b 100644
--- a/src/hb-ot-shape-complex-indic.cc
+++ b/src/hb-ot-shape-complex-indic.cc
@@ -319,6 +319,7 @@ static const indic_config_t indic_configs[] =
   {HB_SCRIPT_MALAYALAM,	true, 0x0D4D,BASE_POS_LAST, REPH_POS_AFTER_MAIN, REPH_MODE_LOG_REPHA},
   {HB_SCRIPT_SINHALA,	false,0x0DCA,BASE_POS_FIRST,REPH_POS_AFTER_MAIN, REPH_MODE_EXPLICIT},
   {HB_SCRIPT_KHMER,	false,0x17D2,BASE_POS_FIRST,REPH_POS_DEFAULT,    REPH_MODE_VIS_REPHA},
+  {HB_SCRIPT_JAVANESE,	false,0xA9C0,BASE_POS_LAST, REPH_POS_DEFAULT,    REPH_MODE_IMPLICIT},
 };
 
 



More information about the HarfBuzz mailing list