C# Класс 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.
Наследование: CssRule, ICssFontFaceRule
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
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