commit | 3d9d7dc4dd4be8e746507282569504b511afa709 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Dec 18 22:11:23 2018 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue Dec 18 22:11:23 2018 -0500 |
tree | 9348eb63b8945aa9f0ee0911e8b9c7e735db42bb | |
parent | f1e95e40edc871c840abe8a8a695efc252af40f5 [diff] [blame] |
[arrays] Add hb_ubytes_t for unsigned char
diff --git a/src/hb-array.hh b/src/hb-array.hh index 33837b0..d4df165 100644 --- a/src/hb-array.hh +++ b/src/hb-array.hh
@@ -268,6 +268,7 @@ typedef hb_array_t<const char> hb_bytes_t; +typedef hb_array_t<const unsigned char> hb_ubytes_t; #endif /* HB_ARRAY_HH */