org.apache.batik.bridge
public class CSSFontFace extends FontFace implements SVGConstants
Constructor Summary | |
---|---|
CSSFontFace(List srcs, String familyName, float unitsPerEm, String fontWeight, String fontStyle, String fontVariant, String fontStretch, float slope, String panose1, float ascent, float descent, float strikethroughPosition, float strikethroughThickness, float underlinePosition, float underlineThickness, float overlinePosition, float overlineThickness)
Constructes an CSSFontFace with the specfied font-face attributes. | |
protected | CSSFontFace(String familyName) |
Method Summary | |
---|---|
static CSSFontFace | createCSSFontFace(CSSEngine eng, FontFaceRule ffr) |
static float | getFloatProp(StyleMap sm, CSSEngine eng, int pidx) |
GVTFontFamily | getFontFamily(BridgeContext ctx)
Returns the font associated with this rule or element. |
static Object | getSrcValue(Value v, ParsedURL base) |
static String | getStringProp(StyleMap sm, CSSEngine eng, int pidx) |