Lots of font size alterations.

Fixed a problem with Magic textless that prevented pt box display.
Added most (but not all) of overlay hybrid scripts.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@413 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2007-06-07 02:53:39 +00:00
parent 06138ee325
commit 0fd8c42a8d
21 changed files with 193 additions and 45 deletions
+3 -3
View File
@@ -37,7 +37,7 @@ init script:
guild_mana := { styling.use_guild_mana_symbols }
# Does the card have a color that requires a white font for copyright/artist?
white_font_colors := filter_rule(match:"^(hybrid 2 color )?(hybrid 3 color [^/]*/[^/]*/ )?(hybrid vertical [^/]*/ )?(black|land|hybrid 4 color white / blue / black / red)")
white_font_colors := filter_rule(match:"^(hybrid 2 color )?(hybrid 3 color [^/]*/[^/]*/ )?(hybrid vertical [^/]*/ )?(black|land|hybrid 4 color white / blue / black / red|hybrid 2 color overlay blue / black|hybrid 2 color overlay black / red|hybrid 2 color overlay black / green)")
font_color := {
if white_font_colors(input: card.card_color) != "" then rgb(255,255,255)
else rgb(0,0,0)
@@ -338,7 +338,7 @@ card style:
alignment: center middle
font:
name: Mplantin
size: 14
size: 13
weight: bold
color: rgb(0,0,0)
separator color: rgb(200,0,0)
@@ -352,7 +352,7 @@ card style:
alignment: center middle
font:
name: Mplantin
size: 14
size: 13
weight: bold
color: rgb(0,0,0)
separator color: rgb(200,0,0)