Interface ICSSFontFaceRule
Interface ICSSFontFaceRule
Der Name: Aspose.Svg.Dom.Css Versammlung: Aspose.SVG.dll (25.5.0)
Die CSSFontFaceRule-Interface repräsentiert eine @font-face-Regel in einem CSS-Stilblatt. Die @font-face-Regel wird verwendet, um eine Reihe von Schriftbezeichnungen zu halten.
[DOMName("CSSFontFaceRule")]
[ComVisible(true)]
[DOMObject]
public interface ICSSFontFaceRule : ICSSRule
Implements
Properties
Style
Der Deklarationsblock dieser Regel.
ICSSStyleDeclaration Style { get; }