class CSSFontFaceRule
|
The <code> CSSFontFaceRule </code> interface represents a <a
href="http://www. More... |
|
|
Public Methods
The <code> CSSFontFaceRule </code> interface represents a <a
href="http://www.w3.org/TR/REC-CSS2/fonts.html#font-descriptions">
@font-face rule </a> in a CSS style sheet. The <code> @font-face
</code> 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 <a href="http://www.w3.org/TR/REC-CSS2/syndata.html#q8">
declaration-block </a> of this rule.
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |