Liking cljdoc? Tell your friends :D
ClojureScript only.

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

glyph-refcljs

(glyph-ref this)

Property.

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.

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-glyph-ref!cljs

(set-glyph-ref! this val)

Property.

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.

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