Text Decoration
Go back to the Guide's Top Page
Name | Format | Description |
---|---|---|
Font Size | &size(SIZE){TEXT}; | Specify font size |
Font Color | &color(COLOR){TEXT}; | specify font color |
Font Color and Background Color | &color(COLOR,BGCOLOR){TEXT}; | Specify font color and background color |
Bold | ''TEXT'' | Make the text bold |
Italic | '''TEXT''' | Make the text italic |
Strikeout | %%TEXT%% | Make the text strikeout |
Underline | %%%TEXT%%% | Make the strikethrogh text |
Superscript | &sup(){TEXT}; | Make the text superscript |
Subscript | __TEXT__ | Make the text subscript |
Line Breaks | &br; | Break the line |
Font Size
You can change the font size with "&size(SIZE){TEXT};".
Example
You can write &size(20){Big letters}; and/or &size(10){small letters};.
Display Example
You can write Big letters and/or small letters.
Font Color
You can change the font color with "&color(COLOR){SIZE};"
Example
You can change &color(#FF0000){font color};.
Display Example
You can change font color.
Font Color and Background Color
You can change the font color and background color with "&color(COLOR,BGCOLOR){TEXT};".
Example
You can specify &color(#FFFFFF,#999999){colors of text};.
Display Example
You can specify colors of text.
Bold
Text between '' becomes bold.
Example
Enclosed letters becomes ''bold''.
Display Example
Enclosed letters becomes bold.
Italic
Text between ''' becomes italic.
Example
Enclosed letters become '''italic'''.
Display Example
Enclosed letters become italic.
Strikeout
Text between %% are overdrawn with strikethrogh.
Example
Enclosed letters are overdrawn with %%strikethrogh%%.
Display Example
Enclosed letters are overdrawn with strikethrogh.
Underline
Text between %%% are underlined.
Example
Enclosed letters are %%%underlined%%%.
Display Example
Enclosed letters are underlined.
Superscript
You can write superscripts with "&sup(){TEXT};".
Example
x&sup(){2}; + y&sup(){2}; = 0
Display Example
x2 + y2 = 0
Subscript
You can write subscripts with "__TEXT__".
Example
Hydrogen is represented by H__2__O.
Display Example
Hydrogen is represented by H__2__O.
Line Breaks
You can break the line with "&br;"
Example
You can break the line&br; at the middel of a line.
Display Example
You can break the line
at the middel of a line.
このページへのコメント
コメントはありません。