Interface ICSSFontFaceRule

ICSSFontFaceRule interface

Die CSSFontFaceRule-Schnittstelle repräsentiert eine @font-face-Regel in einem CSS-Stylesheet. Die @font-face-Regel wird verwendet, um eine Reihe von Schriftbeschreibungen zu speichern.

public interface ICSSFontFaceRule : ICSSRule

Eigenschaften

NameBeschreibung
Style { get; }Der Deklarationsblock dieser Regel.

Siehe auch