Class CssFontFaceInfo

java.lang.Object
de.xima.fc.gui.designer.form.model.CssFontFaceInfo
All Implemented Interfaces:
Serializable

public final class CssFontFaceInfo extends Object implements Serializable
Represents the font faces contained in an analyzed CSS file. The form designer uses these extract font face rule from a shadow root to the main document.
Since:
8.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • CssFontFaceInfo

      public CssFontFaceInfo(List<String> fontFaceRules)
      Creates a new POJO with the given data.
      Parameters:
      fontFaceRules - Value returned by getFontFaceRules().
  • Method Details

    • getFontFaceRules

      public List<String> getFontFaceRules()
      Returns:
      A list of all font faces rules contained in the CSS file, including CSS files referenced via @import.