Table of Contents

Class CssFontFaceRule

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Css.dll

The ICssFontFaceRule interface represents a @font-face rule in a CSS style sheet. The @font-face rule is used to hold a set of font descriptions.

public sealed class CssFontFaceRule : CssRule, ICssFontFaceRule, ICssRule
Inheritance
CssFontFaceRule
Implements
Inherited Members

Properties

CssText

The parsable textual representation of the rule. This reflects the current state of the rule and not its initial value.

EmbeddedData
EmbeddedEncoding
EmbeddedMimeType
FeatureSettings
FontFamily
FontStyle
FontUrl
FontVariant
FontWeight
IsEmbedded
Src
Stretch
Style

The declaration-block of this rule.

Type

The type of the rule. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type.

UnicodeRange