DOM::CSSFontFaceRule Class Reference
#include <css_rule.h>
Inheritance diagram for DOM::CSSFontFaceRule:

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