org.jfree.layouting.input.style
Class CSSFontFaceRule
public
class
CSSFontFaceRule
extends CSSDeclarationRule
Defines a new font by either giving a set of properties which describe the
font (so that the system can find a matching local font) or by providing
an URL from where to download the font file.
For now, this is not implemented. Maybe later - this would add an interesting
note to this library.
Author: Thomas Morgner