CPP-TOOLBOX
Loading...
Searching...
No Matches
grid_font.cpp File Reference
#include "grid_font.hpp"
#include <algorithm>
#include <unordered_map>

Namespaces

namespace  grid_font
 

Functions

draw_info::IndexedVertexPositions grid_font::get_text_geometry (const std::string &text, vertex_geometry::Rectangle bounding_rect)
 

Variables

std::string grid_font::zero
 
std::string grid_font::one
 
std::string grid_font::two
 
std::string grid_font::three
 
std::string grid_font::four
 
std::string grid_font::five
 
std::string grid_font::six
 
std::string grid_font::seven
 
std::string grid_font::eight
 
std::string grid_font::nine
 
std::string grid_font::a_upper
 
std::string grid_font::b_upper
 
std::string grid_font::c_upper
 
std::string grid_font::d_upper
 
std::string grid_font::e_upper
 
std::string grid_font::f_upper
 
std::string grid_font::g_upper
 
std::string grid_font::h_upper
 
std::string grid_font::i_upper
 
std::string grid_font::j_upper
 
std::string grid_font::k_upper
 
std::string grid_font::l_upper
 
std::string grid_font::m_upper
 
std::string grid_font::n_upper
 
std::string grid_font::o_upper
 
std::string grid_font::p_upper
 
std::string grid_font::q_upper
 
std::string grid_font::r_upper
 
std::string grid_font::s_upper
 
std::string grid_font::t_upper
 
std::string grid_font::u_upper
 
std::string grid_font::v_upper
 
std::string grid_font::w_upper
 
std::string grid_font::x_upper
 
std::string grid_font::y_upper
 
std::string grid_font::z_upper
 
std::string grid_font::a_lower
 
std::string grid_font::b_lower
 
std::string grid_font::c_lower
 
std::string grid_font::d_lower
 
std::string grid_font::e_lower
 
std::string grid_font::f_lower
 
std::string grid_font::g_lower
 
std::string grid_font::h_lower
 
std::string grid_font::i_lower
 
std::string grid_font::j_lower
 
std::string grid_font::k_lower
 
std::string grid_font::l_lower
 
std::string grid_font::m_lower
 
std::string grid_font::n_lower
 
std::string grid_font::o_lower
 
std::string grid_font::p_lower
 
std::string grid_font::q_lower
 
std::string grid_font::r_lower
 
std::string grid_font::s_lower
 
std::string grid_font::t_lower
 
std::string grid_font::u_lower
 
std::string grid_font::v_lower
 
std::string grid_font::w_lower
 
std::string grid_font::x_lower
 
std::string grid_font::y_lower
 
std::string grid_font::z_lower
 
std::string grid_font::mu
 
std::string grid_font::exclamation
 
std::string grid_font::question
 
std::string grid_font::hash
 
std::string grid_font::dollar
 
std::string grid_font::percent
 
std::string grid_font::plus
 
std::string grid_font::minus
 
std::string grid_font::ampersand
 
std::string grid_font::asterisk
 
std::string grid_font::at_symbol
 
std::string grid_font::period
 
std::string grid_font::comma
 
std::string grid_font::colon
 
std::string grid_font::angle_bracket_left
 
std::string grid_font::angle_bracket_right
 
std::string grid_font::forward_slash
 
std::string grid_font::back_slash
 
std::string grid_font::parenthesis_left
 
std::string grid_font::parenthesis_right
 
std::unordered_map< char, std::string > grid_font::character_to_text_grid