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
파일 보기 프로젝트 열기: codebutler/savagesvg 1 사용 예제들

비공개 메소드들

메소드 설명
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