Apply a CSS font and various attributes to the selected web page text.
This component inserts an HTML span tag with a style attribute describing the desired font. The span tag is wrapped around the document selection at the time of insertion.
Internet Explorer 7+, Firefox 3+, Safari 4+
- Font
- The font face and size of the desired font.
- Color
- The font color.
- Document BG Color
- This option does not affect the content that is actually inserted into the web page, but it can be used so that the component live preview reflects a desired background color.
- Text Decoration
- Indicates if underline, overline, or line-through should be applied to the text.
- Shadow
- Apply a shadow of the text to the document background. This option used the CSS text-shadow property, which is currently only supported by Safari and Firefox 3.5. Internet Explorer will not render the shadow.
- Shadow Color
- The color of the text shadow. This is applicable only if Text Shadow is selected.
- Shadow X Offset
- The horizontal offset of the text shadow, in pixels. This is applicable only if Text Shadow is selected.
- Shadow Y Offset
- The vertical offset of the text shadow, in pixels. This is applicable only if Text Shadow is selected.
- Shadow Blur Radius
- The amount of blur applied to the text shadow, in pixels. This is applicable only if Text Shadow is selected.