diff options
| author | 2016-04-26 21:44:51 +0100 | |
|---|---|---|
| committer | 2016-04-26 21:44:51 +0100 | |
| commit | d7491710915400ee48356504246e6565a76eea3e (patch) | |
| tree | 6f442ce3c43091482493aa6f1edd3d2397f78802 /gb_gl.h | |
| parent | Handle Spaces now!!!! (diff) | |
Update Readme
Diffstat (limited to '')
| -rw-r--r-- | gb_gl.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* gb.h - v0.01 - OpenGL Helper Library - public domain +/* gb.h - v0.02 - OpenGL Helper Library - public domain - no warranty implied; use at your own risk This is a single header file with a bunch of useful stuff @@ -34,6 +34,7 @@ Conventions used: Version History: + 0.02 - Font Caching and Rendering 0.01 - Initial Version LICENSE @@ -552,6 +553,7 @@ GBGL_DEF f32 gbgl_get_string_width (gbglFont *font #ifndef GBGL_FONT_CHAR_LIST #define GBGL_FONT_CHAR_LIST \ + "チーズ"\ "Āā㥹ĆćĈĉĊċČčĎďĐđĒēĔĕĖėĘęĚěĜĝĞğĠġĢģĤĥĨĩĪīĬĭĮįİıIJijĴĵĶķĸĹĺĻļĽľŁłŃńŅņņŇňʼnŊŋ"\ "ŌōōŎŏŐőŒœŕŖŗŘřŚśŜŝŞşŠšŢţŤťŨũŪūŬŭŮůŰűŲųŴŵŶŷŸŹźŻżŽža!ö"\ "\"#$%%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"\ |
