Word and Letter Properties
Word break
Word break is used to change when line breaks ought to occur.
Normally, line breaks in text can only occur in certain spaces, like when there is a space.
_wordbreak-normal |
Use the default rule for word breaking. |
_wordbreak-break-all |
Lines may break between any two letters. |
_wordbreak-keep-all |
Breaks are prohibited between pairs of letters. |
Word spacing
The word spacing increases or decreases the white space between words.
_wordspacing-normal |
It specifies normal space between words. |
_wordspacing-1 |
It sets the words spacing is 1px. |
_wordspacing-2 |
It sets the words spacing is 2px. |
_wordspacing-3 |
It sets the words spacing is 3px. |
_wordspacing-4 |
It sets the words spacing is 4px. |
_wordspacing-5 |
It sets the words spacing is 5px. |
_wordspacing-01 |
It sets the words spacing is 0.1em. |
_wordspacing-02 |
It sets the words spacing is 0.2em. |
_wordspacing-03 |
It sets the words spacing is 0.3em. |
_wordspacing-04 |
It sets the words spacing is 0.4em. |
_wordspacing-05 |
It sets the words spacing is 0.5em. |
Letter-spacing
The letter-spacing increases or decreases the space between characters in a text.
letter-spacing-0 |
It sets the letter spacing is 0.05em. |
letter-spacing-1 |
It sets the letter spacing is 0.2em. |
letter-spacing-2 |
It sets the letter spacing is 0.4em. |
letter-spacing-3 |
It sets the letter spacing is 0.6em. |
letter-spacing-4 |
It sets the letter spacing is 0.8em. |
letter-spacing-5 |
It sets the letter spacing is 1em. |
letter-spacing-6 |
It sets the letter spacing is 2em. |
letter-spacing-7 |
It sets the letter spacing is 3em. |
letter-spacing-8 |
It sets the letter spacing is 4em. |
Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites