Class SvgFontElement
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
The SvgFontElement interface corresponds to the 'font' element.
public sealed class SvgFontElement : SvgStyleableElement, ICloneable, IEnumerable, IXPathNavigable, IEventTargetSupport, IEventTarget, IElementCssInlineStyle, ISvgFontElement, ISvgElement, IElement, IXmlElement, INode, IXmlNode, ISvgExternalResourcesRequired, ISvgStylable
- Inheritance
-
SvgFontElement
- Implements
- Inherited Members
Constructors
Properties
- ExternalResourcesRequired
Corresponds to attribute externalResourcesRequired on the given element.
- HorizAdvX
Gets or sets the default horizontal advance after rendering a glyph in horizontal orientation.
- HorizOriginX
Gets or sets X-coordinate in the font coordinate system of the origin of a glyph to be used when drawing horizontally oriented text
- HorizOriginY
Gets or sets the Y-coordinate in the font coordinate system of the origin of a glyph to be used when drawing horizontally oriented text.
- IsRenderable
Gets a value indicating whether this SVG element is renderable.
- VertAdvY
Gets or sets the
- VertOriginX
Gets or sets the default X-coordinate in the font coordinate system of the origin of a glyph to be used when drawing vertically oriented text.
- VertOriginY
Gets or sets the default Y-coordinate in the font coordinate system of the origin of a glyph to be used when drawing vertically oriented text.