4 namespace bitmap_font {
9 unsigned int atlas_x = 0, atlas_y = 0;
10 unsigned int atlas_w = 0, atlas_h = 0;
11 float minx = 0, maxx = 0;
12 float miny = 0, maxy = 0;
16 return atlas_w && atlas_h;
20 GlyphInfo get_glyph_info(
unsigned int glyph);
21 unsigned int get_smooth_pixels();
Definition: bitmap_font_util.hpp:7