From 15ea4ccb045838ff2fe880dbc01215c361ed9363 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 9 Jun 2022 17:47:46 -0600 Subject: [PATCH] [indic-like] Add note about replicated values --- src/hb-ot-shaper-indic-machine.rl | 1 + src/hb-ot-shaper-khmer-machine.rl | 1 + src/hb-ot-shaper-myanmar-machine.rl | 1 + 3 files changed, 3 insertions(+) diff --git a/src/hb-ot-shaper-indic-machine.rl b/src/hb-ot-shaper-indic-machine.rl index a4d98b6cb..184c411d0 100644 --- a/src/hb-ot-shaper-indic-machine.rl +++ b/src/hb-ot-shaper-indic-machine.rl @@ -55,6 +55,7 @@ enum indic_syllable_type_t { %%{ +# These values are replicated from indic.hh; keep in sync. export C = 1; export V = 2; export N = 3; diff --git a/src/hb-ot-shaper-khmer-machine.rl b/src/hb-ot-shaper-khmer-machine.rl index 7efcf9292..7a4717487 100644 --- a/src/hb-ot-shaper-khmer-machine.rl +++ b/src/hb-ot-shaper-khmer-machine.rl @@ -54,6 +54,7 @@ enum khmer_syllable_type_t { %%{ +# These values are replicated from indic.hh; keep in sync. export C = 1; export V = 2; export ZWNJ = 5; diff --git a/src/hb-ot-shaper-myanmar-machine.rl b/src/hb-ot-shaper-myanmar-machine.rl index aadc948b0..babc2615f 100644 --- a/src/hb-ot-shaper-myanmar-machine.rl +++ b/src/hb-ot-shaper-myanmar-machine.rl @@ -57,6 +57,7 @@ enum myanmar_syllable_type_t { %%{ +# These values are replicated from indic.hh; keep in sync. export C = 1; export IV = 2; export DB = 3; # Dot below = OT_N