summaryrefslogtreecommitdiff
path: root/tests/testboundaries.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <pango@behdad.org>2005-08-29 09:16:28 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2005-08-29 09:16:28 +0000
commit6641b6cbb2a194b2111f03b61b3e2c64813f9485 (patch)
tree89e3bafd9f676a47d8d6c88f0115df3fdb44d447 /tests/testboundaries.c
parent4bc461e9c476569d57b61d92845b274599d8211f (diff)
downloadpango-6641b6cbb2a194b2111f03b61b3e2c64813f9485.tar.gz
Set cairo font resolution.
2005-08-29 Behdad Esfahbod <pango@behdad.org> * examples/cairoview.c: Set cairo font resolution. * tests/testboundaries.c: Remove unused Hangul Jamo macros.
Diffstat (limited to 'tests/testboundaries.c')
-rw-r--r--tests/testboundaries.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/testboundaries.c b/tests/testboundaries.c
index 829e0ab4..f8661d15 100644
--- a/tests/testboundaries.c
+++ b/tests/testboundaries.c
@@ -36,12 +36,6 @@
*/
-/* Keep these in sync with the same macros in break.c */
-
-#define LEADING_JAMO(wc) ((wc) >= 0x1100 && (wc) <= 0x115F)
-#define VOWEL_JAMO(wc) ((wc) >= 0x1160 && (wc) <= 0x11A2)
-#define TRAILING_JAMO(wc) ((wc) >= 0x11A8 && (wc) <= 0x11F9)
-#define JAMO(wc) ((wc) >= 0x1100 && (wc) <= 0x11FF)
/* "virama script" is just an optimization; it includes a bunch of
* scripts without viramas in them
*/