public class FontFaceRule extends Object implements Rule
| Modifier and Type | Field and Description |
|---|---|
static short |
TYPE
The type constant.
|
| Constructor and Description |
|---|
FontFaceRule(StyleMap sm,
ParsedURL purl) |
| Modifier and Type | Method and Description |
|---|---|
StyleMap |
getStyleMap()
Returns the StyleMap from the @font-face rule.
|
short |
getType()
Returns a constant identifying the rule type.
|
ParsedURL |
getURL()
Returns the URI of the @font-face rule.
|
String |
toString(CSSEngine eng)
Returns a printable representation of this rule.
|
public static final short TYPE
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.