3 namespace horizon::bitmap_font {
8 unsigned int atlas_x = 0, atlas_y = 0;
9 unsigned int atlas_w = 0, atlas_h = 0;
10 float minx = 0, maxx = 0;
11 float miny = 0, maxy = 0;
15 return atlas_w && atlas_h;
19 GlyphInfo get_glyph_info(
unsigned int glyph);
20 unsigned int get_smooth_pixels();
Definition: bitmap_font_util.hpp:6