Example #1
0
File: font.cpp Project: voidah/tak
bool Font::Load(const std::string& key, const OptionList& options)
{
    return Load(key, options.GetNumber<int>("texture_size", 512), options.GetString("ansi_codepage", "ISO−8859−1"));
}