C# Class SharpVectors.Dom.Css.CssFontFaceRule

The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet. The @font-face rule is used to hold a set of font descriptions.
Inheritance: CssRule, ICssFontFaceRule
Datei anzeigen Open project: codebutler/savagesvg Class Usage Examples

Private Methods

Method Description
CssFontFaceRule ( Match match, object parent, bool readOnly, string replacedStrings, CssStyleSheetType origin ) : System

The constructor for CssFontFaceRule

Parse ( string &css, object parent, bool readOnly, string replacedStrings, CssStyleSheetType origin ) : CssRule

Parses a string containging CSS and creates a CssFontFaceRule instance if found as the first content