Implements the document object model (DOM) representation of
font element. The HTML Font Element web.<font>
defines the
size, font face and color of text.
Implements the document object model (DOM) representation of font element. The HTML Font Element `web.<font>` defines the size, font face and color of text.
(color this)
Property.
The obsolete HTMLFontElement.color property is a dom.DOMString
reflects the color HTML attribute, containing either a named
or a color specified in the hexadecimal #RRGGBB format.
colorString = fontObj.color; fontObj.color = colorString;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFontElement/color
Property. The obsolete HTMLFontElement.color property is a `dom.DOMString` reflects the color HTML attribute, containing either a named or a color specified in the hexadecimal #RRGGBB format. `colorString = fontObj.color; fontObj.color = colorString;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLFontElement/color`
(face this)
Property.
The obsolete HTMLFontElement.face property is a dom.DOMString
reflects the face HTML attribute, containing a comma-separated
of one or more font names.
faceString = fontObj.face; fontObj.face = faceString;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFontElement/face
Property. The obsolete HTMLFontElement.face property is a `dom.DOMString` reflects the face HTML attribute, containing a comma-separated of one or more font names. `faceString = fontObj.face; fontObj.face = faceString;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLFontElement/face`
(set-color! this val)
Property.
The obsolete HTMLFontElement.color property is a dom.DOMString
reflects the color HTML attribute, containing either a named
or a color specified in the hexadecimal #RRGGBB format.
colorString = fontObj.color; fontObj.color = colorString;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFontElement/color
Property. The obsolete HTMLFontElement.color property is a `dom.DOMString` reflects the color HTML attribute, containing either a named or a color specified in the hexadecimal #RRGGBB format. `colorString = fontObj.color; fontObj.color = colorString;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLFontElement/color`
(set-face! this val)
Property.
The obsolete HTMLFontElement.face property is a dom.DOMString
reflects the face HTML attribute, containing a comma-separated
of one or more font names.
faceString = fontObj.face; fontObj.face = faceString;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFontElement/face
Property. The obsolete HTMLFontElement.face property is a `dom.DOMString` reflects the face HTML attribute, containing a comma-separated of one or more font names. `faceString = fontObj.face; fontObj.face = faceString;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLFontElement/face`
(set-size! this val)
Property.
The obsolete HTMLFontElement.size property is a dom.DOMString
reflects the size HTML attribute. It contains either an integer
in the range of 1-7 or a relative value to increase/decrease
value of the size attribute of the web.<basefont>
element.
sizeString = fontObj.size; fontObj.size = sizeString;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFontElement/size
Property. The obsolete HTMLFontElement.size property is a `dom.DOMString` reflects the size HTML attribute. It contains either an integer in the range of 1-7 or a relative value to increase/decrease value of the size attribute of the `web.<basefont>` element. `sizeString = fontObj.size; fontObj.size = sizeString;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLFontElement/size`
(size this)
Property.
The obsolete HTMLFontElement.size property is a dom.DOMString
reflects the size HTML attribute. It contains either an integer
in the range of 1-7 or a relative value to increase/decrease
value of the size attribute of the web.<basefont>
element.
sizeString = fontObj.size; fontObj.size = sizeString;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFontElement/size
Property. The obsolete HTMLFontElement.size property is a `dom.DOMString` reflects the size HTML attribute. It contains either an integer in the range of 1-7 or a relative value to increase/decrease value of the size attribute of the `web.<basefont>` element. `sizeString = fontObj.size; fontObj.size = sizeString;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLFontElement/size`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close