Liking cljdoc? Tell your friends :D

svg.SVGAltGlyphElement

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

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

formatcljs

(format this)

Property.

The SVGAltGlyphElement.format property is a dom.DOMString that the format of the given font. It has the same meaning as the property of svg.SVGGlyphRefElement property. If the font is one of the formats listed in CSS2([CSS2], section15.3.5), then 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.

The SVGAltGlyphElement.format property is a `dom.DOMString` that
the format of the given font. It has the same meaning as the
property of `svg.SVGGlyphRefElement` property. If the font is
one of the formats listed in CSS2([CSS2], section15.3.5), then
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.

The SVGAltGlyphElement.glyphRef property is a dom.DOMString a glyph identifier. It has the same meaning as the ‘glyphRef’ on the svg.SVGGlyphRefElement interface of the web.<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 `dom.DOMString`
a glyph identifier. It has the same meaning as the ‘glyphRef’
on the `svg.SVGGlyphRefElement` interface of the `web.<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.

The SVGAltGlyphElement.format property is a dom.DOMString that the format of the given font. It has the same meaning as the property of svg.SVGGlyphRefElement property. If the font is one of the formats listed in CSS2([CSS2], section15.3.5), then 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.

The SVGAltGlyphElement.format property is a `dom.DOMString` that
the format of the given font. It has the same meaning as the
property of `svg.SVGGlyphRefElement` property. If the font is
one of the formats listed in CSS2([CSS2], section15.3.5), then
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.

The SVGAltGlyphElement.glyphRef property is a dom.DOMString a glyph identifier. It has the same meaning as the ‘glyphRef’ on the svg.SVGGlyphRefElement interface of the web.<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 `dom.DOMString`
a glyph identifier. It has the same meaning as the ‘glyphRef’
on the `svg.SVGGlyphRefElement` interface of the `web.<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