From 90bc0dae87a935a52d20d697ab5d4938eb604266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Wed, 23 Jan 2019 11:21:20 +0100 Subject: [PATCH] [kandinsky] Comment about the CodePoints array --- kandinsky/fonts/code_points.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kandinsky/fonts/code_points.h b/kandinsky/fonts/code_points.h index 44195cf96..f4edaedfc 100644 --- a/kandinsky/fonts/code_points.h +++ b/kandinsky/fonts/code_points.h @@ -1,6 +1,10 @@ // [0x30a].map{|i| "0x" + i.to_s(16) +", // " + [i].pack("U") + " // " + Unicode::Name.of([i].pack("U"))}.join("|") #include + +/* 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