bsnes/snespurify/phoenix/reference/font.cpp

22 lines
316 B
C++
Executable File

Geometry pFont::geometry(const string &text) {
return { 0, 0, 0, 0 };
}
void pFont::setBold(bool bold) {
}
void pFont::setFamily(const string &family) {
}
void pFont::setItalic(bool italic) {
}
void pFont::setSize(unsigned size) {
}
void pFont::setUnderline(bool underline) {
}
void pFont::constructor() {
}