| 
		| class CSSFontFaceRule | The  CSSFontFaceRule interface represents a More... |  
 |  | 
Public Methods
 The  CSSFontFaceRule  interface represents a 
 @font-face rule  in a CSS style sheet. The  @font-face
  rule is used to hold a set of font descriptions.
 
| CSSFontFaceRule () 
 | CSSFontFaceRule | 
| CSSFontFaceRule (const CSSFontFaceRule &other) 
 | CSSFontFaceRule | 
| CSSFontFaceRule (const CSSRule &other) 
 | CSSFontFaceRule | 
| CSSFontFaceRule (CSSFontFaceRuleImpl *impl) 
 | CSSFontFaceRule | 
| CSSFontFaceRule &  operator =  (const CSSFontFaceRule &other) 
 | operator =  | 
Reimplemented from CSSRule.
| CSSFontFaceRule &  operator =  (const CSSRule &other) 
 | operator =  | 
Reimplemented from CSSRule.
| ~CSSFontFaceRule () 
 | ~CSSFontFaceRule | 
| CSSStyleDeclaration  style () 
 | style | 
 [const]
 The 
 declaration-block  of this rule.
     
	
	| Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |