DOM::CSSFontFaceRule Class Reference
The CSSFontFaceRule
interface represents a -face rule in a CSS style sheet.
More...
#include <css_rule.h>
Inheritance diagram for DOM::CSSFontFaceRule:

Public Member Functions | |
CSSFontFaceRule (const CSSFontFaceRule &other) | |
CSSFontFaceRule (const CSSRule &other) | |
CSSFontFaceRule (CSSFontFaceRuleImpl *impl) | |
CSSFontFaceRule & | operator= (const CSSFontFaceRule &other) |
CSSFontFaceRule & | operator= (const CSSRule &other) |
CSSStyleDeclaration | style () const |
The declaration-block of this rule. |
Detailed Description
The CSSFontFaceRule
interface represents a -face rule in a CSS style sheet.
The -face
rule is used to hold a set of font descriptions.
Definition at line 193 of file css_rule.h.
Member Function Documentation
|
The declaration-block of this rule.
Definition at line 196 of file css_rule.cpp. |
The documentation for this class was generated from the following files: