diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-11-25 11:24:14 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-11-25 11:24:14 -0500 |
commit | c2f91a659c126d1fd5ee951bdf58540d9d39fd47 (patch) | |
tree | b63cbf31f19ed2ed01eaf7cf7455033952679546 /unicode.h | |
parent | 4e51199f1103d2d9daa563b63d0e8f22c36fbe8a (diff) |
rendering a text buffer
Diffstat (limited to 'unicode.h')
-rw-r--r-- | unicode.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unicode.h b/unicode.h new file mode 100644 index 0000000..387c08d --- /dev/null +++ b/unicode.h @@ -0,0 +1,5 @@ +#ifndef UNICODE_H_ +#define UNICODE_H_ +#define UNICODE_BOX_CHARACTER 0x2610 +#define UNICODE_CODE_POINTS 0x110000 // number of Unicode code points +#endif |