From 11b824281664d3c7d1a7afdd9f8ca489fdb8b198 Mon Sep 17 00:00:00 2001 From: twanvl Date: Mon, 25 Jun 2007 20:40:22 +0000 Subject: [PATCH] Implemented export functions; Choice viewer uses font when rendering text. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@433 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/data/export_template.hpp | 2 + src/data/field/choice.cpp | 1 + src/gui/html_export_window.cpp | 2 + src/render/value/choice.cpp | 12 +++-- src/script/functions/export.cpp | 93 +++++++++++++++++++++++++-------- 5 files changed, 84 insertions(+), 26 deletions(-) diff --git a/src/data/export_template.hpp b/src/data/export_template.hpp index cdaddb02..5c28c9c6 100644 --- a/src/data/export_template.hpp +++ b/src/data/export_template.hpp @@ -14,6 +14,7 @@ #include