[inline, private]
Definition at line 54 of file FontHandler.h.
References mFont, mFontBase, and mInit.
Referenced by FontHandler().
00055 { 00056 mInit = false; 00057 mFontBase = -1; 00058 mFont = "Arial"; 00059 }