rewrite print layout logic

allow for different size cards
This commit is contained in:
GenevensiS
2025-07-13 04:13:35 +02:00
parent 58ab8f3636
commit e4e5b6840e
4 changed files with 222 additions and 137 deletions
+1 -8
View File
@@ -112,13 +112,6 @@ public:
DECLARE_REFLECTION();
};
// ----------------------------------------------------------------------------- : Printing settings
enum PageLayoutType
{ LAYOUT_NO_SPACE
, LAYOUT_EQUAL_SPACE
//, LAYOUT_CUSTOM
};
// ----------------------------------------------------------------------------- : Settings
@@ -188,7 +181,7 @@ public:
// --------------------------------------------------- : Printing
PageLayoutType print_layout;
double print_spacing;
// --------------------------------------------------- : Special game stuff
String apprentice_location;