Class SvgAltGlyphItemElement
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
This implements the ISvgAltGlyphItemElement interface corresponds to the 'altGlyphItem' element.
public sealed class SvgAltGlyphItemElement : SvgElement, ICloneable, IEnumerable, IXPathNavigable, IEventTargetSupport, IEventTarget, IElementCssInlineStyle, ISvgAltGlyphItemElement, ISvgElement, IElement, IXmlElement, INode, IXmlNode
- Inheritance
-
SvgAltGlyphItemElement
- Implements
- 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.
Constructors
- SvgAltGlyphItemElement(string, string, string, SvgDocument)
Initializes a new instance of the SvgAltGlyphItemElement class with the specified parameters.
Properties
- IsRenderable
Gets a value indicating whether this SVG element is renderable.
Methods
- GetGlyphRef(string)
Gets the ISvgGlyphRefElement with the specified name or ID.