symbol font: moved text_alignment to symbolsInFont

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@842 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-04-14 18:17:00 +00:00
parent 989fdb4ad6
commit 34c7a49647
2 changed files with 7 additions and 7 deletions
-1
View File
@@ -86,7 +86,6 @@ class SymbolFont : public Packaged {
RealSize spacing; ///< Spacing between sybmols (for the default font size)
// writing text
bool scale_text; ///< Should text be scaled down to fit in a symbol?
Alignment text_alignment;
InsertSymbolMenuP insert_symbol_menu;
wxMenu* processed_insert_symbol_menu;