Class HTMLPurifier_TagTransform_Font

extends HTMLPurifier_TagTransform

Transforms FONT tags to the proper form (SPAN with CSS styling)

This transformation takes the three proprietary attributes of FONT and transforms them into their corresponding CSS attributes. These are color, face, and size.

Methods
Methods inherited from HTMLPurifier_TagTransform
prependCSS()
Properties