X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=font.h;h=15ecde6de3bd1b18ebc61e2506411b23477180bc;hb=238a3a4ef19bb137e2a878ee38f99d253eddb51c;hp=608c71d38c02c4953f37efeede7be00ebb7ed211;hpb=1a194c3888293733939b2dd944251ae1b6c398ce;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/font.h b/font.h index 608c71d..15ecde6 100644 --- a/font.h +++ b/font.h @@ -6,6 +6,8 @@ #include "shaders/scene_font.h" #include "world_render.h" #include "depth_compare.h" +#include "vg/vg_tex.h" +#include enum efont_SRglyph{ k_SRglyph_end = 0x00, /* control characters */ @@ -56,11 +58,14 @@ enum efont_SRglyph{ k_SRglyph_kbm_return = 0xa2, k_SRglyph_kbm_escape = 0xa3, k_SRglyph_kbm_mousemove = 0xa4, + +#if 0 k_SRglyph_vg_ret = 0xa5, k_SRglyph_vg_link = 0xa6, k_SRglyph_vg_square = 0xa7, k_SRglyph_vg_triangle = 0xa8, k_SRglyph_vg_circle = 0xa9 +#endif }; typedef struct font3d font3d;