mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Made symbol font size and alignment scriptable.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1091 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -7,12 +7,12 @@ A reference to a [[type:symbol font]].
|
||||
In [[type:stylesheet]]s the symbol fonts are not included inline, instead they are referenced by their package name.
|
||||
|
||||
--Properties--
|
||||
! Property Type Default Description
|
||||
! Property Type Default Description
|
||||
| @name@ [[type:scriptable]] Name of a [[type:symbol font]]
|
||||
''required'' Name of the symbol font package to use (without the extension).
|
||||
| @size@ [[type:double]] 12 Size in points to render the symbols with.
|
||||
| @scale down to@ [[type:double]] 1 Minimum size in points to scale the size down to.
|
||||
| @alignment@ [[type:alignment]] @"middle center"@ Alignment of symbols in a line of text.
|
||||
''required'' Name of the symbol font package to use (without the extension).
|
||||
| @size@ [[type:scriptable]] [[type:double]] 12 Size in points to render the symbols with.
|
||||
| @scale down to@ [[type:double]] 1 Minimum size in points to scale the size down to.
|
||||
| @alignment@ [[type:scriptable]] [[type:alignment]] @"middle center"@ Alignment of symbols in a line of text.
|
||||
|
||||
--Example--
|
||||
>symbol font:
|
||||
|
||||
Reference in New Issue
Block a user