Interface ICSSFontFaceRule

Interface ICSSFontFaceRule

Namespace: Aspose.Svg.Dom.Css
Assembly: Aspose.SVG.dll (25.5.0)

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.

[DOMName("CSSFontFaceRule")]
[ComVisible(true)]
[DOMObject]
public interface ICSSFontFaceRule : ICSSRule

Implements

ICSSRule

Properties

Style

The declaration-block of this rule.

ICSSStyleDeclaration Style { get; }

Property Value

ICSSStyleDeclaration

 English