DOM::CSS2FontFaceWidths
DOM::CSS2FontFaceWidths Class Reference
#include <css_extensions.h>
Public Member Functions | |
CSS2FontFaceWidths (const CSS2FontFaceWidths &other) | |
CSS2FontFaceWidths (CSS2FontFaceWidthsImpl *impl) | |
CSSValueList | numbers () const |
CSS2FontFaceWidths & | operator= (const CSS2FontFaceWidths &other) |
void | setUrange (const DOM::DOMString &) |
DOM::DOMString | urange () const |
Detailed Description
The CSS2Cursor
interface represents a simple value for the widths CSS Level 2 descriptor.
Definition at line 687 of file css_extensions.h.
Member Function Documentation
◆ numbers()
CSSValueList CSS2FontFaceWidths::numbers | ( | ) | const |
A list of numbers representing the glyph widths.
Definition at line 527 of file css_extensions.cpp.
◆ setUrange()
void CSS2FontFaceWidths::setUrange | ( | const DOM::DOMString & | value | ) |
see urange
- Exceptions
-
DOMException SYNTAX_ERR: Raised if the specified CSS string value has a syntax error and is unparsable.
NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly.
Definition at line 520 of file css_extensions.cpp.
◆ urange()
DOMString CSS2FontFaceWidths::urange | ( | ) | const |
The range for the characters.
Definition at line 512 of file css_extensions.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Wed Jun 29 2022 04:11:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Wed Jun 29 2022 04:11:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.