ICSSFontFaceRule Interface
ICSSFontFaceRule interface
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.
public interface ICSSFontFaceRule : ICSSRule
Properties
Name | Description |
---|---|
getStyle The read-only style property of the CSSFontFaceRule interface returns the style information from the @font-face at-rule. This will be in the form of a CSSStyleDeclaration object. |
See Also
- interface ICSSRule
- package com.aspose.html.Dom.Css
- package Aspose.HTML