Interface ISvgAltGlyphDefElement
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
The ISvgAltGlyphDefElement interface corresponds to the 'altGlyphDef' element.
public interface ISvgAltGlyphDefElement : ISvgElement, IElement, IXmlElement, INode, IXmlNode
- Inherited Members
Remarks
Content model: Either
- one or more 'glyphRef' elements, orIn the simplest case, an 'altGlyphDef' contains one or more 'glyphRef' elements. Each 'glyphRef' element references a single glyph within a particular font.
- one or more 'altGlyphItem' elements.In the more complex case, an 'altGlyphDef' contains one or more 'altGlyphItem' elements. Each 'altGlyphItem' represents a candidate set of substitute glyphs. Each 'altGlyphItem' contains one or more 'glyphRef' elements. Each 'glyphRef' element references a single glyph within a particular font.
Properties
- IsSimple
Gets a value indicating whether this is a simple content model.
Methods
- GetGlyphItem(string)
Gets the ISvgAltGlyphItemElement with the specified name or ID.
- GetGlyphRef(string)
Gets the ISvgGlyphRefElement with the specified name or ID.