mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 14:07:01 -04:00
Symbol font measurments (margin/fontsize) now scaled by font size, this requires all symbol files to change (or you get really large margins);
Symbol fonts now support stretching/compressing of text; Made the default symbols of mana-future lighter (compare with real cards); Use sort_text instead of sort for vanguard; Fixed initial card list for vs git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@643 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -191,12 +191,13 @@ symbol:
|
||||
as text: .|[0-9]+(?!/)
|
||||
text font:
|
||||
name: MPlantin
|
||||
size: 15
|
||||
size: 1
|
||||
color: rgb(0,0,0)
|
||||
text margin left: 3
|
||||
text margin right: 2
|
||||
text margin top: -1
|
||||
text margin bottom: -1
|
||||
max stretch: 0.5
|
||||
text margin left: .28
|
||||
text margin right: .2
|
||||
text margin top: -.12
|
||||
text margin bottom: -.06
|
||||
|
||||
##############################################################
|
||||
# Insert-symbol menu
|
||||
|
||||
Reference in New Issue
Block a user