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