DOM::CSS2FontFaceSrc Class Reference
The CSS2Cursor
interface represents the src CSS Level 2 descriptor.
More...
#include <css_extensions.h>
Public Methods | |
DOM::DOMString | uri () const |
Specifies the source of the font, empty string otherwise. | |
void | setUri (const DOM::DOMString &) |
see uri | |
CSSValueList | format () const |
This attribute contains a list of strings for the format CSS function. | |
DOM::DOMString | fontFaceName () const |
Specifies the full font name of a locally installed font. | |
void | setFontFaceName (const DOM::DOMString &) |
see fontFaceName |
Detailed Description
The CSS2Cursor
interface represents the src CSS Level 2 descriptor.
Definition at line 628 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: