Class CssFontFaceInfo
java.lang.Object
de.xima.fc.gui.designer.form.model.CssFontFaceInfo
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionCssFontFaceInfo
(List<String> fontFaceRules) Creates a new POJO with the given data. -
Method Summary
-
Constructor Details
-
CssFontFaceInfo
Creates a new POJO with the given data.- Parameters:
fontFaceRules
- Value returned bygetFontFaceRules()
.
-
-
Method Details
-
getFontFaceRules
- Returns:
- A list of all font faces rules contained in the CSS file, including CSS files referenced via
@import
.
-