BUILT-IN MATHEMATICA SYMBOL
FontSlant
FontSlant
is an option for Style, Cell, and related constructs that specifies how slanted characters in text should be.
- Standard settings are Plain and Italic.
- On most computer systems, settings such as FontSlant->"Oblique" can also be used.
- With the
setting, each character typically has the same basic form as with Plain, but is slanted. With the Italic setting, the basic form is different.
Plain fonts:
| Out[1]= |  |
Italic fonts:
| Out[1]= |  |
Specify the font slant without using an option:
| Out[1]= |  |
Font slant can be specified in style-related options:
| Out[1]= |  |
| Out[2]= |  |
New in 3 | Last modified in 6