Class SVGFontFace

All Implemented Interfaces:
ErrorConstants, XMLConstants, CSSConstants, SVGConstants

public class SVGFontFace extends FontFace
This class represents a <font-face> element or @font-face rule
  • Constructor Details

    • SVGFontFace

      public SVGFontFace(Element fontFaceElement, List<Object> 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 SVGFontFace with the specfied font-face attributes.
  • Method Details