Liking cljdoc? Tell your friends :D

web.deprecated.SVGAltGlyphElement

The SVGAltGlyphElement interface represents an <altglyph> element. interface makes it possible to implement more sophisticated and glyph characters. For some textal representations as: ligatures æ, ß, etc ), special-purpose fonts (e.g. musical symbols) or alternate glyphs such as Asian text strings it is required that different set of glyphs be used than the normal given character

The SVGAltGlyphElement interface represents an `<altglyph>` element.
interface makes it possible to implement more sophisticated and
glyph characters. For some textal representations as: ligatures
æ, ß, etc ), special-purpose fonts (e.g. musical symbols) or
alternate glyphs such as Asian text strings it is required that
different set of glyphs be used than the normal given character
raw docstring

formatcljs

(format this)

Property.

[Deprecated]

The SVGAltGlyphElement.format property is a web.dom.DOMString defines the format of the given font. It has the same meaning the 'format' property of web.deprecated.SVGGlyphRefElement If the font is in one of the formats listed in CSS2([CSS2], section15.3.5), its value is the corresponding <string> parameter of the font.

string = myGlyph.format; myGlyph.format = string;

See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGAltGlyphElement/format

Property.

[Deprecated]

The SVGAltGlyphElement.format property is a `web.dom.DOMString`
defines the format of the given font. It has the same meaning
the 'format' property of `web.deprecated.SVGGlyphRefElement`
If the font is in one of the formats listed in CSS2([CSS2], section15.3.5),
its value is the corresponding <string> parameter of the font.

`string = myGlyph.format;
myGlyph.format = string;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGAltGlyphElement/format`
sourceraw docstring

glyph-refcljs

(glyph-ref this)

Property.

[Deprecated]

The SVGAltGlyphElement.glyphRef property is a web.dom.DOMString a glyph identifier. It has the same meaning as the ‘glyphRef’ on the web.deprecated.SVGGlyphRefElement interface of the <glyphRef>

string = myGlyph.glyphRef; myGlyph.glyphRef = string;

See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGAltGlyphElement/glyphRef

Property.

[Deprecated]

The SVGAltGlyphElement.glyphRef property is a `web.dom.DOMString`
a glyph identifier. It has the same meaning as the ‘glyphRef’
on the `web.deprecated.SVGGlyphRefElement` interface of the `<glyphRef>`

`string = myGlyph.glyphRef;
myGlyph.glyphRef = string;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGAltGlyphElement/glyphRef`
sourceraw docstring

set-format!cljs

(set-format! this val)

Property.

[Deprecated]

The SVGAltGlyphElement.format property is a web.dom.DOMString defines the format of the given font. It has the same meaning the 'format' property of web.deprecated.SVGGlyphRefElement If the font is in one of the formats listed in CSS2([CSS2], section15.3.5), its value is the corresponding <string> parameter of the font.

string = myGlyph.format; myGlyph.format = string;

See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGAltGlyphElement/format

Property.

[Deprecated]

The SVGAltGlyphElement.format property is a `web.dom.DOMString`
defines the format of the given font. It has the same meaning
the 'format' property of `web.deprecated.SVGGlyphRefElement`
If the font is in one of the formats listed in CSS2([CSS2], section15.3.5),
its value is the corresponding <string> parameter of the font.

`string = myGlyph.format;
myGlyph.format = string;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGAltGlyphElement/format`
sourceraw docstring

set-glyph-ref!cljs

(set-glyph-ref! this val)

Property.

[Deprecated]

The SVGAltGlyphElement.glyphRef property is a web.dom.DOMString a glyph identifier. It has the same meaning as the ‘glyphRef’ on the web.deprecated.SVGGlyphRefElement interface of the <glyphRef>

string = myGlyph.glyphRef; myGlyph.glyphRef = string;

See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGAltGlyphElement/glyphRef

Property.

[Deprecated]

The SVGAltGlyphElement.glyphRef property is a `web.dom.DOMString`
a glyph identifier. It has the same meaning as the ‘glyphRef’
on the `web.deprecated.SVGGlyphRefElement` interface of the `<glyphRef>`

`string = myGlyph.glyphRef;
myGlyph.glyphRef = string;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGAltGlyphElement/glyphRef`
sourceraw docstring

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

× close