Class 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:
    7.1.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • CssFontFaceInfo

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

      • getFontFaceRules

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