[kandinsky] Comment about the CodePoints array

This commit is contained in:
Léa Saviot
2019-01-23 11:21:20 +01:00
committed by Émilie Feral
parent bbb10f1993
commit 90bc0dae87

View File

@@ -1,6 +1,10 @@
// [0x30a].map{|i| "0x" + i.to_s(16) +", // " + [i].pack("U") + " // " + Unicode::Name.of([i].pack("U"))}.join("|")
#include <stdint.h>
/* This array lists the code points that are rasterized by rasterizer.c. We put
* most characters from the LATIN charset, and some mathematical characters. */
uint32_t CodePoints[] = {
0x20, // // SPACE
0x21, // ! // EXCLAMATION MARK