Implements the document object model (DOM) representation of
font element. The HTML Font Element <font>
defines the font
font face and color of text.
Implements the document object model (DOM) representation of font element. The HTML Font Element `<font>` defines the font font face and color of text.
(color this)
Property.
[Obsolute]
The obsolete HTMLFontElement.color property is a web.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. [Obsolute] The obsolete HTMLFontElement.color property is a `web.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.
[Obsolute]
The obsolete HTMLFontElement.face property is a web.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. [Obsolute] The obsolete HTMLFontElement.face property is a `web.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.
[Obsolute]
The obsolete HTMLFontElement.color property is a web.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. [Obsolute] The obsolete HTMLFontElement.color property is a `web.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.
[Obsolute]
The obsolete HTMLFontElement.face property is a web.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. [Obsolute] The obsolete HTMLFontElement.face property is a `web.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.
[Obsolute]
The obsolete HTMLFontElement.size property is a web.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 <basefont>
element.
sizeString = fontObj.size; fontObj.size = sizeString;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFontElement/size
Property. [Obsolute] The obsolete HTMLFontElement.size property is a `web.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 `<basefont>` element. `sizeString = fontObj.size; fontObj.size = sizeString;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLFontElement/size`
(size this)
Property.
[Obsolute]
The obsolete HTMLFontElement.size property is a web.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 <basefont>
element.
sizeString = fontObj.size; fontObj.size = sizeString;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFontElement/size
Property. [Obsolute] The obsolete HTMLFontElement.size property is a `web.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 `<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