Table of Contents

Interface ISvgAltGlyphItemElement

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

The ISvgAltGlyphItemElement interface corresponds to the 'altGlyphItem' element.

public interface ISvgAltGlyphItemElement : ISvgElement, IElement, IXmlElement, INode, IXmlNode
Inherited Members

Remarks

*Content model:* One or more 'glyphRef' elements.

The 'altGlyphItem' element defines a candidate set of possible glyph substitutions. The first 'altGlyphItem' element whose referenced glyphs are all available is chosen. Its glyphs are rendered instead of the character(s) that are inside of the referencing 'altGlyph' element.

Methods

GetGlyphRef(string)

Gets the ISvgGlyphRefElement with the specified name or ID.