DOM::CSS2FontFaceSrc Class Reference
TheCSS2Cursor interface represents the src  CSS Level 2 descriptor.  
More...
#include <css_extensions.h>
| Public Member Functions | |
| CSS2FontFaceSrc (const CSS2FontFaceSrc &other) | |
| CSS2FontFaceSrc (CSS2FontFaceSrcImpl *impl) | |
| CSS2FontFaceSrc & | operator= (const CSS2FontFaceSrc &other) | 
| DOM::DOMString | uri () const | 
| void | setUri (const DOM::DOMString &) | 
| CSSValueList | format () const | 
| DOM::DOMString | fontFaceName () const | 
| void | setFontFaceName (const DOM::DOMString &) | 
Detailed Description
TheCSS2Cursor interface represents the src  CSS Level 2 descriptor. 
Definition at line 627 of file css_extensions.h.
Member Function Documentation
| 
 | 
| Specifies the source of the font, empty string otherwise. 
 Definition at line 409 of file css_extensions.cpp. | 
| 
 | 
| see uri 
 
 Definition at line 415 of file css_extensions.cpp. | 
| 
 | 
| This attribute contains a list of strings for the format CSS function. 
 Definition at line 420 of file css_extensions.cpp. | 
| 
 | 
| Specifies the full font name of a locally installed font. 
 Definition at line 426 of file css_extensions.cpp. | 
| 
 | 
| see fontFaceName 
 
 Definition at line 432 of file css_extensions.cpp. | 
The documentation for this class was generated from the following files:

