This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
harlowe:text-style [2017/06/19 02:09] l created |
harlowe:text-style [2017/06/21 07:01] l |
||
---|---|---|---|
Line 12: | Line 12: | ||
While Twine offers markup for common formatting styles like bold and italic, having these | While Twine offers markup for common formatting styles like bold and italic, having these | ||
- | styles available from a [[harlowe:Command|Command]] macro provides some extra benefits: it's possible, as with all | + | styles available from a [[harlowe:Command|command]] macro provides some extra benefits: it's possible, as with all |
such style macros, to [[harlowe:set|(set:)]] them into a variable, combine them with other commands, and re-use them | such style macros, to [[harlowe:set|(set:)]] them into a variable, combine them with other commands, and re-use them | ||
succinctly throughout the story (by using the variable in place of the macro). | succinctly throughout the story (by using the variable in place of the macro). | ||
Line 21: | Line 21: | ||
=== Details: === | === Details: === | ||
- | At present, the following text [[harlowe:string|string]] will produce a particular style. | + | At present, the following text [[harlowe:string|strings]] will produce a particular style. |
- | ^String ^ | + | {{:harlowe:harlowe-text-style.gif?nolink|}} |
- | |"none" | | + | |
- | |"bold" | | + | |
- | |"italic" | | + | |
- | |"underline" | | + | |
- | |"strike" | | + | |
- | |"superscript"| | + | |
- | |"subscript" | | + | |
- | |"mark" | | + | |
- | |"outline" | | + | |
- | |"shadow" | | + | |
- | |"emboss" | | + | |
- | |"condense" | | + | |
- | |"expand" | | + | |
- | |"blur" | | + | |
- | |"blurrier" | | + | |
- | |"smear" | | + | |
- | |"mirror" | | + | |
- | |"upside-down"| | + | |
- | |"blink" | | + | |
- | |"fade-in-out"| | + | |
- | |"rumble" | | + | |
- | |"shudder" | | + | |
You can use the "none" style to remove an existing style from a combined [[harlowe:Changer|Changer]]. | You can use the "none" style to remove an existing style from a combined [[harlowe:Changer|Changer]]. |