Joomla TypeFace plugin, component, module.
Allows to display text in appropriate font. Uses canvas tag to display the text just as if your visitors had the font installed locally.
Features:
- Multibrowser: Firefox 1.5+, Safari 2+, and Internet Explorer 6+. Does not work in Opera
- Uses canvas tag to display text
- You can convert your own fonts here to extend the functionality
Example:
Simple Test
Optimer text
Usage:
{aritypeface font="Helvetiker" italic="true"}
Simple Test
{/aritypeface}
Parameters:
- font – font to display. Values: Helvetiker, Optimer
- fontStretch - font stretch. Values: normal,wider,narrower,ultra-condensed,extra-condensed,condensed,semi-condensed,semi-expanded,expanded,extra-expanded,ultra-expanded,inherit
- italic – should the text be displayed as italic. Values: true, false
- fontSize – size of font. Values: number
|