Class SvgCssContext
Context necessary for evaluating certain Css statements whose final values depends on other statements e.g. relative font-size statements.
public class SvgCssContext : AbstractCssContext
- Inheritance
-
SvgCssContext
- Inherited Members
Constructors
SvgCssContext()
public SvgCssContext()
Methods
GetRootFontSize()
Gets the root font size.
public virtual float GetRootFontSize()
Returns
- float
the root font size in pt
SetRootFontSize(string)
Sets the root font size.
public virtual void SetRootFontSize(string fontSizeStr)
Parameters
fontSizeStr
stringthe new root font size