First shot at fixing font fallback

This commit is contained in:
Siana Gearz
2012-03-05 18:18:37 +01:00
parent 0a11f09918
commit b67fa864ff
4 changed files with 11 additions and 125 deletions

View File

@@ -192,6 +192,8 @@ BOOL LLFont::loadFace(const std::string& filename, const F32 point_size, const F
FT_Done_Face(mFTFace);
mFTFace = NULL;
}
llinfos << "Loading font file: " << filename << llendl;
int error;