Another batch of these.

I think I need to look into adding a feature soon.
Either that, or take a minor break.
This commit is contained in:
Jason Felds
2011-03-14 21:42:07 -04:00
parent 0979f233e5
commit d1272b001c
8 changed files with 42 additions and 33 deletions
+3 -4
View File
@@ -11,10 +11,9 @@
#include "FontCharAliases.h"
#include "arch/Dialog/Dialog.h"
FontPage::FontPage()
{
m_iDrawExtraPixelsLeft = m_iDrawExtraPixelsRight = 0;
}
FontPage::FontPage(): m_iHeight(0), m_iLineSpacing(0), m_fVshift(0),
m_iDrawExtraPixelsLeft(0), m_iDrawExtraPixelsRight(0),
m_sTexturePath("") {}
void FontPage::Load( const FontPageSettings &cfg )
{