Example #1
0
void Font::Bind(int character) {
    FontChar *c = GetChar(character);
    if (c != NULL) {
        c->Bind();
    }
}