Liking cljdoc? Tell your friends :D

web.dom.HTMLFontElement

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.
raw docstring

colorcljs

(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`
sourceraw docstring

facecljs

(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`
sourceraw docstring

set-color!cljs

(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`
sourceraw docstring

set-face!cljs

(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`
sourceraw docstring

set-size!cljs

(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`
sourceraw docstring

sizecljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close