Interface ISvgGlyphRefElement
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
The ISvgGlyphRefElement interface corresponds to the 'glyphRef' element.
public interface ISvgGlyphRefElement : ISvgElement, IElement, IXmlElement, INode, IXmlNode, ISvgUriReference, ISvgStylable
- Inherited Members
Properties
- Dx
Corresponds to attribute 'dx' on the given element.
- Dy
Corresponds to attribute 'dy' on the given element.
- Format
The format of the given font. This corresponds to attribute 'format' on the given element.
- GlyphRef
The glyph identifier, this corresponds to attribute 'glyphRef attribute' on the given element.
- X
Corresponds to attribute 'x' on the given element.
- Y
Corresponds to attribute 'y' on the given element.